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.59k stars 301 forks source link

feat: file upload as request body #354

Open Tanish2002 opened 6 months ago

Tanish2002 commented 6 months ago

PR Description

Please tell me if I need to fix up all the codegens and their corresponding tests.

Some screenshots:

  1. successful upload: image
  2. Failed upload due to large payload: image

Related Issues

Checklist

Added/updated tests?