Skip to content

Instantly share code, notes, and snippets.

@fpatelm
Created August 1, 2018 23:14
Show Gist options
  • Save fpatelm/1f64fea5f5d778f219cde841cfb96394 to your computer and use it in GitHub Desktop.
Save fpatelm/1f64fea5f5d778f219cde841cfb96394 to your computer and use it in GitHub Desktop.
private static RestService GetRetrofitService(){
return new Retrofit.Builder()
.baseUrl("https://api.jcdecaux.com")
.client(Utils.GetRequestHeader())
.addConverterFactory(GsonConverterFactory.create())
.build().create(RestService.class);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment