Bonfire.Social.API.GraphQLMasto.Adapter (Bonfire v1.0.1-social-alpha.28)
View SourceSocial API endpoints for Mastodon-compatible client apps, powered by the GraphQL API (see Bonfire.Social.API.GraphQL)
Summary
Functions
Clear all notifications for the current user
Create a new report (flag).
Delete a status
Dismiss a single notification
Get posts favourited/liked by the current user
List reports created by the current user.
Get a single notification by ID
Search for statuses/posts, called by the Search adapter.
Get a specific report by ID.
Get single status by ID
Get thread context (ancestors and descendants)
Functions
Clear all notifications for the current user
Create a new report (flag).
Implements POST /api/v1/reports
Delete a status
Dismiss a single notification
Get posts favourited/liked by the current user
List reports created by the current user.
Implements GET /api/v1/reports
Get a single notification by ID
Search for statuses/posts, called by the Search adapter.
Get a specific report by ID.
Implements GET /api/v1/reports/:id
Get single status by ID
Get thread context (ancestors and descendants)