Implement followers API route #21
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement the Slugkit followers API route for listing audience/follower records without coupling API vocabulary to a specific social protocol.
Spec:
docs/specs/08-followers-routes.mdRequirements
GET /api/v1/followerswith the response shape from the spec.data: []when no followers exist.501 Not Implementedresponse if the implementation intentionally disables follower support.followers.list.Acceptance criteria
data: [].501 Not Implemented.followers.list.Dependencies
Synced from todu comment by @todu on 2026-05-31T03:02:56.931Z
Review update
make check,./scripts/pre-pr.sh, and Forgejo CICI / build-lint-test (pull_request)passed.Synced from todu comment by @todu on 2026-05-31T03:48:41.930Z
Completed
GET /api/v1/followers.profileUrl,displayName,handle,inboxUrl, andfollowedAt.data: [].501 Not Implementedfor unsupported implementations.followers.listand follower response schemas.make check,./scripts/pre-pr.sh, and passing Forgejo CI.main.