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.

Home Page:https://apidash.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Request History and Management

salahu01 opened this issue · comments

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:

  • Automatically saving past API requests with timestamps.
  • Allowing users to name and organize saved requests for better management.
  • The ability to filter and search through saved requests.

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

Thank you for your feedback. I have added your comments to the original thread for this feature - #184 (comment)
Closing this issue as a duplicate, but I will update the progress of this feature in this thread once it is live.