Handle hypothesis request

hs_api_handler(
  ...,
  api_path = get_hs_host(),
  endpoint = NULL,
  type = NULL,
  api_key = NULL
)

Arguments

...

Parameter for request function

api_path

The hypothesis API path, can be specify by `hypothesis.api.api_path` option or `HYPOTHESIS_API_PATH` environment variable. Default: `https://hypothes.is/api/`.

endpoint

API request endpoint

type

API request type

api_key

User api key, generated on the platform.