Right now, the only easy way to support parameterized URLs (/pets/:petId) is to redefine the URL behavior (static, or not) for each concrete parameter.
It would be pretty freakin' sweet if we could support setting up responses by parameter from the UI.
Right now, the only easy way to support parameterized URLs (
/pets/:petId) is to redefine the URL behavior (static, or not) for each concrete parameter.It would be pretty freakin' sweet if we could support setting up responses by parameter from the UI.