Skip to content
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 request: query string parameters #25

Closed
chase-seibert opened this issue Jan 25, 2013 · 0 comments
Closed

Feature request: query string parameters #25

chase-seibert opened this issue Jan 25, 2013 · 0 comments

Comments

@chase-seibert
Copy link

It would be a nice feature to be able to specify query string arguments that a mocked request should expect. Further, it would be even nicer if you could specify just a subset of the parameters you expect to be passed.

Use case: I'm testing an OAuth implementation. I want to validate that the library is calling various REST endpoints, and I want to validate that it's passing some static query parameters like oauth_token and oauth_consumer_key. But I don't want to validate values for non-static fields like oauth_timestamp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants