index
:
pyfunkwhale
master
A simple funkwhale API client library
git version control
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Read the token from save file when loading the client
HEAD
master
neodarz
2021-01-31
1
-0
/
+1
|
*
Better error handling
neodarz
2021-01-31
2
-10
/
+27
|
*
Raise an error if no token when trying to refresh
neodarz
2021-01-31
1
-0
/
+2
|
*
Fix typo
neodarz
2021-01-31
1
-1
/
+1
|
*
Add some doc for Client init
neodarz
2021-01-31
1
-4
/
+34
|
*
Add the forgotten requirements.txt file
neodarz
2021-01-31
1
-0
/
+2
|
*
Add plain HTTP authentification
neodarz
2021-01-31
3
-57
/
+116
|
*
Upgrade API version where the code is tested
neodarz
2021-01-31
1
-1
/
+1
|
|
|
|
|
|
According to he changelog https://docs.funkwhale.audio/changelog.html it's safe to say that this library will work with the current last version of Funkwhale.
*
Fix some typos in example
neodarz
2021-01-31
1
-1
/
+2
|
*
Move the invalidity token management system outsite of the module
neodarz
2020-04-19
2
-17
/
+40
|
*
Add rate-limit endpoint
neodarz
2020-04-12
2
-1
/
+8
|
*
Force refersh token if it invalid when calling the API
neodarz
2020-04-12
1
-0
/
+5
|
*
Add ability to set the header when calling the application
neodarz
2020-04-12
1
-3
/
+4
|
*
Add endpoint for retrieve current user information
neodarz
2020-04-12
2
-1
/
+8
|
*
Add forgotten typing hint
neodarz
2020-04-12
2
-2
/
+2
|
*
Add endpoint for register an OAuth2 application
neodarz
2020-04-12
2
-1
/
+23
|
*
Add a function to force the refresh of the OAuth2 token
neodarz
2020-04-12
1
-0
/
+7
|
*
Add an endpoint for get a JWT token
neodarz
2020-04-12
2
-1
/
+8
|
*
Add favorites add/delete endpoint
neodarz
2020-04-12
2
-3
/
+38
|
*
Re ask token if scope is invalid
neodarz
2020-04-12
1
-5
/
+9
|
*
Add the last features to implement
neodarz
2020-04-11
1
-1
/
+7
|
*
Add some more feature to implement
neodarz
2020-04-11
1
-0
/
+12
|
*
Finish a sentence in README
neodarz
2020-04-11
1
-1
/
+1
|
*
Fix typo in README
neodarz
2020-04-11
1
-1
/
+1
|
*
Add ability to list favorites tracks
neodarz
2020-04-11
2
-1
/
+25
|
*
Fix double slash in endpoint url
neodarz
2020-04-11
1
-0
/
+3
|
*
Add favorites features
neodarz
2020-04-11
1
-0
/
+3
|
*
Add licenses endpoint
neodarz
2020-04-11
2
-3
/
+37
|
*
Add forgotten typing hints
neodarz
2020-04-11
1
-8
/
+15
|
*
Highlighting some function arguments in documentation
neodarz
2020-04-11
1
-3
/
+3
|
*
Add listen endpoint
neodarz
2020-04-11
2
-1
/
+52
|
*
Add more type hints
neodarz
2020-04-11
2
-3
/
+5
|
*
Fix typo in variable name
neodarz
2020-04-11
1
-4
/
+4
|
*
Add more documentation
neodarz
2020-04-11
3
-0
/
+118
|
*
Add tracks endpoints
neodarz
2020-04-11
2
-4
/
+89
|
*
Add albums endpoints
neodarz
2020-04-11
2
-4
/
+46
|
*
Fix typo in function name
neodarz
2020-04-11
1
-2
/
+2
|
*
Add forgottent gitignore
neodarz
2020-04-11
1
-0
/
+139
|
*
Finish artists features
neodarz
2020-04-11
1
-1
/
+1
|
*
Add ability to list artist librairies
neodarz
2020-04-11
2
-1
/
+14
|
*
Raise error if something is wrong when request the API
neodarz
2020-04-11
1
-0
/
+2
|
*
Add artists endpoint documentation
neodarz
2020-04-11
1
-0
/
+3
|
*
Precise typing for artist endpoint
neodarz
2020-04-11
1
-1
/
+1
|
*
Be more explicite in build params documentation
neodarz
2020-04-11
1
-2
/
+2
|
*
Add abilty to retreive a single artist
neodarz
2020-04-11
2
-1
/
+12
|
*
Separate uri parameter and params parameter
neodarz
2020-04-11
1
-1
/
+6
|
*
Add abality to use params for the list artists endpoint
neodarz
2020-04-11
1
-2
/
+14
|
*
Add abaility to build parameters
neodarz
2020-04-11
1
-0
/
+8
|
*
Add ability to send params and data when request API
neodarz
2020-04-11
1
-4
/
+3
|
*
Add some features
neodarz
2020-04-11
1
-1
/
+13
|
[next]