ModuleNetwork

@Module
object ModuleNetwork

Module Dagger responsible for api services

Author

Vitaliy Zarubin

Functions

provideOtherApi
Link copied to clipboard
@Provides
fun provideOtherApi(retrofit: Retrofit): OtherApi

HTTP API into a interface

provideOtherApiService
Link copied to clipboard
@Provides
fun provideOtherApiService(api: OtherApi): OtherApiService

HTTP query service