Skip to content

Instantly share code, notes, and snippets.

@fpatelm
Created July 30, 2018 20:00
Show Gist options
  • Save fpatelm/ae575a55998249b4d323bb1e30bf5530 to your computer and use it in GitHub Desktop.
Save fpatelm/ae575a55998249b4d323bb1e30bf5530 to your computer and use it in GitHub Desktop.
public interface RestService {
@GET("/vls/v1/stations")
Call<List<StationReply>> getStationList(@QueryMap Map<String, String> options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment