Hyperflux is a powerful API testing tool that allows you to make HTTP requests, view responses, and manage API logs. It offers features like exporting logs in CSV and JSON formats and optionally stores logs in a database for easy tracking and analysis.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Hyperflux is a powerful Visual Studio Code extension designed to manage and store API request history, helping developers quickly access and review previous API requests made during development. It offers a seamless way to organize your API interactions while providing future support for logging, data export, and database integration.
Features
API Request History: Automatically stores the history of API requests made during your development sessions.
Request Method & URL: Stores the request method (GET, POST, etc.) along with the URL for each request in your history.
Date & Time Stamps: Each API request is recorded with a timestamp, making it easy to track when requests were made.
Interactive History View: View, sort, and interact with your request history directly within the extension.
Delete History Items: Delete individual request history entries directly from the interface.
Export History: Coming soon: Ability to export request history logs in various formats such as CSV and JSON.
Database Integration: Coming soon: Support for exporting or storing request history in an external database.
Requirements
Visual Studio Code: Hyperflux requires VS Code (any modern version).
JavaScript/Node.js environment: The extension integrates with the VS Code environment, leveraging JavaScript for core functionality.
Extension Settings
Currently, Hyperflux does not introduce custom settings, but keep an eye out for future releases where additional configuration options may be added.
Known Issues
Export functionality is in progress and may not be available in the initial release.
Some users may experience delay when loading a large number of request history entries.
Release Notes
1.0.0
Initial release of Hyperflux.
Stores and displays API request history.
Supports deleting individual entries from history.
1.0.1
Fixed minor UI glitches.
Improved performance for viewing large histories.
1.1.0
Enhanced UI with new features to come soon:
Export history in CSV/JSON format.
Database integration for persistent storage options.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux)
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets