mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"info": {
|
|
"name": "Postman v2.0 Collection",
|
|
"description": "Test collection using Postman Collection Format v2.0",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "Get Posts",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": "https://jsonplaceholder.typicode.com/posts"
|
|
}
|
|
}
|
|
]
|
|
}
|