Bookmarks #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blisstown/campfire#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
users should be able to add, view, and remove bookmarks.
the option to add/remove a bookmarked post should appear in a "more" drop-down menu.
bookmarked posts should be viewable via
/bookmarks
.see:
GET /api/v1/bookmarks
(https://docs.joinmastodon.org/methods/bookmarks/#get)POST /api/v1/statuses/:id/bookmark
(https://docs.joinmastodon.org/methods/statuses/#bookmark)POST /api/v1/statuses/:id/unbookmark
(https://docs.joinmastodon.org/methods/statuses/#unbookmark)