compose-lobsters/api
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
..
src fix(api): migrate to new pagination API 2023-11-16 22:42:23 +05:30
.gitignore api: initial commit 2021-06-04 09:23:52 +05:30
build.gradle.kts feat(api): add integration tests for Shiori API 2023-10-27 22:34:07 +05:30
lint-baseline.xml feat(android): add new icon by dzuk 2023-11-15 09:34:06 +05:30