aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(api): Expose the update user API in the openapi specsMohamed Bassem2025-07-121-0/+100
|
* docs: Add asset APIs to the openapi specMohamed Bassem2025-06-072-11/+78
|
* feat(api): Expose the endpoint to create a new tagMohamed Bassem2025-05-181-1/+32
|
* feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz2025-05-183-6/+30
| | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests
* fix(api): make PUT bookmark to a list idempotent (#1427)xuatz2025-05-171-8/+0
| | | | | * fix(api): make duplicate PUT /lists/:id/bookmarks/:id as allowed operation * apply pr comments
* fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem2025-04-164-6/+27
|
* feat: Add an MCP server for karakeepMohamed Bassem2025-04-135-0/+242
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-126-6/+6
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-111-0/+55
|
* feat: Expose bookmark summarization in the API (#1088)erik-nilcoast2025-03-091-0/+23
| | | Proxy to the TRPC Summarize mutation for use in the public API
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+26
|
* feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-041-0/+92
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-1/+2
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* fix(api): Return 201 from highlights creation and fix docs for PATCH ↵Mohamed Bassem2024-12-301-1/+1
| | | | /lists/[listId]
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-272-0/+185
|
* api: Add tag ids and support variable baseURLMohamed Bassem2024-10-203-0/+20
|
* chore: Define hoarder's rest API in zod formatMohamed Bassem2024-10-205-0/+586