aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/v1 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH /lists/[...Mohamed Bassem1-1/+1
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem4-4/+100
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem3-0/+54
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem7-34/+151
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem2-0/+24
2024-10-20fix: Better handling for body JSON parsing errorsMohamed Bassem1-1/+22
2024-10-20feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem4-2/+48
2024-10-20feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem5-0/+112
2024-10-20featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem4-0/+212