You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/08/04 23:16:44 UTC

[jira] Created: (COUCHDB-98) PATCH _load_docs API for multiple docs from a single request

PATCH _load_docs API for multiple docs from a single request
------------------------------------------------------------

                 Key: COUCHDB-98
                 URL: https://issues.apache.org/jira/browse/COUCHDB-98
             Project: CouchDB
          Issue Type: New Feature
          Components: HTTP Interface
    Affects Versions: 0.9
            Reporter: Chris Anderson
            Priority: Minor


PATCH so that POST to _load_docs with a POST body like:

{"ids":["0","1","2","3"]}

returns the documents with ids 0, 1, 2, and 3.

I'm seeking feedback on the names and structure of the API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COUCHDB-98) PATCH _load_docs API for multiple docs from a single request

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson closed COUCHDB-98.
---------------------------------

    Resolution: Duplicate

> PATCH _load_docs API for multiple docs from a single request
> ------------------------------------------------------------
>
>                 Key: COUCHDB-98
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-98
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: HTTP Interface
>    Affects Versions: 0.9
>            Reporter: Chris Anderson
>            Priority: Minor
>         Attachments: load_bulk_docs.diff
>
>
> PATCH so that POST to _load_docs with a POST body like:
> {"ids":["0","1","2","3"]}
> returns the documents with ids 0, 1, 2, and 3.
> I'm seeking feedback on the names and structure of the API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-98) PATCH _load_docs API for multiple docs from a single request

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson updated COUCHDB-98:
----------------------------------

    Attachment: load_bulk_docs.diff

> PATCH _load_docs API for multiple docs from a single request
> ------------------------------------------------------------
>
>                 Key: COUCHDB-98
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-98
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: HTTP Interface
>    Affects Versions: 0.9
>            Reporter: Chris Anderson
>            Priority: Minor
>         Attachments: load_bulk_docs.diff
>
>
> PATCH so that POST to _load_docs with a POST body like:
> {"ids":["0","1","2","3"]}
> returns the documents with ids 0, 1, 2, and 3.
> I'm seeking feedback on the names and structure of the API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.