feat(endpoint-microsub): PR 1 - Core Microsub server with channels and timeline#829
Open
rmdes wants to merge 3 commits into
Open
feat(endpoint-microsub): PR 1 - Core Microsub server with channels and timeline#829rmdes wants to merge 3 commits into
rmdes wants to merge 3 commits into
Conversation
c50cd1e to
ee6ae94
Compare
a556cc4 to
4bbc622
Compare
ee6ae94 to
ae01604
Compare
Collaborator
|
Hi @rmdes. Firstly, sorry it’s taken me so long to get back to you on this; life got in the way. I should hopefully now have some time to review/collaborate on this feature. I’ve pushed two extra commits:
Before merging this into
Thanks again for your patience, looking forward to getting this contribution into Indiekit! |
d04ba60 to
8dfa381
Compare
…imeline This PR adds the foundational Microsub endpoint with: **Microsub API:** - GET/POST ?action=channels - list, create, update, delete, reorder channels - GET/POST ?action=timeline - list items, mark read/unread, remove **Storage:** - MongoDB collections for channels and items - Cursor-based pagination for timeline - Per-user channel ordering and read state tracking **Features:** - Follows Microsub spec for channel and timeline actions - Testable with existing Microsub clients (Monocle, Indigenous, etc.) - Multi-user support via userId from session/token This is PR 1 of 6 for the Microsub implementation. Future PRs will add: - PR 2: Feed discovery and subscription - PR 3: Feed fetching and parsing - PR 4: Reader UI - PR 5: Compose and Micropub integration - PR 6: Settings and filtering Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8dfa381 to
5e0b783
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the foundational Microsub endpoint with channel and timeline management.
What's included
Microsub API:
GET/POST ?action=channels- list, create, update, delete, reorder channelsGET/POST ?action=timeline- list items, mark read/unread, removeStorage:
Features:
How to test
/microsubendpointPR breakdown
This is PR 1 of 6 for the Microsub implementation:
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com