oauth2-server/tests/fuzz/users-token-iamphil.yml

33 lines
685 B
YAML
Raw Normal View History

2014-08-04 19:48:55 +05:30
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
2014-11-08 23:56:12 +05:30
valueType: string