foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. It is supported for macOS, Windows, Linux, Android & iOS. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.66k stars 317 forks source link

Add Multipart tests to NodeJS Axios Codegen #285

Closed Tanish2002 closed 7 months ago

Tanish2002 commented 7 months ago

PR Description

Added Posts Test 4-9 for multipart form testing for NodeJS Axios Codegen.

Related Issues

Checklist

Added/updated tests?

animator commented 7 months ago

Have you manually verified whether POST 4- POST 9 generated code are working correctly? nodejs fetch codes were not running.

animator commented 7 months ago

Refer https://github.com/foss42/apidash/pull/286#issuecomment-1994811511