clean up
[ruby-couchdb.git] / README
blob0cf8ef9681521be6f248e26ca9250785401c71b6
1 This is a ruby language interface to CouchDB. It attempts to abstract all
2 features of the protocol so that the user doesn't need to know anything about
3 the REST interface.
5 Documentation is currently non-existant but interested users/hackers can
6 examine test.rb for examples of usage. 
8 Author: Ryan Dahl ry@tinyclouds.org
9 Copyright 2007 Ryan Dahl
10 Released under same license as the Ruby language.
12 TODO
13 - Wrap the response from @connection.request in a new class
14   Automatically raise errors based on the status code or the content
15   of the JSON response. 
16 - CouchDB::View is buggy and needs more work.
17 - Documentation