Retrofit 2 — How to Use Dynamic Urls for Requests
Retrofit 2 finally comes with an additional annotation for dynamic urls. What was a hackaround in Retrofit 1 is now just a single @Url annotation for the endpoint declaration. This post will show you how to make use of dynamic endpoint urls for individual requests. {{video}} {{outline}} Use-Case Scenarios There …
Continue Reading