mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug5627: added SailingServer.getLeaderboardNames()
This commit is contained in:
+4
@@ -39,6 +39,10 @@ public interface SailingServer extends SecuredServer {
|
||||
URL getBaseUrl();
|
||||
|
||||
Iterable<UUID> getLeaderboardGroupIds() throws Exception;
|
||||
|
||||
Iterable<String> getLeaderboardNames() throws Exception;
|
||||
|
||||
String getLeaderboardShardingKey(String leaderboardName) throws Exception;
|
||||
|
||||
Iterable<UUID> getEventIds() throws Exception;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user