aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/v1/utils/pagination.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem2025-05-181-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1432) * Setup Hono and migrate the highlights API there * Implement the tags and lists endpoint * Implement the bookmarks and users endpoints * Add the trpc error code adapter * Remove the old nextjs handlers * fix api key not found handling * Fix trpc error handling * Fix 204 handling * Fix search ordering * Implement the singlefile endpoint * Implement the asset serving endpoints * Implement webauth * Add hono as a catch all route under api * fix tests
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-2/+2
|
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-271-4/+2
|
* featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem2024-10-201-0/+32