pypothesis icon indicating copy to clipboard operation
pypothesis copied to clipboard

Python scripts for interacting with the hypothes.is API

Results 3 pypothesis issues
Sort by recently updated
recently updated
newest added

http://kris.shaffermusic.com/hypothesis/

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

I have refactored a bit the code and added a possible url.parts as a parameter.