https://github.com/nora-soderlund/integrationworkbench
https://github.com/nora-soderlund/integrationworkbench
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nora-soderlund/integrationworkbench
- Owner: nora-soderlund
- License: other
- Created: 2023-11-03T17:24:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T09:00:22.000Z (over 2 years ago)
- Last Synced: 2025-02-27T13:19:35.331Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.94 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Integration Workbench
### What is Integration Workbench?
[Integration Workbench](https://integrationbench.com) is a **free** and **open-source** API integration testing extension for VS Code with the ability to group requests, run scripts to prepare a request, use environments, all in a familar VS Code environment.

Available features:
- Group requests in collections or workbenches
- Use custom scripts in headers, parameters, environment variables.
- Use environments with variables from .env files or custom scripts
In-scope to be implemented:
- Creating requests from OpenAPI schemas
- Creating AWS EventBridge/SNS Topic events
- Creating events using AsyncAPI schemas
- Templates for commonly used APIs
- Alternative to use cURL instead of the Fetch API
- Exporting requests as fetch or cURL commands
- Exporting requests as Jest or Node tests