Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabine/typesense-ocaml
OCaml HTTP client for Typesense.org
https://github.com/sabine/typesense-ocaml
Last synced: about 1 month ago
JSON representation
OCaml HTTP client for Typesense.org
- Host: GitHub
- URL: https://github.com/sabine/typesense-ocaml
- Owner: sabine
- License: mit
- Created: 2023-12-23T18:44:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T17:22:27.000Z (11 months ago)
- Last Synced: 2024-11-30T06:49:04.864Z (about 1 month ago)
- Language: OCaml
- Homepage:
- Size: 104 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typesense-ocaml
OCaml HTTP client for TypesenseWARNING: this is not complete, and likely very buggy right now!
Client bindings for interfacing with Typesense,
an open-source, typo-tolerant search engine.
Abstracts over the HTTP requests to the Typesense server API and
marshalls the responses from the Typesense server into
OCaml data structures to provide a type-safe interface
to your Typesense server.See [typesense.org](https://typesense.org) for more information about Typesense.
Developed against Typesense 0.25.1
## openapi.yml
There's an OpenAPI spec in the Typesense's Go client bindings:
https://raw.githubusercontent.com/typesense/typesense-go/master/typesense/api/generator/openapi.yml
We're not using this at the moment, but it could be helpful to ensure we stay up to date with the Typesense API.