-
Notifications
You must be signed in to change notification settings - Fork 9
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
Endpoint for batch queries #5
Comments
We are currently porting the bibliography generation tools to the new platform, so we could expose its API once it's done. Would that work for you or do you have something more general in mind? |
That could possibly work for the use case I had in mind, but I was thinking more generally. For example, the tool |
Note that you can already get results for several queries by using We'll keep your suggestion in mind for future improvements to the API, but it probably won't be happening very soon as the current priority is to add all missing features to the new website so we can switch off the old one. |
That is a useful suggestion, thanks @michamos. I was just writing up a tool last night (ads2inspire) where I needed to keep track of which result came from which query. It should be possible with an |
I think it would be useful if there was a (POST) endpoint, e.g.
/api/batch
, where several queries could be batched together. Similar to how the page BiblioTools: Generating Your Bibliography allows one to get batch bibtex responses from a list of keys, this should be possible through an API endpoint.The text was updated successfully, but these errors were encountered: