mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
32 lines
684 B
YAML
32 lines
684 B
YAML
|
url: 'http://localhost:8000/api.php/users'
|
||
|
request:
|
||
|
method: GET
|
||
|
headers:
|
||
|
-
|
||
|
key: Authorization
|
||
|
value: Bearer iamphil
|
||
|
response:
|
||
|
statusCode: 200
|
||
|
headers:
|
||
|
-
|
||
|
key: Content-type
|
||
|
value: application/json
|
||
|
body:
|
||
|
-
|
||
|
key: 0.username
|
||
|
value: alexbilbie
|
||
|
-
|
||
|
key: 0.name
|
||
|
value: Alex Bilbie
|
||
|
-
|
||
|
key: 0.email
|
||
|
valueType: string
|
||
|
-
|
||
|
key: 1.username
|
||
|
value: philsturgeon
|
||
|
-
|
||
|
key: 1.name
|
||
|
value: Phil Sturgeon
|
||
|
-
|
||
|
key: 1.email
|
||
|
valueType: string
|