My aggregated monorepo of OCaml code, automaintained

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#