Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 59507 invoked from network); 4 Aug 2008 21:19:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2008 21:19:05 -0000 Received: (qmail 80055 invoked by uid 500); 4 Aug 2008 21:19:04 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 80008 invoked by uid 500); 4 Aug 2008 21:19:04 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 79997 invoked by uid 99); 4 Aug 2008 21:19:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 14:19:04 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 21:18:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38226234C186 for ; Mon, 4 Aug 2008 14:18:44 -0700 (PDT) Message-ID: <1596328841.1217884724215.JavaMail.jira@brutus> Date: Mon, 4 Aug 2008 14:18:44 -0700 (PDT) From: "Chris Anderson (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Updated: (COUCHDB-98) PATCH _load_docs API for multiple docs from a single request In-Reply-To: <1807560813.1217884604337.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.