ToolJet/plugins/packages/restapi
Marc Meszaros d98121cd75
feat: Support multipart/form-data body when file like objects are specified in restapi datasource (#6622)
* Automatically convert restapi datasource request body to multipart/form-data if a file object is detected (#6621)

* Improve fileobject check function in restapi datasource and guard against bad file data (#6621)

* Avoid null or undefined in restapi datasource form-data payload

* update keyboard shortcuts page (#8143)

---------

Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2023-11-17 10:47:35 +05:30
..
__tests__ chore/plugins: fixes lint warning and errors (#2502) 2022-03-14 15:05:02 +05:30
lib feat: Support multipart/form-data body when file like objects are specified in restapi datasource (#6622) 2023-11-17 10:47:35 +05:30
.gitignore Move plugins to root (#1728) 2022-01-17 12:38:17 +05:30
package-lock.json feat: Support multipart/form-data body when file like objects are specified in restapi datasource (#6622) 2023-11-17 10:47:35 +05:30
package.json feat: Support multipart/form-data body when file like objects are specified in restapi datasource (#6622) 2023-11-17 10:47:35 +05:30
README.md [docs] update datasource docs (#1851) 2022-01-18 11:22:23 +05:30
tsconfig.json Move plugins to root (#1728) 2022-01-17 12:38:17 +05:30