From 213b559bf5f87d12e70055e216198d8a023cd0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Fri, 21 Oct 2022 01:42:48 +0200 Subject: [PATCH] Update 'Doc API' --- Doc-API.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Doc-API.md b/Doc-API.md index f52d1b0..f4c5562 100644 --- a/Doc-API.md +++ b/Doc-API.md @@ -14,4 +14,36 @@ Pour les requetes HTTP nous utiliserons [un package Flutter](https://pub.dev/pac ## Mise en place +### Planification + +Voici le shema propose par la documentation de l'API montrant toutes les etapes entrant dans l'authentification : + +![Voir la documentation de l'API](https://https://developer.spotify.com/assets/AuthG_AuthoriztionCode.png) + +### Avancee de l'implementation + +#### Etape 1 + +- [x] get client id +- [ ] set effective redirect uri +- [x] generate state +- [ ] choose scopes +- [x] open login page in browser +- [ ] get code and state + +#### Etape 2 + +- [x] get client secret +- [ ] get token things + +#### Etape 3 + +... + +#### Etape 4 + +... + + +