aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Read the token from save file when loading the clientHEADmasterneodarz2021-01-311-0/+1
* Better error handlingneodarz2021-01-312-10/+27
* Raise an error if no token when trying to refreshneodarz2021-01-311-0/+2
* Fix typoneodarz2021-01-311-1/+1
* Add some doc for Client initneodarz2021-01-311-4/+34
* Add the forgotten requirements.txt fileneodarz2021-01-311-0/+2
* Add plain HTTP authentificationneodarz2021-01-313-57/+116
* Upgrade API version where the code is testedneodarz2021-01-311-1/+1
* Fix some typos in exampleneodarz2021-01-311-1/+2
* Move the invalidity token management system outsite of the moduleneodarz2020-04-192-17/+40
* Add rate-limit endpointneodarz2020-04-122-1/+8
* 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 endpoint for retrieve current user informationneodarz2020-04-122-1/+8
* Add forgotten typing hintneodarz2020-04-122-2/+2
* Add endpoint for register an OAuth2 applicationneodarz2020-04-122-1/+23
* Add a function to force the refresh of the OAuth2 tokenneodarz2020-04-121-0/+7
* Add an endpoint for get a JWT tokenneodarz2020-04-122-1/+8
* Add favorites add/delete endpointneodarz2020-04-122-3/+38
* Re ask token if scope is invalidneodarz2020-04-121-5/+9
* Add the last features to implementneodarz2020-04-111-1/+7
* Add some more feature to implementneodarz2020-04-111-0/+12
* Finish a sentence in READMEneodarz2020-04-111-1/+1
* Fix typo in READMEneodarz2020-04-111-1/+1
* Add ability to list favorites tracksneodarz2020-04-112-1/+25
* Fix double slash in endpoint urlneodarz2020-04-111-0/+3
* Add favorites featuresneodarz2020-04-111-0/+3
* Add licenses endpointneodarz2020-04-112-3/+37
* Add forgotten typing hintsneodarz2020-04-111-8/+15
* Highlighting some function arguments in documentationneodarz2020-04-111-3/+3
* Add listen endpointneodarz2020-04-112-1/+52
* Add more type hintsneodarz2020-04-112-3/+5
* Fix typo in variable nameneodarz2020-04-111-4/+4
* Add more documentationneodarz2020-04-113-0/+118
* Add tracks endpointsneodarz2020-04-112-4/+89
* Add albums endpointsneodarz2020-04-112-4/+46
* Fix typo in function nameneodarz2020-04-111-2/+2
* Add forgottent gitignoreneodarz2020-04-111-0/+139
* Finish artists featuresneodarz2020-04-111-1/+1
* Add ability to list artist librairiesneodarz2020-04-112-1/+14
* Raise error if something is wrong when request the APIneodarz2020-04-111-0/+2
* Add artists endpoint documentationneodarz2020-04-111-0/+3
* Precise typing for artist endpointneodarz2020-04-111-1/+1
* Be more explicite in build params documentationneodarz2020-04-111-2/+2
* Add abilty to retreive a single artistneodarz2020-04-112-1/+12
* Separate uri parameter and params parameterneodarz2020-04-111-1/+6
* Add abality to use params for the list artists endpointneodarz2020-04-111-2/+14
* Add abaility to build parametersneodarz2020-04-111-0/+8
* Add ability to send params and data when request APIneodarz2020-04-111-4/+3
* Add some featuresneodarz2020-04-111-1/+13