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. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.43k stars 269 forks source link

Verifies CodeGen and Adds Tests for Java (async-http-client) #355

Closed AcousticDeveloper closed 5 months ago

AcousticDeveloper commented 5 months ago

PR Description

This PR adds support for multipart form data and test for Java's async http client library.

Related Issues

Checklist

Added/updated tests?

Guideline for local setup

  1. Create a maven project.
  2. Add async http client dependency as mentioned in the README.
  3. Build the project using mvn package.
  4. Run the newly built jar file using java -jar <jar_file_name>. If you get an error regarding no main manifest attribute, please follow this StackOverflow thread.
animator commented 5 months ago

Thanks for the PR.