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

Added Code Generation For Java (Unirest) #343

Closed AcousticDeveloper closed 5 months ago

AcousticDeveloper commented 5 months ago

PR Description

This PR adds automated code generation for Java's Unirest library and also tests the generated code.

Related Issues

Checklist

Added/updated tests?

Instructions to run the generated code in local computer

AcousticDeveloper commented 5 months ago

I have mentioned the local code testing setup in the pull request description @animator.

animator commented 5 months ago

Thanks for the PR.