insomnia-importers
Version:
Various data importers for Insomnia
35 lines (34 loc) • 807 B
JSON
{
"variables": [],
"info": {
"name": "Complex URL Test Collection",
"_postman_id": "250d5bd3-4f7e-8fd0-7744-35e942e36a78",
"description": "A collection for testing",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Test Request",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://insomnia.rest?foo=bar",
"protocol": "https",
"host": ["insomnia", "rest"],
"query": [
{
"key": "foo",
"value": "bar",
"equals": true,
"description": "baz"
}
]
},
"description": ""
},
"response": []
}
]
}