longears

Results 16 issues of longears

I've only tried this code on Python 2.6.1. Do the dependencies support Python 3? - [requests](http://docs.python-requests.org/en/latest/#): yes! - [macauthlib](https://github.com/mozilla-services/macauthlib): not sure

eventually

An entity can have more than one API root URL. The code currently captures all of them but only uses the first one. If a request fails anywhere we should...

eventually

Python's `requests` library only gives us the last one when more than one is specified. We can fix that by parsing the Link header ourselves by grabbing it from r.headers['Link']...

eventually

Instead right now I'm just clumsily searching through the HTML for "

eventually
quick

Assume the user is running python-tent-client from home, behind a firewall. Right now we launch a browser window so the user can approve the app, but because we're not running...

eventually

Right now we assume it's hmac-sha-256. If it's not, the auth_hook() function will need to use a different hash function.

eventually