-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add the remaining leaderboard APIs (#412)
* feat: add the remaining leaderboard APIs Add leaderboard fetchByRank, getRank, length, and delete APIs. Set the default leaderboard max received message size to 200MB. Make SortOrder in fetchByRank nullable and have it default to ascending if null. Make the different null check validation methods use the same backing validateNotNull. Add a fetchByScore signature that doesn't take any arguments and fetches the first 8192 elements of a leaderboard. Comment fixes.
- Loading branch information
Showing
10 changed files
with
907 additions
and
75 deletions.
There are no files selected for viewing
393 changes: 388 additions & 5 deletions
393
momento-sdk/src/intTest/java/momento/sdk/leaderboard/LeaderboardClientTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.