provideRetrofit

@Provides
fun provideRetrofit(okHttpClient: OkHttpClient): Retrofit

Retrofit adapts a Java interface to HTTP calls by using annotations on the declared methods to define how requests are made.