pypothesis icon indicating copy to clipboard operation
pypothesis copied to clipboard

using authentification token to request hypothes.is

Open cal-invisible opened this issue 4 years ago • 0 comments

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

cal-invisible avatar Oct 17 '20 04:10 cal-invisible