On Tue, Jul 08, 2008 at 12:34:07AM +0200, Jan Lehnardt wrote: > We strive for buzzword compliance and the buzzword in question > is REST :-) > > Consider a client that is not interested in bulk insertion that only does > and wants GET/PUT/POST/DELETE to a single resource. That's where > the singe document PUT/POST API makes sense.
Thanks Jan. I definitely like the PUT/POST API. I use it quite a bit with the couchdb commandline client … curl ;-) It's sure handy. > From your library's point of view, only using the bulk API is totally > acceptable, though. Great, I'll go ahead and do it that way then. Thanks. -- Michael
