OCaml CLI and library to the Karakeep bookmarking app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Karakeep OCaml Client#

This library provides OCaml bindings to the Karakeep API.

Getting Started#

(* Setup the Karakeep client *)
let api_key = "your_api_key"
let base_url = "https://hoard.recoil.org"

(* Fetch bookmarks *)
let bookmarks = Karakeep.fetch_all_bookmarks ~api_key base_url

API Documentation#