Ready-to-use mock data server. You can quickly create HTTP API's which returns mock data.
There are 3 way to generate mock data:
-
You can generate fake response with random data.
See this DEMO method: "MockServerDemoController class --> simpleFakeData() method"
-
The server will response you with the data which you send it in a special field.
You don't even need to write a code for that.
See this DEMO method: "MockServerDemoController class --> dynamicResponseXML() method"
-
You can return any file as a response.
See this DEMO method: "MockServerDemoController class --> resultFromFile() method"
You can check the request and response from:
-
Only latest 100 request and response:
-
Server console logs
You may need to test mock services directly from HTML (Web) UI of Swagger.
-
Swagger HTML (Web) UI