A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100
stars
29
forks
source link
getAuthorisationUrl does not include API key in generated url #6
The API key is not included in the generated URL from getAuthorisationUrl
If I change line 33 in authorise.py from:
to:
it works as expected.