You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: