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
{{ message }}
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
Is there a way we can add functionality to return a different response if a query parameter is added to a request.
For ex:
/customers
returns all customers order by the name in ascending order
/customer?order=desc
returns all customer ordered in descending order. (actually it just returns mocked response afetr findin a query parameter attached).
can we do something in setting up the mocks and save it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way we can add functionality to return a different response if a query parameter is added to a request.
For ex:
/customers
returns all customers order by the name in ascending order
/customer?order=desc
returns all customer ordered in descending order. (actually it just returns mocked response afetr findin a query parameter attached).
can we do something in setting up the mocks and save it?
The text was updated successfully, but these errors were encountered: