Releases: Top-gg-Community/java-sdk
Releases · Top-gg-Community/java-sdk
2.1.2
2.1.1
2.1.0
v2.0.1
- Fixes a bug where response bodies were not closed
v2.0.0 - Rewrite
A total rewrite of the library.
Ditching Retrofit
Retrofit makes creating REST libraries very easy. However, you also lose a lot of control. Therefore, the decision was made to drop Retrofit entirely.
Async everything
Every HTTP action in the library is now async. Everything returns a CompletionStage
, which makes it fairly easy to provide callbacks and such.
New endpoints
Added support for all the new endpoints (individual vote checking, voting multipliers, etc)