aboutsummaryrefslogtreecommitdiff
path: root/pyfunkwhale/client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Read the token from save file when loading the clientHEADmasterneodarz2021-01-311-0/+1
* Better error handlingneodarz2021-01-311-4/+9
* Raise an error if no token when trying to refreshneodarz2021-01-311-0/+2
* Add some doc for Client initneodarz2021-01-311-4/+34
* Add plain HTTP authentificationneodarz2021-01-311-30/+46
* Move the invalidity token management system outsite of the moduleneodarz2020-04-191-15/+24
* Force refersh token if it invalid when calling the APIneodarz2020-04-121-0/+5
* Add ability to set the header when calling the applicationneodarz2020-04-121-3/+4
* Add forgotten typing hintneodarz2020-04-121-1/+1
* Add a function to force the refresh of the OAuth2 tokenneodarz2020-04-121-0/+7
* Add an endpoint for get a JWT tokenneodarz2020-04-121-0/+7
* Re ask token if scope is invalidneodarz2020-04-121-5/+9
* Fix double slash in endpoint urlneodarz2020-04-111-0/+3
* Add more type hintsneodarz2020-04-111-1/+3
* Add more documentationneodarz2020-04-111-0/+27
* Raise error if something is wrong when request the APIneodarz2020-04-111-0/+2
* Add ability to send params and data when request APIneodarz2020-04-111-4/+3
* Initial commitneodarz2020-04-111-0/+76