-
Notifications
You must be signed in to change notification settings - Fork 117
Spotify OAuth Doc #403
base: oauth-providers
Are you sure you want to change the base?
Spotify OAuth Doc #403
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny change ;)
|
||
client | ||
.setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint | ||
.setProject('[PROJECT_ID]') // Your project ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this isn't your fault, I think my examples are wrong, too, but:
client
.setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
.setProject('[PROJECT_ID]') // Your project ID
See if you can align the comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I will do that 😄
Co-authored-by: Steven <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments need to be aligned
@@ -36,7 +36,7 @@ const account = new Account(client); | |||
|
|||
client | |||
.setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint | |||
.setProject('[PROJECT_ID]') // Your project ID | |||
.setProject('[PROJECT_ID]') // Your Project ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment still doesn't look aligned. Can you please recheck? @asutoshranjan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surely! checking it
@@ -99,7 +99,7 @@ void main() async { | |||
|
|||
client | |||
.setEndpoint('https://cloud.appwrite.io/v1') // YOUR API Endpoint | |||
.setProject('[PROJECT_ID]') // YOUR PROJECT ID | |||
.setProject('[PROJECT_ID]') // YOUR PROJECT ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look fine to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
What does this PR do?
Added Spotify OAuth Doc