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.56k stars 291 forks source link

Automatic Request History and Management #384

Closed salahu01 closed 5 months ago

salahu01 commented 5 months ago

Currently, Api Dash requires users to manually save each API request. This can be cumbersome, especially when working with multiple requests or iterating through different configurations. Postman, a popular API testing tool, offers automatic request history with the ability to name and organize requests for easier access and reference.

Implementing automatic request history and management in Api Dash would significantly improve its usability. This feature could include:

This functionality would make Api Dash a more efficient and user-friendly tool for developers and testers working with multiple APIs.

animator commented 5 months ago

Thank you for your feedback. I have added your comments to the original thread for this feature - https://github.com/foss42/apidash/issues/184#issuecomment-2075218364 Closing this issue as a duplicate, but I will update the progress of this feature in this thread once it is live.