> it looks like the GET /bookmarks/labels/{name} returns a JSON data that includes a "href_bookmarks" key that has the value of a URI endpoint that needs to be called to actually get all the bookmarks of a label
v3
> it looks like the GET /bookmarks/labels/{name} returns a JSON data
that includes a "href_bookmarks" key that has the value of a URI
endpoint that needs to be called to actually get all the bookmarks of a
label
> let's add an endpoint for getting bookmarks by label. The Readeck API enpoint for that is GET /bookmarks/labels/{name} (or to see all labels is GET /bookmarks/labels).
> write a python program to run as a "tool" (https://openwebui.com/tools) for openweb-ui, which connects to a Readeck intance (https://codeberg.org/readeck/readeck). This tool exposes OpenAPI endpoints to get bookmarks and collections from the user's Readeck account.