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)