[LIB-8] Update Copyright
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / api / SnookerScoreAPI.java
index 787f9fd..db69711 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017. Developed by Hedgecode.
+ * Copyright (c) 2017-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -43,6 +43,10 @@ public interface SnookerScoreAPI {
 
     Rankings getRankings(Season season, RankingType type) throws APIException;
 
+    Rounds getEventRounds(int eventId) throws APIException;
+
+    Seedings getEventSeedings(int eventId) throws APIException;
+
     void setCurrentSeason(Season season) throws APIException;
 
     Season currentSeason() throws APIException;