mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-12 01:30:42 +01:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"meta": {
|
|
"name": "Get users",
|
|
"type": "http",
|
|
"seq": 1
|
|
},
|
|
"http": {
|
|
"method": "GET",
|
|
"url": "https://reqres.in/api/users"
|
|
},
|
|
"script": {
|
|
"res": "bru.setVar('token', res.body.token);\nconsole.log('token: ' + res.body.token);"
|
|
}
|
|
}
|