Ktor Read Key Value Repo Client
fun <Key, Value> KtorReadKeyValueRepoClient( baseUrl: String, httpClient: <ERROR CLASS>, contentType: <ERROR CLASS>, objectType: <ERROR CLASS>, paginationResultObjectsTypeInfo: <ERROR CLASS>, paginationResultIdsTypeInfo: <ERROR CLASS>, idSerializer: suspend (Key) -> String, valueSerializer: suspend (Value) -> String)
Content copied to clipboard