Standalone Mode
Standalone Mode allows you to test and explore API collections without connecting to a project. It’s perfect for API exploration, debugging, and testing endpoints in isolation.
What is Standalone Mode?
Standalone Mode is a lightweight, project-independent environment for working with API collections. Unlike Project Mode which integrates directly with your codebase, Standalone Mode operates independently, making it ideal for:
- API Collection Testing: Test API endpoints without setting up a full project.
- Multiple Collections: Work with multiple API collections simultaneously.
- Local API Testing: Test collections against a localhost server. To enable this, run the following command in your terminal:
npx reex-proxyLast updated on