A Rust API for Hypothesis

Work in progress

Description

A lightweight wrapper for the Hypothesis Web API v1.0.0. It includes helper functions for all APIKey authorized endpoints related to * annotations (create / update / delete / search / fetch / flag), * groups (create / update / list / fetch / leave / members) * profile (user information / groups)

Installation

bash cargo install hypothesis

Getting Started

Authorization

You'll need a Hypothesis account, and a personal API token obtained as described here. The code refers to your Hypothesis username as username and the API token as developer_key.

Examples

Check the documentation of the Hypothesis struct for some usage examples.

TODO: Add a longer example here

Changelog

See the CHANGELOG

Caveats / Todo: