Skip to content

Instantly share code, notes, and snippets.

@zerogdev
Last active July 23, 2018 12:54
Show Gist options
  • Save zerogdev/90799edf6ca727a3a07972d28031b1aa to your computer and use it in GitHub Desktop.
Save zerogdev/90799edf6ca727a3a07972d28031b1aa to your computer and use it in GitHub Desktop.
private void createNaverApi() {
mNaverService = new Retrofit.Builder()
.baseUrl(NAVER_SERVICE_URL)
.addConverterFactory(GsonConverterFactory.create())
.build()
.create(NaverService.class)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment