code
Clone this repository
https://tangled.org/anil.recoil.org/ocaml-jmap
git@git.recoil.org:anil.recoil.org/ocaml-jmap
For self-hosted knots, clone URLs may differ based on your setup.
Implemented a comprehensive JMAP API client with the following features:
- HTTP request/response handling using cohttp-lwt-unix
- Session object fetching and parsing
- Core request serialization and response parsing
- Binary blob upload and download functionality
- Proper error handling with detailed error types
The module follows RFC8620 specifications for all API interactions,
including authentication, content handling, and URL template processing.
Note: Implementation currently has a compilation issue with ezjsonm package
that needs to be resolved.
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Implements comprehensive OCaml type definitions for the JMAP protocol:
- Basic data types (id, int_t, unsigned_int, date, utc_date)
- Core objects (error, set_error, invocation, result_reference)
- Filter and sorting mechanisms
- Account and session management
- Push notification structures
- Request/response structures
- Standard method argument and response types
All types are documented with corresponding RFC section references.
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>