api-client/helpers
Liyas Thomas 2972ac6328
Support multipart/form-data content-type (#1485)
* Initial UI refactor - move raw and key-value body to components and tabs

* Delete package-lock.json

* deps

* Add multipart/form-data as a content type

* fix: add default contentType value

* Allow http body param request body with multipart/form-data

* Add form data to vuex

* move raw body components to 'Raw Request Body' tab

* Add files addition logic

* Set Dockerfile to run nuxt in dev mode

* Set Dockerfile to run nuxt in dev mode

* Draft version of file upload

* refactor: clean up

* Add file chip to denote file input

* Remove console.log

* refactor(ui): matching styles

* refactor(ui): matching styles

* fix(ui): mobile responsiveness

* fix(ui): mobile responsiveness

* refactor: minor cleanup

* Remove file from any form of persistence

* Add warning that form data files will not be saved to local storage

* Add remove file functionality

* Prevent file from being saved to collections

* Remove console.log

* fix active toggle on multipart/form-data + cleanup

* auto import components

Co-authored-by: nelsontky <nelson@ccb.wtf>
2021-02-19 22:31:31 +05:30
..
__tests__ Added extra test for error handling 2020-12-22 21:15:20 +01:00
codegen Fix a missing close parenthesis before '.then' (#1407) 2021-01-02 20:49:42 +05:30
lenses feat: better media types detection for JSON, XML and HTML lenses (#1438) 2021-01-26 09:57:11 +05:30
strategies fix: revert axios interceptor and use normal time data - fixed #1449 2021-01-31 08:18:25 +05:30
syntax Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
terndoc Better JS language integration for Pre-Request scripts and Test scripts (#1422) 2021-01-22 07:04:02 +05:30
utils Support multipart/form-data content-type (#1485) 2021-02-19 22:31:31 +05:30
curlparser.js Moved utility functions from assets to helpers 2020-09-26 07:57:45 +05:30
editorutils.js Add application/vnd.api+json as a valid JSON mime to editorutils 2020-08-19 00:41:06 -04:00
fb.js fix: turn off permission of GitHub OAuth app fixed #1377 2020-12-10 16:12:38 +05:30
findStatusGroup.js fix: status code detection (#1440) 2021-01-25 06:50:50 +05:30
headers.js Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
jsonParse.js jsonParse now validates for array as root JSONs 2020-08-26 18:21:37 -04:00
network.js Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
oauth.js Moved utility functions from assets to helpers 2020-09-26 07:57:45 +05:30
platformutils.js Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
postwomanTesting.js Explicitly pass radix 10 to parseInt functions in toBeLevelxxx() to avoid unexpected results 2020-12-22 19:19:21 +01:00
preRequest.js Handled error handling to pre-request script execution 2020-08-02 00:26:16 -04:00
pwa.js Moved utility functions from assets to helpers 2020-09-26 07:57:45 +05:30
requestParams.js feat: input toggle for parameters and headers (#1388) 2020-12-28 06:02:41 +05:30
templating.js fix: decodeURI() failing on malformated URI + chore(deps): bump 2020-12-29 07:13:46 +05:30
tern.js Better JS language integration for Pre-Request scripts and Test scripts (#1422) 2021-01-22 07:04:02 +05:30
ternlint.js Better JS language integration for Pre-Request scripts and Test scripts (#1422) 2021-01-22 07:04:02 +05:30