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

No Warning for Unsupported QueryParameters #66

Open
psrabhishek opened this issue May 16, 2021 · 0 comments
Open

No Warning for Unsupported QueryParameters #66

psrabhishek opened this issue May 16, 2021 · 0 comments

Comments

@psrabhishek
Copy link

When we send some query parameters which are not defined in spec, it will not effect the request.
But I think it is worth considering to give a warning message for them during _validate_query_parameters method, so that the user can review them and correct it (sometimes it would be typo or case mismatch)

And also there is no warning message for any validation failures of query parameters.

I have implemented above mentioned, since I needed them for my use-case and I am willing to contribute the same.

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

1 participant