Ktor CRUDRepo Client
inline fun <ObjectType, IdType, InputValue> KtorCRUDRepoClient(baseUrl: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, idsSerializer: KSerializer<IdType>, serialFormat: StringFormat, contentType: ERROR CLASS: Symbol not found for ContentType): KtorCRUDRepoClient<ObjectType, IdType, InputValue>(source)
inline fun <ObjectType, IdType, InputValue> KtorCRUDRepoClient(baseUrl: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, idsSerializer: KSerializer<IdType>, serialFormat: BinaryFormat, contentType: ERROR CLASS: Symbol not found for ContentType): KtorCRUDRepoClient<ObjectType, IdType, InputValue>(source)
inline fun <ObjectType, IdType, InputValue> KtorCRUDRepoClient(baseUrl: String, subpart: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, contentType: ERROR CLASS: Symbol not found for ContentType, newObjectsFlow: Flow<ObjectType> = httpClient.createStandardWebsocketFlow(
buildStandardUrl(baseUrl, newObjectsFlowRouting),
), updatedObjectsFlow: Flow<ObjectType> = httpClient.createStandardWebsocketFlow(
buildStandardUrl(baseUrl, updatedObjectsFlowRouting),
), deletedObjectsIdsFlow: Flow<IdType> = httpClient.createStandardWebsocketFlow(
buildStandardUrl(baseUrl, deletedObjectsIdsFlowRouting),
), noinline idSerializer: suspend (IdType) -> String): KtorCRUDRepoClient<ObjectType, IdType, InputValue>(source)
inline fun <ObjectType, IdType, InputValue> KtorCRUDRepoClient(baseUrl: String, subpart: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, idsSerializer: KSerializer<IdType>, serialFormat: StringFormat, contentType: ERROR CLASS: Symbol not found for ContentType): KtorCRUDRepoClient<ObjectType, IdType, InputValue>(source)
inline fun <ObjectType, IdType, InputValue> KtorCRUDRepoClient(baseUrl: String, subpart: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, idsSerializer: KSerializer<IdType>, serialFormat: BinaryFormat, contentType: ERROR CLASS: Symbol not found for ContentType): KtorCRUDRepoClient<ObjectType, IdType, InputValue>(source)