RetrofitFactory

class RetrofitFactory(context: Context, configuration: ConfigurationRestClient, headerInterceptor: Interceptor? = null, responseInterceptor: Interceptor? = null, authenticator: Authenticator? = null, converterFactory: Converter.Factory? = GsonConverterFactory.create())

Constructors

Link copied to clipboard
constructor(context: Context, configuration: ConfigurationRestClient, headerInterceptor: Interceptor? = null, responseInterceptor: Interceptor? = null, authenticator: Authenticator? = null, converterFactory: Converter.Factory? = GsonConverterFactory.create())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getRetrofit(): Retrofit