diff options
author | franck cuny <franck@lumberjaph.net> | 2010-09-13 13:38:18 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-09-13 13:38:18 +0200 |
commit | d3e52c92a1189bd1d16e6005cc6e6d49510ff7ab (patch) | |
tree | a0f4418e1d5311b535f769cf4060579ff6c9e03b | |
parent | update github and twitter (diff) | |
download | api-description-d3e52c92a1189bd1d16e6005cc6e6d49510ff7ab.tar.gz |
add doc to couchdb
-rw-r--r-- | apps/couchdb.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/couchdb.json b/apps/couchdb.json index f7c44b2..d1ca4a5 100644 --- a/apps/couchdb.json +++ b/apps/couchdb.json @@ -73,5 +73,8 @@ "name" : "CouchDB", "author" : [ "franck cuny <franck@lumberjaph.net>" - ] + ], + "meta" : { + "documentation" : "http://wiki.apache.org/couchdb/HTTP_Document_API" + } } |