Skip to content

Instantly share code, notes, and snippets.

@TheoOliveira
Created June 18, 2020 01:18
Show Gist options
  • Select an option

  • Save TheoOliveira/4e611b5082d75d6ff8ad45b11caf5763 to your computer and use it in GitHub Desktop.

Select an option

Save TheoOliveira/4e611b5082d75d6ff8ad45b11caf5763 to your computer and use it in GitHub Desktop.
{"_type":"export","__export_format":4,"__export_date":"2020-06-18T01:16:09.978Z","__export_source":"insomnia.desktop.app:v2020.2.2","resources":[{"_id":"req_d7e35e2c5b88438e9daf9980bb62688d","authentication":{},"body":{"mimeType":"application/json","text":""},"created":1592282724575,"description":"","headers":[{"id":"pair_d7b6599aa76649f5b463163fc3b8d78c","name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1592282724576,"method":"GET","modified":1592441510193,"name":"List","parameters":[],"parentId":"fld_157be7ffb3e74facb95e53e07c9f19c2","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"{{ base_url }}/projects","_type":"request"},{"_id":"fld_157be7ffb3e74facb95e53e07c9f19c2","created":1592282645683,"description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1592282645683,"modified":1592282645683,"name":"Projetos","parentId":"wrk_619370ad77154a8c89d9a0734d1e2faf","_type":"request_group"},{"_id":"wrk_619370ad77154a8c89d9a0734d1e2faf","created":1592282634498,"description":"","modified":1592282634498,"name":"Modulo 1","parentId":null,"scope":null,"_type":"workspace"},{"_id":"req_dba7f5c3d8f44179947065a58828ceda","authentication":{},"body":{"mimeType":"application/json","text":"{\n\t\"title\": \"2222222\",\n\t\"owner\": \"gaeaaaaa\"\n}"},"created":1592282792860,"description":"","headers":[],"isPrivate":false,"metaSortKey":-1592282724526,"method":"POST","modified":1592441521712,"name":"Create","parameters":[],"parentId":"fld_157be7ffb3e74facb95e53e07c9f19c2","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"{{ base_url }}/addproject","_type":"request"},{"_id":"req_59942ac907164017b2890dd72dd515ef","authentication":{},"body":{"mimeType":"application/json","text":"{\n\t\"title\": \"tutu\"\n}"},"created":1592282812819,"description":"","headers":[{"id":"pair_22ce7a3543734b6f96dbc5186942569b","name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1592282724476,"method":"PUT","modified":1592370566837,"name":"Update","parameters":[],"parentId":"fld_157be7ffb3e74facb95e53e07c9f19c2","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"{{ base_url }}/projects/1","_type":"request"},{"_id":"req_9c9c84b5893a4db7a611e73c5adbe441","authentication":{},"body":{},"created":1592282838810,"description":"","headers":[],"isPrivate":false,"metaSortKey":-1592282724426,"method":"DELETE","modified":1592283024918,"name":"Delete","parameters":[],"parentId":"fld_157be7ffb3e74facb95e53e07c9f19c2","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"{{ base_url }}/projects/1","_type":"request"},{"_id":"env_1238c8932886974d7586901f76d3731394b3aa39","color":null,"created":1592282634633,"data":{},"dataPropertyOrder":null,"isPrivate":false,"metaSortKey":1592282634633,"modified":1592282634633,"name":"Base Environment","parentId":"wrk_619370ad77154a8c89d9a0734d1e2faf","_type":"environment"},{"_id":"jar_1238c8932886974d7586901f76d3731394b3aa39","cookies":[],"created":1592282634639,"modified":1592369468362,"name":"Default Jar","parentId":"wrk_619370ad77154a8c89d9a0734d1e2faf","_type":"cookie_jar"},{"_id":"spc_05a32f85b57f45a0a29db4e0fbba4d62","contentType":"yaml","contents":"","created":1592282634513,"fileName":"Modulo 1","modified":1592282634513,"parentId":"wrk_619370ad77154a8c89d9a0734d1e2faf","_type":"api_spec"},{"_id":"env_b9420034f2e64556bede054993044695","color":null,"created":1592282905869,"data":{"base_url":"http://localhost:3000"},"dataPropertyOrder":{"&":["base_url"]},"isPrivate":false,"metaSortKey":1592282905869,"modified":1592441502805,"name":"dev","parentId":"env_1238c8932886974d7586901f76d3731394b3aa39","_type":"environment"},{"_id":"env_e9e0edfcfc0641548742b9f837e187b6","color":"#250f7a","created":1592282949531,"data":{"base_url":""},"dataPropertyOrder":{"&":["base_url"]},"isPrivate":false,"metaSortKey":1592282949531,"modified":1592282973026,"name":"production","parentId":"env_1238c8932886974d7586901f76d3731394b3aa39","_type":"environment"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment