Created
August 3, 2020 14:03
-
-
Save enginebai/0142f21fc917932f1cbb84c35336622d to your computer and use it in GitHub Desktop.
MovieHunt blog part2. retrofit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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