Skip to content

Commit

Permalink
added note about api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Nov 6, 2013
1 parent 0652316 commit 440c323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -27,6 +27,8 @@ Cloudant-Python is an asynchronous wrapper around Python [Requests](http://www.p
print response.json()
# {'ok': True}

See the [API reference](http://cloudant-labs.github.io/cloudant-python/#api) for all the details you could ever want.

### Philosophy

Cloudant and CouchDB expose REST APIs that map effortlessly into native Python objects. As much as possible, Cloudant-Python uses native Python objects as shortcuts to the raw API, so that such convenience never obscures what's going on underneath. For example:
Expand Down

0 comments on commit 440c323

Please sign in to comment.