On Tue, 2010-12-14 at 09:36 -0500, Alistair Cunningham wrote: > On 14/12/10 09:08, Dale Ragan wrote: > > Hello Alistair, > > > > There's a GLib-based API to talk to CouchDB located here: > > http://git.gnome.org/browse/couchdb-glib/ > > > > Regards, > > > > Dale > > Yes, that was the one I was looking at. Unfortunately there seems to be > a lack of documentation and examples. Do you know of any? > the documentation is included in the source code, so you you just need to install gtk-doc-tools and run autogen.sh/configure with --enable-gtk-doc, that will build HTML for the API.
It's still not fully complete though