compose-lobsters/api/src
Harsh Shandilya dd06c93935 fix(api): migrate to new pagination API
The older one is supposedly performing very poorly on the lobsters
side and has been modified to serve only cached content for unauthenticated
users. Unfortunately the configuration for this caching behaviour has
a bug that ignores query parameters and thus every page returns
the same set of 20 posts. Cut us over to this new API path that
hopefully does not generate too much load for the service.

See: https://github.com/lobsters/lobsters/issues/1219
2023-11-16 22:42:23 +05:30
..
main/kotlin/dev/msfjarvis/claw/api fix(api): migrate to new pagination API 2023-11-16 22:42:23 +05:30
test refactor(api): use ApiResult in Shiori and wire into DI 2023-10-31 12:14:00 +05:30