foss42 / apidash

API Dash is a beautiful open-source cross-platform (macOS, Windows, Linux, Android & iOS) 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.7k stars 335 forks source link

Importing from WSDL file #127

Open ashitaprasad opened 9 months ago

ashitaprasad commented 9 months ago

Tell us about the task you want to perform and are unable to do so because the feature is not available

Learn more about WSDL

Add support for importing requests from WSDL file.

ashitaprasad commented 2 weeks ago

Update: The frontend is already implemented. The only change required will be the addition on WSDL in ImportFormat enum and adding the parser code.