get_profile {hypothesis}R Documentation

Fetch profile information for the currently-authenticated user.

Description

Fetch profile information for the currently-authenticated user.

Usage

get_profile(api_path = get_hs_host(), api_key = NULL)

Arguments

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/'.

api_key

User api key, generated on the platform.


[Package hypothesis version 1.1.0 Index]