Skip to content

Instantly share code, notes, and snippets.

@enginebai
Created August 3, 2020 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enginebai/0142f21fc917932f1cbb84c35336622d to your computer and use it in GitHub Desktop.
Save enginebai/0142f21fc917932f1cbb84c35336622d to your computer and use it in GitHub Desktop.
MovieHunt blog part2. retrofit
Retrofit.Builder()
.baseUrl(BuildConfig.API_ROOT)
.addCallAdapterFactory(RxJava2CallAdapterFactory.create())
.addConverterFactory(GsonConverterFactory.create())
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment