-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fetching multiple documents from a single request #135
Comments
Is It about url? I think it depends on the maximum amount of entities. Some say that querystring is the solution for this: |
@israelst actually, we are talking about getting multiple documents (not properties from a single document - this was implemented in #134). Should we have an endpoint that allows you to get more than one entity at the same time? I think that, following what you said, it would look something like |
Independently of how it is done I think this end point should be at the On Wed, Sep 23, 2015 at 11:46 AM, Flávio Amieiro [email protected]
Flávio Codeço Coelho+55(21) 3799-5551 |
I was thinking exactly on something like |
This issue was opened by @fccoelho in NAMD/pypln.api#39 but I'm migrating it here because it implies a (big) change in the REST API itself.
"""
The overhead of making a request for each document one wants to download from a large corpus is too large to be acceptable. A batch download should be available which requires a single request. The set of documents could be returned as a tar-ball.
This issue supersedes NAMD/pypln.api#29
"""
The text was updated successfully, but these errors were encountered: