pypothesis
pypothesis copied to clipboard
using authentification token to request hypothes.is
I tried to hack the code replacing
h = requests.get(searchurl)
by
h = requests.get(searchurl, headers={'Authorization': 'access_token {}'.format(token)})
in the retrievelist
function
but it had no effect