Having a capability to edit the expected response to be provided programmatically, and get a representation of data you'll receive as JSON.
POST /stub/{{query}} ==> create a stub that will be used by mock server to answer on that query
GET /stub/{{query}} ==> get a JSON representation of the answer the mock server will answer : for test assertions.
Having a capability to edit the expected response to be provided programmatically, and get a representation of data you'll receive as JSON.
POST /stub/{{query}} ==> create a stub that will be used by mock server to answer on that query
GET /stub/{{query}} ==> get a JSON representation of the answer the mock server will answer : for test assertions.