Speed up and don't wait for API to be implemented
A Visual Studio extension for create mocked API to minimize the dependency during development.
View -> Other Windows -> Api Mocking
Features
- Hosted by IIS Express (http, https).
- Define paths with parameters.
example : /customers/{customerId}
- Each path define multiple responses based on the request data.
- Specify path parameter values for each response with wildcards.
- Specify query parameters for each response with wildcards.
- Specify request body*.
- Specify response body*.
- Supports body of types:
- Text
- File
- Multi-Part form
Release Notes
1.3 [Preview]
- UI enhancements
- Increase request size limit for hosted service
- Bug fixes
1.2 [Preview]
- Accept wildcards for path and query parameters (*, ?).
- Set content type for response based on the selected file extension.
- Check actual content of request body irrespective of data formatting for:
- JSON
- XML
- x-www-form-urlencoded
- Bug fixes and improvements
| |