• Mock Server: Create and run a mock server to simulate API responses without relying on live endpoints (by default it will run on localhost:3001; if that port is occupied, it will try ports up to 3010).
• REST, GraphQL (GQL), gRPC Support: Test RESTful APIs, GraphQL queries/mutations and gRPC requests.
• Validations and Tests: Write and run validations and tests to ensure API responses meet expected criteria.
• Scripts (Request and Collection Level): Automate workflows with scripts that can be executed at both the request and collection levels.
• Environments: Manage different environments (e.g., development, staging, production) and switch between them effortlessly.
• Variables: Use variables at the environment, collection, and request levels to dynamically manage and manipulate data.
• Postman Collection v2 Import: You can import collections using Postman Collection v2 JSON format. This allows seamless integration of your existing Postman collections into the application, making API testing and management easier.
• Collection Runner: Execute a series of API requests organized into collections.
• Flow Creation: Design and execute complex flows that involve multiple API calls, with conditional logic and branching.
• Pre-request and Post-response Hooks: Customize API calls with scripts that run before a request is sent or after a response is received.
• Code Snippet Generation: Automatically generate code snippets for API requests in various programming languages.
• Team Collaboration: Team Collaboration using git or any other version control system
• Swagger/OpenAPI Support: Import and manage Swagger/OpenAPI specifications at the collection level for comprehensive API documentation and testing.
• File System Storage: Store collections and requests on the filesystem in .yaml format, making it easy to collaborate through version control systems like GitHub.
• Custom Node Modules: Install node modules inside collection folders, which can be accessed in the scripts of that collection.
• File Explorer: Use the built-in file explorer to create and manage script files directly within the tool.
• Source Control: 'Source Control' tab is added to the interface, allowing you to see the Git changes in your collection files, similar to how changes are viewed in Visual Studio Code (VSCode). This makes it easier to manage and track changes directly from the application.