I have a usecase where i want urls to be mocked only if they contain certain parameters, and else they should not deliver a mock, they should point to the real endpoint.
but with the combination that the default points to the real endpoint and if there is a mock file with the correct switch value than this should be delivered.
Could you please think about implementing this ?
With regards,
Fabian
Hi,
I have a usecase where i want urls to be mocked only if they contain certain parameters, and else they should not deliver a mock, they should point to the real endpoint.
something like this:
"var/:id": { "mockFile": "xml/queen.xml", "verbs": ["all"], "switch": "id" }
but with the combination that the default points to the real endpoint and if there is a mock file with the correct switch value than this should be delivered.
Could you please think about implementing this ? With regards, Fabian