hs_api_handler {hypothesis}R Documentation

Handle hypothesis request

Description

Handle hypothesis request

Usage

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.


[Package hypothesis version 1.1.0 Index]