Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nora-soderlund/integrationworkbench
https://github.com/nora-soderlund/integrationworkbench
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nora-soderlund/integrationworkbench
- Owner: nora-soderlund
- License: other
- Created: 2023-11-03T17:24:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T09:00:22.000Z (11 months ago)
- Last Synced: 2023-12-19T11:26:27.787Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.94 MB
- Stars: 1
- 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.![Screen-Recording-2023-12-03-at-17 13 17](https://github.com/nora-soderlund/IntegrationWorkbench/assets/78360666/8bfc0641-a545-4a42-86ba-33dca8b7bcc0)
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 scriptsIn-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