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 Jan 24, 2019. It is now read-only.
Calling https://webmaker-api.herokuapp.com/discover/en-US?count=25&forcecheck=1440174508345, which uses a query parameter that is not part of the API call's parameter set, yields a 400 error rather than ignoring the unknown parameter.
Is it possible to make the API:
throw an error on missing required call parameters
throw an error on invalid call parameters
ignore any parameters not part of the API call?
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.
Calling
https://webmaker-api.herokuapp.com/discover/en-US?count=25&forcecheck=1440174508345
, which uses a query parameter that is not part of the API call's parameter set, yields a 400 error rather than ignoring the unknown parameter.Is it possible to make the API:
The text was updated successfully, but these errors were encountered: