KtorReadCRUDRepoClient

inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(baseUrl: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, contentType: ERROR CLASS: Symbol not found for ContentType, noinline idSerializer: suspend (IdType) -> String): KtorReadCRUDRepoClient<ObjectType, IdType>(source)
inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(baseUrl: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, idsSerializer: KSerializer<IdType>, serialFormat: StringFormat, contentType: ERROR CLASS: Symbol not found for ContentType): KtorReadCRUDRepoClient<ObjectType, IdType>(source)
inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(baseUrl: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, idsSerializer: KSerializer<IdType>, serialFormat: BinaryFormat, contentType: ERROR CLASS: Symbol not found for ContentType): KtorReadCRUDRepoClient<ObjectType, IdType>(source)