diff options
author | neodarz <neodarz@neodarz.net> | 2020-04-11 23:00:26 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-04-11 23:00:26 +0200 |
commit | 17bce3c89c6d991690d6a56d28afcdb22c969200 (patch) | |
tree | b4b1ff94f1a10348976069d1006670c28b77fa23 | |
parent | e0267b2a64b06d73f5811c29476048e41e303fd7 (diff) | |
download | pyfunkwhale-17bce3c89c6d991690d6a56d28afcdb22c969200.tar.xz pyfunkwhale-17bce3c89c6d991690d6a56d28afcdb22c969200.zip |
Add the last features to implement
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -75,8 +75,14 @@ with open('/tmp/test.mp3', 'wb') as f: List of features implemented or planned: -- [x] Login +- [/] Auth - [x] Login with OAuth2 Authorization Code flow + - [ ] Register an OAuth2 application + - [ ] Get an JWT token + - [ ] Create an account + - [ ] Request a password request + - [ ] Retrieve user information + - [ ] Retrieve rate-limit information and current usage status - [x] Artists - [x] List artists - [x] Retrieve a single artist |