aboutsummaryrefslogtreecommitdiff
path: root/pyfunkwhale (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-12Add an endpoint for get a JWT tokenneodarz1-0/+7
2020-04-12Add favorites add/delete endpointneodarz1-0/+35
2020-04-12Re ask token if scope is invalidneodarz1-5/+9
2020-04-11Add ability to list favorites tracksneodarz1-0/+23
2020-04-11Fix double slash in endpoint urlneodarz1-0/+3
2020-04-11Add licenses endpointneodarz1-0/+34
2020-04-11Add forgotten typing hintsneodarz1-8/+15
2020-04-11Highlighting some function arguments in documentationneodarz1-3/+3
2020-04-11Add listen endpointneodarz1-0/+43
2020-04-11Add more type hintsneodarz2-3/+5
2020-04-11Fix typo in variable nameneodarz1-4/+4
2020-04-11Add more documentationneodarz3-0/+118
2020-04-11Add tracks endpointsneodarz1-0/+85
2020-04-11Add albums endpointsneodarz1-0/+42
2020-04-11Fix typo in function nameneodarz1-2/+2
2020-04-11Add ability to list artist librairiesneodarz1-0/+13
2020-04-11Raise error if something is wrong when request the APIneodarz1-0/+2
2020-04-11Add artists endpoint documentationneodarz1-0/+3
2020-04-11Precise typing for artist endpointneodarz1-1/+1
2020-04-11Be more explicite in build params documentationneodarz1-2/+2
2020-04-11Add abilty to retreive a single artistneodarz1-0/+11
2020-04-11Separate uri parameter and params parameterneodarz1-1/+6
2020-04-11Add abality to use params for the list artists endpointneodarz1-2/+14
2020-04-11Add abaility to build parametersneodarz1-0/+8
2020-04-11Add ability to send params and data when request APIneodarz1-4/+3