feat(endpoint-microsub): PR 1 - Core Microsub server with channels and timeline#829
Open
rmdes wants to merge 1 commit intogetindiekit:feat/microsubfrom
Open
feat(endpoint-microsub): PR 1 - Core Microsub server with channels and timeline#829rmdes wants to merge 1 commit intogetindiekit:feat/microsubfrom
rmdes wants to merge 1 commit intogetindiekit:feat/microsubfrom
Conversation
…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>
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