Ktor Read CRUDRepo Client
class KtorReadCRUDRepoClient<ObjectType, IdType>( baseUrl: String, httpClient: <ERROR CLASS>, objectType: <ERROR CLASS>, paginationObjectType: <ERROR CLASS>, contentType: <ERROR CLASS>, idSerializer: suspend (IdType) -> String) : ReadCRUDRepo<ObjectType, IdType>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <IdType> KtorReadCRUDRepoClient( baseUrl: String, httpClient: <ERROR CLASS>, objectType: <ERROR CLASS>, paginationObjectType: <ERROR CLASS>, contentType: <ERROR CLASS>, idSerializer: suspend (IdType) -> String)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard