Text Mode (Test Module)
Text Mode is built specifically for API developers who need a fast, flexible scratchpad for testing endpoints on the fly. Unlike Standalone Mode where you import existing collections, Text Mode lets you create and organize requests from scratch.
What is Text Mode?
Text Mode is a lightweight, developer-focused environment for rapid API testing and experimentation. It’s designed for situations where you need to quickly test an endpoint without the overhead of formal API specifications.
Perfect for:
- Rapid Prototyping - Test new endpoints as you build them
- Quick Debugging - Isolate and test specific API calls
- Local API Testing: Test APIs against a localhost server. To enable this, run the following command in your terminal:
npx reex-proxyLast updated on