Hey! I use ktor server and client side using a com...
# ktor
k
Hey! I use ktor server and client side using a common resources module. The database I use server side is room. I have an APIs endpoint that requires paging. Is it somehow possible to use paging3 server side too? Currently I cannot envision a solution without manually using page and pageSize parameters client side via a remote mediator and using a limit and offset query server side. Thank you!
a
Unfortunately, there is no out-of-box solution for your use case.
1