Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.1.1 Retrieve Entries in a Channel #25

Open
EdwardHinkle opened this issue Jun 10, 2019 · 1 comment
Open

5.1.1 Retrieve Entries in a Channel #25

EdwardHinkle opened this issue Jun 10, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@EdwardHinkle
Copy link
Owner

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

@EdwardHinkle EdwardHinkle added this to the 1.0.0 milestone Jun 10, 2019
@EdwardHinkle EdwardHinkle self-assigned this Jun 10, 2019
@EdwardHinkle
Copy link
Owner Author

This should also support filtering out read posts like here: indieweb/microsub#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant