Skip to content

v2.0.0 - Rewrite

Compare
Choose a tag to compare
@nikammerlaan nikammerlaan released this 24 Jul 19:48
· 20 commits to master since this release

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)