We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When going over the README.md and doing a couple of examples, I got a null pointer exception (see JSON attachment)
My input query was:
https://api.crossref.org/works?query.author:ali+ameli&mailto=<my university email>
Note that I omitted my institution email on this issue due to privacy reasons. replace it with an email of your choice null_pointer.zip
The text was updated successfully, but these errors were encountered:
Hi, it looks like your query was incorrectly formatted. query.author should be followed by a = rather than a :
query.author
=
:
https://api.crossref.org/works?query.author=ali+ameli&mailto=<your email address> returns a valid response.
https://api.crossref.org/works?query.author=ali+ameli&mailto=<your email address>
Sorry, something went wrong.
Thanks @ppolischuk
Shouldn't it return a 404 bad request instead of exposing the server stack?
bad request
No branches or pull requests
When going over the README.md and doing a couple of examples, I got a null pointer exception (see JSON attachment)
My input query was:
Note that I omitted my institution email on this issue due to privacy reasons. replace it with an email of your choice
null_pointer.zip
The text was updated successfully, but these errors were encountered: