-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Mock a dynamic url #23
Labels
Comments
I think this would be a useful feature to have. Off the top of my head I'm not sure a great way to implement it but I will certainly look into it. |
It would be very helpful. Having HTTP 200 responses when something is not mocked is not ideal. |
@ellipsis-dev can you give this a shot? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What if we could mock an endpoint like this
/endpoint/product/*
So then it would not matter what parameter we send in the * we would get the same response.
The text was updated successfully, but these errors were encountered: