relay/app/profile
Andros Fenollosa 347369868d Add /profile/ endpoint returning feed followers
New GET /profile/?feed={url} endpoint that returns the list of feed URLs
that follow the given profile, using the existing Follow model.
Includes cache support, 400/404 error handling, and 8 unit tests.
2026-05-16 11:58:45 +02:00
..
__init__.py Add /profile/ endpoint returning feed followers 2026-05-16 11:58:45 +02:00
apps.py Add /profile/ endpoint returning feed followers 2026-05-16 11:58:45 +02:00
tests.py Add /profile/ endpoint returning feed followers 2026-05-16 11:58:45 +02:00
urls.py Add /profile/ endpoint returning feed followers 2026-05-16 11:58:45 +02:00
views.py Add /profile/ endpoint returning feed followers 2026-05-16 11:58:45 +02:00