Companion
Functions
Link copied to clipboard
inline operator fun <Key : Any, Value : Any> invoke( baseUrl: String, httpClient: <ERROR CLASS>, contentType: <ERROR CLASS>, noinline keySerializer: suspend (Key) -> String, noinline valueSerializer: suspend (Value) -> String): KtorKeyValuesRepoClient<Key, Value>
Content copied to clipboard
inline operator fun <Key : Any, Value : Any> invoke( baseUrl: String, subpart: String, httpClient: <ERROR CLASS>, contentType: <ERROR CLASS>, noinline keySerializer: suspend (Key) -> String, noinline valueSerializer: suspend (Value) -> String): KtorKeyValuesRepoClient<Key, Value>
Content copied to clipboard