-
Notifications
You must be signed in to change notification settings - Fork 0
/
Insomnia_httpRequests.json
1 lines (1 loc) · 8.63 KB
/
Insomnia_httpRequests.json
1
{"_type":"export","__export_format":4,"__export_date":"2022-09-29T17:24:58.649Z","__export_source":"insomnia.desktop.app:v2022.5.1","resources":[{"_id":"req_999ccac974154c40aa2cfc5bee58c45c","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250266,"created":1664472250266,"url":"http://localhost:3333/","name":"Root Directory","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1664466114855,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_bce68dae49214866a500e0ee301c3933","parentId":"wrk_323c65b4fce04d27afb32bd397869d21","modified":1664472250262,"created":1664472250262,"name":"Teste Integrado","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1000000000,"_type":"request_group"},{"_id":"wrk_323c65b4fce04d27afb32bd397869d21","parentId":null,"modified":1664472218849,"created":1664472218849,"name":"My Collection","description":"","scope":"collection","_type":"workspace"},{"_id":"req_ef40b541493b44759c8bee86974d2eac","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250279,"created":1664472250279,"url":"http://localhost:3333/universities","name":"getAllUniversities","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1663899316782.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_97b0606827ed4083a0f8503a25a9c8cd","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250292,"created":1664472250292,"url":"http://localhost:3333/universities","name":"getAllFilteredUniversities","description":"","method":"GET","body":{},"parameters":[{"id":"pair_6a8a9cf4f57a49dbaa39618d2af88155","name":"country","value":"suriname","description":""},{"id":"pair_81bf67f0a2f24be2a14b5bb131c66ae1","name":"page","value":"2","description":"","disabled":true}],"headers":[],"authentication":{},"metaSortKey":-1663615917746.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_73350caf90204ef29a86166c9b47a7fb","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250305,"created":1664472250305,"url":"http://localhost:3333/universities/6335b947e1e0053df595d2d3","name":"getSingleUniversityById","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1663474218228.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_54b497be481a468da1ab8328275b9cdd","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250319,"created":1664472250319,"url":"http://localhost:3333/universities","name":"createUniversity","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"alpha_two_code\": \"RU\",\n\t\"country\": \"Russia\",\n\t\"domains\": [\n\t\t\"testuniversity.ru\"\n\t],\n\t\"name\": \"Test University\",\n\t\"web_pages\": [\n\t\t\"http://www.testuniversity.ru/\"\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_aaaaa06d33aa40faad026a5c252d04b3"}],"authentication":{},"metaSortKey":-1663403368469.0625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a88ef04ff1c044bda7a342b3319ca454","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250333,"created":1664472250333,"url":"http://localhost:3333/universities","name":"createUniversityThatExists","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"alpha_two_code\": \"BR\",\n\t\"country\": \"Brazil\",\n\t\"domains\": [\n\t\t\"faap.br\"\n\t],\n\t\"name\": \"FAAP - Fundação Armando Alvares Penteado\",\n\t\"web_pages\": [\n\t\t\"http://www.faap.br/\"\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_aaaaa06d33aa40faad026a5c252d04b3"}],"authentication":{},"metaSortKey":-1663367943589.5312,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_bbbd585d9428410b9fc5587be2b4d6c0","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250347,"created":1664472250347,"url":"http://localhost:3333/universities","name":"createUniversityThatIsMissingInfo","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"country\": \"Brazil\",\n\t\"domains\": [\n\t\t\"faap.br\"\n\t],\n\t\"name\": \"Batata\",\n\t\"web_pages\": [\n\t\t\"http://www.faap.br/\"\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_aaaaa06d33aa40faad026a5c252d04b3"}],"authentication":{},"metaSortKey":-1663350231149.7656,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_86470080cc4e4f53a12a30d65446f77f","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250361,"created":1664472250361,"url":"http://localhost:3333/universities","name":"createUniversityThatAlphaDiff2","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"alpha_two_code\": \"BRA\",\n\t\"country\": \"Brazil\",\n\t\"domains\": [\n\t\t\"faap.br\"\n\t],\n\t\"name\": \"FAAP - Fundação Armando Alvares Penteado\",\n\t\"web_pages\": [\n\t\t\"http://www.faap.br/\"\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_aaaaa06d33aa40faad026a5c252d04b3"}],"authentication":{},"metaSortKey":-1663341374929.8828,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_df98942ed8e4401a97e728edf8e5731e","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250374,"created":1664472250374,"url":"http://localhost:3333/universities/6335d3e8ed34d80c69ebb9b4","name":"updateUniversity","description":"","method":"PUT","body":{"mimeType":"application/json","text":"{\n\t\"domains\": [\n\t\t\"test2.university\"\n\t],\n\t\"name\": \"TestNumber2\",\n\t\"web_pages\": [\n\t\t\"http://www.test2.university.ru/\"\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_aaaaa06d33aa40faad026a5c252d04b3"}],"authentication":{},"metaSortKey":-1663341374879.8828,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_069d94f8bdd14608af64520d9e923692","parentId":"fld_bce68dae49214866a500e0ee301c3933","modified":1664472250389,"created":1664472250389,"url":"http://localhost:3333/universities/6335d3e8ed34d80c69ebb9b4","name":"updateUniversity","description":"","method":"DELETE","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1663336946794.9414,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_c22b3f668fe77871620bcbbe68e91094281d0c4e","parentId":"wrk_323c65b4fce04d27afb32bd397869d21","modified":1664472218858,"created":1664472218858,"name":"Base Environment","data":{},"dataPropertyOrder":null,"color":null,"isPrivate":false,"metaSortKey":1664472218858,"_type":"environment"},{"_id":"jar_c22b3f668fe77871620bcbbe68e91094281d0c4e","parentId":"wrk_323c65b4fce04d27afb32bd397869d21","modified":1664472218861,"created":1664472218861,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_f8c2e560bad446d9b101b3ced888e970","parentId":"wrk_323c65b4fce04d27afb32bd397869d21","modified":1664472218850,"created":1664472218850,"fileName":"My Collection","contents":"","contentType":"yaml","_type":"api_spec"}]}