Skip to content

Instantly share code, notes, and snippets.

@Pavneet-Sing
Created September 23, 2017 12:38
Show Gist options
  • Save Pavneet-Sing/9992363af6ad370525eed079c7739f2e to your computer and use it in GitHub Desktop.
Save Pavneet-Sing/9992363af6ad370525eed079c7739f2e to your computer and use it in GitHub Desktop.
public interface CountryArrayAPI {
@GET("/api/popular_destinations")
public Call<List> getCountries();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment