insomnia-importers
Version:
Various data importers for Insomnia
40 lines (39 loc) • 894 B
JSON
{
"_type": "export",
"__export_format": 4,
"__export_date": "2016-11-18T22:34:51.526Z",
"__export_source": "insomnia.importers:v0.1.0",
"resources": [
{
"_id": "__REQ_1__",
"_type": "request",
"parentId": "__WORKSPACE_ID__",
"url": "https://insomnia.rest/signup",
"name": "https://insomnia.rest/signup",
"method": "POST",
"body": {
"mimeType": "multipart/form-data",
"params": [
{
"name": "file",
"type": "file",
"fileName": "/home/user/file.txt"
},
{
"type": "text",
"name": "foo",
"value": "bar"
},
{
"type": "text",
"name": "baz",
"value": "qux"
}
]
},
"parameters": [],
"headers": [],
"authentication": {}
}
]
}