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 Aug 29, 2024. It is now read-only.
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.
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.
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.
The text was updated successfully, but these errors were encountered: