Retrofit API Declaration
A type-safe HTTP client for Android and Java Introduction Retrofit turns your HTTP API into a Java interface. The Retrofit class generates an implementation of the GitHubService interface. Each Call from the created GitHubService can make a synchronous or asynchronous…