Per your example within the README how would you extract the username URL/Path param. I've reviewed the code samples and read through the documentation and debugged through my own simulator and I've been unable to work out how to obtain these values.
For a simulator is likely important that the simulated objects returned include the inbound values. I think I've seen examples where the query params are extracted. So unclear what options exist for url/path params.
@Scenario("GET_USER")
@RequestMapping(value = "/services/rest/v1/user/{username}", method = RequestMethod.GET)
public class GetUserScenario extends AbstractSimulatorScenario {
Hi,
Per your example within the README how would you extract the username URL/Path param. I've reviewed the code samples and read through the documentation and debugged through my own simulator and I've been unable to work out how to obtain these values.
For a simulator is likely important that the simulated objects returned include the inbound values. I think I've seen examples where the query params are extracted. So unclear what options exist for url/path params.
@Scenario("GET_USER") @RequestMapping(value = "/services/rest/v1/user/{username}", method = RequestMethod.GET) public class GetUserScenario extends AbstractSimulatorScenario {
}
Regards
Russell