/tripkit/TripKitData/com.skedgo.tripkit.data.clients/ClientsRepository
ClientsRepository
interface ClientsRepository
Inheritors
ClientRepositoryImpl |
Types
Name | Summary |
---|---|
ClientRepositoryImpl | class ClientRepositoryImpl@Injectconstructor(api: ClientsApi) : ClientsRepository |
Functions
Name | Summary |
---|---|
getClients | abstract fun getClients(): Single<List<Client>> abstract fun getClients(url: String): Single<List<Client>> |