apidash
apidash copied to clipboard
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 integratio...
#### Tell us about the task you want to perform and are unable to do so because the feature is not available Currently, env variable support available for: - URL...
Currently, history data which has crossed the retention date is cleared in the main thread. Optimize the code to clear it using isolates.
## PR Description This PR adds support for fetching environment variables directly from the OS in API Dash. Users can now specify in the environment manager that a variable should...
#### Tell us about the task you want to perform and are unable to do so because the feature is not available Add support for OAuth 1.0 authentication for API...
## Pull Request Description #### Summary This PR introduces new enhancements to API Dash, focusing on improving debugging, API documentation generation, and response visualization. These features align with the discussions...
#### Tell us about the task you want to perform and are unable to do so because the feature is not available Develop an AI Agent which transforms API responses...
#### Tell us about the task you want to perform and are unable to do so because the feature is not available This meta issue is to track support for...
## PR Description The following PR adds feature to choose between Ollama, Gemini and openAI in-order to generate responses. However api-keys have not been added in the .env due to...
## [Foss Hack 2025 - Clear History Via Isolate](https://github.com/foss42/apidash/issues/551) Use of dynamic switch logic to determine the use of [Compute] function and [Isolate] function to Clear History during the app...