insomnia-importers
Version:
Various data importers for Insomnia
126 lines (125 loc) • 3.12 kB
JSON
{
"__export_date": "2019-11-22T18:54:59.959Z",
"__export_format": 4,
"__export_source": "insomnia.importers:v0.1.0",
"_type": "export",
"resources": [
{
"_id": "__WORKSPACE_ID__",
"_type": "workspace",
"description": "",
"name": "Swagger Petstore 1.0.0",
"parentId": null
},
{
"_id": "__BASE_ENVIRONMENT_ID__",
"_type": "environment",
"data": {
"base_url": "{{ scheme }}://{{ host }}{{ base_path }}"
},
"name": "Base environment",
"parentId": "__WORKSPACE_ID__"
},
{
"_id": "env___BASE_ENVIRONMENT_ID___sub",
"_type": "environment",
"data": {
"base_path": "/v1",
"host": "petstore.swagger.io",
"scheme": "http"
},
"name": "Swagger env",
"parentId": "__BASE_ENVIRONMENT_ID__"
},
{
"_id": "fld___WORKSPACE_ID__a8acce24",
"_type": "request_group",
"description": "",
"environment": {},
"name": "pets",
"parentId": "__WORKSPACE_ID__"
},
{
"_id": "listPets",
"_type": "request",
"authentication": {},
"body": {},
"description": "",
"headers": [],
"method": "GET",
"name": "List all pets",
"parameters": [
{
"disabled": true,
"name": "limit",
"value": "0"
}
],
"parentId": "fld___WORKSPACE_ID__a8acce24",
"url": "{{ base_url }}/pets"
},
{
"_id": "createPets",
"_type": "request",
"authentication": {},
"body": {
"mimeType": "application/json",
"text": "{\n \"id\": 0,\n \"name\": \"string\",\n \"tag\": \"string\"\n}"
},
"description": "",
"headers": [
{
"disabled": false,
"name": "Content-Type",
"value": "application/json"
}
],
"method": "POST",
"name": "Create a pet",
"parameters": [],
"parentId": "fld___WORKSPACE_ID__a8acce24",
"url": "{{ base_url }}/pets"
},
{
"_id": "showPetById",
"_type": "request",
"authentication": {},
"body": {},
"description": "This is a longer description",
"headers": [],
"method": "GET",
"name": "Info for a specific pet",
"parameters": [],
"parentId": "fld___WORKSPACE_ID__a8acce24",
"url": "{{ base_url }}/pets/{{ petId }}"
},
{
"_id": "updatePet",
"_type": "request",
"authentication": {},
"body": {
"mimeType": "application/x-www-form-urlencoded",
"params": [
{
"disabled": false,
"name": "name",
"value": "string"
}
]
},
"description": "",
"headers": [
{
"disabled": false,
"name": "Content-Type",
"value": "application/x-www-form-urlencoded"
}
],
"method": "POST",
"name": "Update specific pet",
"parameters": [],
"parentId": "fld___WORKSPACE_ID__a8acce24",
"url": "{{ base_url }}/pets/{{ petId }}"
}
]
}