Closed yinan-c closed 4 days ago
Max limit is 100 per page, however no pagination imlemented. It would be good to have a umilimited per page parameter or set the pagination.
API users will be able to get all links
For now, hoarder cli can get all bookmarks but not REST API
No response
The api does support pagination. The response contains a 'nextCursor' which if you send back as the 'cursor' search param you should get the next page. Does it not work?
The cursor works thanks!
Describe the feature you'd like
Max limit is 100 per page, however no pagination imlemented. It would be good to have a umilimited per page parameter or set the pagination.
Describe the benefits this would bring to existing Hoarder users
API users will be able to get all links
Can the goal of this request already be achieved via other means?
For now, hoarder cli can get all bookmarks but not REST API
Have you searched for an existing open/closed issue?
Additional context
No response