mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-27 15:31:17 +00:00
chore: jsonのログを見れるように
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
POST http://{{host}}/api/v1/apps
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"client_name": "test-client",
|
||||
"redirect_uris": "https://example.com",
|
||||
"scopes": "write read"
|
||||
}
|
||||
|
||||
###
|
||||
|
||||
GET http://{{host}}/api/v1/accounts/verify_credentials
|
||||
Authorization: Bearer {{$auth.token("auth-id")}}
|
||||
Reference in New Issue
Block a user