From commits-return-4338-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Fri May 21 18:58:31 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 83704 invoked from network); 21 May 2010 18:58:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 18:58:31 -0000 Received: (qmail 19180 invoked by uid 500); 21 May 2010 18:58:31 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 19133 invoked by uid 500); 21 May 2010 18:58:30 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 19126 invoked by uid 500); 21 May 2010 18:58:30 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 19122 invoked by uid 99); 21 May 2010 18:58:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 18:58:30 +0000 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 18:58:27 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9E78917620; Fri, 21 May 2010 18:58:06 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 21 May 2010 18:58:06 -0000 Message-ID: <20100521185806.4624.39858@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22API=5FCheatsheet=22_by_Fabian_G?= =?utf-8?q?ra=C3=9Fl?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "API_Cheatsheet" page has been changed by Fabian Gra=C3=9Fl. http://wiki.apache.org/couchdb/API_Cheatsheet?action=3Ddiff&rev1=3D13&rev2= =3D14 -------------------------------------------------- ||/'''db'''||Get document||GET /'''db'''/'''doc'''||Retrieve a document||= || ||/'''db'''||Create document||POST /'''db''' {"foo": "bar"}||Create new d= ocument|||| ||/'''db'''/'''doc'''||Update document||PUT /'''db'''/'''doc''' {"foo": "= test"}||Save updated document|||| - ||/'''db'''/'''doc'''||Delete document||DELETE /'''db'''/'''doc'''||Delet= e document|||| + ||/'''db'''/'''doc'''||Delete document||DELETE /'''db'''/'''doc'''?rev=3D= REVISION||Delete document|||| =20