Is there somebody online who knows the URL schema to Mastodon's federation API?
Is it just, roughly:
inboxes/create
inboxes/set_account
inboxes/body (etc..)
outboxes/show
outboxes/outbox_presenter
outboxes/set_statuses (etc..)
collections/show
collections/set_statuses
collections/scope_for_collection (etc..)
(I'm just taking those from method names in the #ActivityPub controllers in Mastodon... I don't know Ruby or Rails.) #mastodev