mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
13 lines
183 B
JSON
13 lines
183 B
JSON
{
|
|
"meta": {
|
|
"name": "Get users",
|
|
"type": "http",
|
|
"seq": 1
|
|
},
|
|
"tags": ["foo", "bar"],
|
|
"http": {
|
|
"method": "GET",
|
|
"url": "https://reqres.in/api/users"
|
|
}
|
|
}
|