[LIB-8] Add Event Rounds and Seedings functional
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / api / SnookerScoreAPI.java
index 787f9fd..54d1aa0 100644 (file)
@@ -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;