Ktor Read Standard Crud Repo
class KtorReadStandardCrudRepo<ObjectType, IdType>(baseUrl: String, unifiedRequester: UnifiedRequester, objectsSerializer: KSerializer<ObjectType>, objectsSerializerNullable: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>) : ReadStandardCRUDRepo<ObjectType, IdType>
Content copied to clipboard
Constructors
KtorReadStandardCrudRepo
Link copied to clipboard
fun <ObjectType, IdType> KtorReadStandardCrudRepo(baseUrl: String, client: <ERROR CLASS>, objectsSerializer: KSerializer<ObjectType>, objectsSerializerNullable: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat)
Content copied to clipboard
Functions
get By Id
Link copied to clipboard
get By Pagination
Link copied to clipboard
open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard