UNPKG

insomnia-importers

Version:

Various data importers for Insomnia

109 lines (108 loc) 2.7 kB
{ "__export_date": "2022-08-05T10:38:46.184Z", "__export_format": 4, "__export_source": "insomnia.importers:v0.1.0", "_type": "export", "resources": [ { "_id": "__WORKSPACE_ID__", "_type": "workspace", "description": "This is a sample server Petstore server.", "name": "Swagger Petstore 1.0.2", "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": "/v2", "host": "petstore.swagger.io", "scheme": "https", "xApiKey": "xApiKey", "xAppId": "xAppId", "xAppSecret": "xAppSecret" }, "name": "OpenAPI env", "parentId": "__BASE_ENVIRONMENT_ID__" }, { "_id": "fld___WORKSPACE_ID__1b034c38", "_type": "request_group", "description": "Everything about your Pets", "environment": {}, "name": "pet", "parentId": "__WORKSPACE_ID__" }, { "_id": "req___WORKSPACE_ID__23acbe44", "_type": "request", "authentication": {}, "body": {}, "headers": [ { "disabled": false, "name": "X-API-KEY", "value": "{{ xApiKey }}" }, { "disabled": false, "name": "X-APP-ID", "value": "{{ xAppId }}" }, { "disabled": false, "name": "X-APP-SECRET", "value": "{{ xAppSecret }}" } ], "method": "POST", "name": "Add a new pet to the store", "parameters": [], "parentId": "fld___WORKSPACE_ID__1b034c38", "url": "{{ base_url }}/pet" }, { "_id": "req___WORKSPACE_ID__80ab0d08", "_type": "request", "authentication": {}, "body": {}, "headers": [ { "disabled": false, "name": "X-API-KEY", "value": "{{ xApiKey }}" }, { "disabled": false, "name": "X-APP-ID", "value": "{{ xAppId }}" }, { "disabled": false, "name": "X-APP-SECRET", "value": "{{ xAppSecret }}" } ], "method": "GET", "name": "Finds Pets by status", "parameters": [ { "disabled": false, "name": "status", "value": "available" } ], "parentId": "fld___WORKSPACE_ID__1b034c38", "url": "{{ base_url }}/pet/findByStatus" } ] }