Add labeler service support (app.bsky.labeler.getServices and label interpretation) #25
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#25
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?
Summary
ATProto.NET is missing the
app.bsky.labeler.getServicesendpoint and comprehensive labeler service support. This is needed for clients to fetch labeler configuration and definitions.Missing functionality
app.bsky.labeler.getServices- Fetch labeler service information and label definitionsLabeler header management - Clients need to include labeler preferences in HTTP headers:
atproto-accept-labelersheader with subscribed labeler DIDsLabel interpretation - Apply label behaviors to content:
app.bsky.labeler.servicerecord type - For declaring a labeler serviceWhy this matters