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
Is your feature request related to a problem? Please describe.
Is there a way to support OData with the responses that we stub out in WireMock.Net?
Describe the solution you'd like
Given I stub a request to return a specific response
When a user requests the data with a OData query
Then the response should only include the data the query specifies
Describe alternatives you've considered
Stubbing every single query used
Is your feature request supported by WireMock (java version)? Please provide details.
Only via stubbing each query
Additional context #72 talks about stubbing a specific OData query but I'm wondering if this is something that could be built in.
The text was updated successfully, but these errors were encountered:
I guess I was wondering if there is a way for wiremock to autogenerate the stubs based on a request. I'm not even sure if this is possible but here is what I had floating around in my head.
Assuming the response is a json object, if there was a stub like this:
When a request matches that path but has an OData query attached to it, it would take the response that the user specified in WithBodyAsJson and create a new one based on the OData query.
Is your feature request related to a problem? Please describe.
Is there a way to support OData with the responses that we stub out in WireMock.Net?
Describe the solution you'd like
Given I stub a request to return a specific response
When a user requests the data with a OData query
Then the response should only include the data the query specifies
Describe alternatives you've considered
Stubbing every single query used
Is your feature request supported by WireMock (java version)? Please provide details.
Only via stubbing each query
Additional context
#72 talks about stubbing a specific OData query but I'm wondering if this is something that could be built in.
The text was updated successfully, but these errors were encountered: