Skip to content

Instantly share code, notes, and snippets.

@maximilian-krauss
Last active October 13, 2020 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximilian-krauss/b45f4f70c1d58e7a24443c9b8ae80109 to your computer and use it in GitHub Desktop.
Save maximilian-krauss/b45f4f70c1d58e7a24443c9b8ae80109 to your computer and use it in GitHub Desktop.
{
"_type": "export",
"__export_format": 4,
"__export_date": "2020-10-13T05:43:34.282Z",
"__export_source": "insomnia.desktop.app:v2020.4.1",
"resources": [
{
"_id": "req_97efcf20fc77413884513e443f097fbc",
"parentId": "wrk_e4b4380923e1460fb7768efbd66f65e0",
"modified": 1602567245088,
"created": 1601531650307,
"url": "http://localhost:8080/protected-route",
"name": "Authenticated Action",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {
"type": "bearer",
"token": "{% response 'body', 'req_045a6da495f048d0a2aecfae25ff6d38', 'b64::JC50b2tlbg==::46b', 'always', 60 %}"
},
"metaSortKey": -1601531650307,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "wrk_e4b4380923e1460fb7768efbd66f65e0",
"parentId": null,
"modified": 1601531444352,
"created": 1601531444352,
"name": "Login Flow",
"description": "",
"scope": null,
"_type": "workspace"
},
{
"_id": "req_045a6da495f048d0a2aecfae25ff6d38",
"parentId": "wrk_e4b4380923e1460fb7768efbd66f65e0",
"modified": 1602402431979,
"created": 1601531454932,
"url": "http://localhost:8080/login",
"name": "Login",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"username\": \"foobaer\",\n\t\"password\": \"correct horse battery staple\"\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_b73d90d49c9147dc8f3f61cb7f648291"
}
],
"authentication": {},
"metaSortKey": -1601531454932,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "env_d6d07ea660a35f867d6db0961fe4aa6d2a53a11f",
"parentId": "wrk_e4b4380923e1460fb7768efbd66f65e0",
"modified": 1601531444586,
"created": 1601531444586,
"name": "Base Environment",
"data": {},
"dataPropertyOrder": null,
"color": null,
"isPrivate": false,
"metaSortKey": 1601531444586,
"_type": "environment"
},
{
"_id": "jar_d6d07ea660a35f867d6db0961fe4aa6d2a53a11f",
"parentId": "wrk_e4b4380923e1460fb7768efbd66f65e0",
"modified": 1601531444589,
"created": 1601531444589,
"name": "Default Jar",
"cookies": [],
"_type": "cookie_jar"
},
{
"_id": "spc_4ca8759347c54a6f963eef13a8924ecf",
"parentId": "wrk_e4b4380923e1460fb7768efbd66f65e0",
"modified": 1601531444364,
"created": 1601531444364,
"fileName": "Login Flow",
"contents": "",
"contentType": "yaml",
"_type": "api_spec"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment