-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GET
Retrieve the entries in a given channel.
Parameters:
action=timeline
channel={uid}
after={cursor}
before={cursor}
The response will include a property items with an array of post objects. See #Posts for documentation on the format of items.
{ "items": [ { ... }, { ... } ], "paging": { "after": "xxxxx", "before": "xxxxx" } }
See #Paging for more details on the paging mechanism.
https://indieweb.org/Microsub-spec#Retrieve_Entries_in_a_Channel
Reactions are currently unavailable