You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: