mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
Use the full URL to refer to the Apps API
Co-Authored-By: BaptisteGelez <baptiste@gelez.xyz>
This commit is contained in:
parent
647a5af070
commit
9784d754b2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
## Getting an API token
|
||||
|
||||
To get access to the API, you should register your app and obtain a
|
||||
token. To do so, use the `apps` API (accessible without a token) to create
|
||||
token. To do so, use the `/api/v1/apps` API (accessible without a token) to create
|
||||
a new app. Store the result somewhere for future use.
|
||||
|
||||
Then send a request to `/api/v1/oauth2`, with the following GET parameters:
|
||||
|
|
Loading…
Reference in a new issue