Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

"not part of the API call" arguments in URLs get interpreted, instead of ignored. #176

Open
Pomax opened this issue Aug 21, 2015 · 0 comments

Comments

@Pomax
Copy link
Contributor

Pomax commented Aug 21, 2015

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?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant