Created
October 4, 2020 02:53
-
-
Save victor3r/322177ed5c4493cc9f113e421f177318 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_type": "export", | |
"__export_format": 4, | |
"__export_date": "2020-10-04T02:50:51.554Z", | |
"__export_source": "insomnia.desktop.app:v2020.4.1", | |
"resources": [ | |
{ | |
"_id": "req_b1321bf5c6494f17ac89a4d58b214dfa", | |
"parentId": "fld_eaa16bccabd24a83b59829d4923eeccf", | |
"modified": 1601777230917, | |
"created": 1601777194227, | |
"url": "{{ base_url }}/{{ resource }}/average", | |
"name": "Average", | |
"description": "", | |
"method": "POST", | |
"body": { | |
"mimeType": "application/json", | |
"text": "{\n\t\"numbers\": \"1,2,3,4\"\n}" | |
}, | |
"parameters": [], | |
"headers": [ | |
{ | |
"name": "Content-Type", | |
"value": "application/json", | |
"id": "pair_65dbd046945a46f2b15ec1afdb7529ab" | |
} | |
], | |
"authentication": {}, | |
"metaSortKey": -1601777194227, | |
"isPrivate": false, | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "fld_eaa16bccabd24a83b59829d4923eeccf", | |
"parentId": "wrk_6ed14dcd0b0d4d59a46609bea5ec2ee6", | |
"modified": 1601777163227, | |
"created": 1601777031516, | |
"name": "Numbers", | |
"description": "", | |
"environment": { | |
"resource": "numbers" | |
}, | |
"environmentPropertyOrder": { | |
"&": [ | |
"resource" | |
] | |
}, | |
"metaSortKey": -1601777031516, | |
"_type": "request_group" | |
}, | |
{ | |
"_id": "wrk_6ed14dcd0b0d4d59a46609bea5ec2ee6", | |
"parentId": null, | |
"modified": 1601776966995, | |
"created": 1601776966995, | |
"name": "Math", | |
"description": "", | |
"scope": null, | |
"_type": "workspace" | |
}, | |
{ | |
"_id": "req_7c21896d4cc94911aa7b9a4c84c6f01e", | |
"parentId": "fld_eaa16bccabd24a83b59829d4923eeccf", | |
"modified": 1601777212075, | |
"created": 1601777043630, | |
"url": "{{ base_url }}/{{ resource }}/sum", | |
"name": "Sum", | |
"description": "", | |
"method": "POST", | |
"body": { | |
"mimeType": "application/json", | |
"text": "{\n\t\"numbers\": \"1,2,3,4\"\n}" | |
}, | |
"parameters": [], | |
"headers": [ | |
{ | |
"name": "Content-Type", | |
"value": "application/json", | |
"id": "pair_c4ac4d4b763746619ae73615b14905c0" | |
} | |
], | |
"authentication": {}, | |
"metaSortKey": -1601777043630, | |
"isPrivate": false, | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "env_fb9904920f291d8b12eeaae008c445c740791916", | |
"parentId": "wrk_6ed14dcd0b0d4d59a46609bea5ec2ee6", | |
"modified": 1601776967119, | |
"created": 1601776967119, | |
"name": "Base Environment", | |
"data": {}, | |
"dataPropertyOrder": null, | |
"color": null, | |
"isPrivate": false, | |
"metaSortKey": 1601776967119, | |
"_type": "environment" | |
}, | |
{ | |
"_id": "jar_fb9904920f291d8b12eeaae008c445c740791916", | |
"parentId": "wrk_6ed14dcd0b0d4d59a46609bea5ec2ee6", | |
"modified": 1601776967122, | |
"created": 1601776967122, | |
"name": "Default Jar", | |
"cookies": [], | |
"_type": "cookie_jar" | |
}, | |
{ | |
"_id": "spc_c95ed7fcbfd44618b1b9eae14c59a41f", | |
"parentId": "wrk_6ed14dcd0b0d4d59a46609bea5ec2ee6", | |
"modified": 1601776967011, | |
"created": 1601776967011, | |
"fileName": "Math", | |
"contents": "", | |
"contentType": "yaml", | |
"_type": "api_spec" | |
}, | |
{ | |
"_id": "env_69534aa612124a1e84c0a752543d1364", | |
"parentId": "env_fb9904920f291d8b12eeaae008c445c740791916", | |
"modified": 1601777018533, | |
"created": 1601776974081, | |
"name": "dev", | |
"data": { | |
"base_url": "http://localhost:3333" | |
}, | |
"dataPropertyOrder": { | |
"&": [ | |
"base_url" | |
] | |
}, | |
"color": null, | |
"isPrivate": false, | |
"metaSortKey": 1601776974081, | |
"_type": "environment" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment