Skip to content

Instantly share code, notes, and snippets.

@willholley
Created November 22, 2016 10:16
Show Gist options
  • Save willholley/168657875cdbb329182a7962f81de3dc to your computer and use it in GitHub Desktop.
Save willholley/168657875cdbb329182a7962f81de3dc to your computer and use it in GitHub Desktop.
CouchDB endpoints that should work in Cloudant
"HEAD /{db}/_design/{ddoc}"
"GET /{db}/_design/{ddoc}/_list/{func}/{other-ddoc}/{view}"
"POST /{db}/_design/{ddoc}/_list/{func}/{other-ddoc}/{view}"
"POST /{db}/_design/{ddoc}/_list/{func}/{view}"
"GET /{db}/_design/{ddoc}/_show/{func}"
"POST /{db}/_design/{ddoc}/_show/{func}"
"POST /{db}/_design/{ddoc}/_show/{func}/{docid}"
"HEAD /{db}/_design/{ddoc}/{attname}"
"GET /{db}/_design/{ddoc}/{attname}"
"PUT /{db}/_design/{ddoc}/{attname}"
"DELETE /{db}/_design/{ddoc}/{attname}"
"POST /{db}/_ensure_full_commit"
"COPY /{db}/_local/{docid}"
"POST /{db}/_missing_revs"
"GET /{db}/_security"
"HEAD /{db}/{docid}"
"COPY /{db}/{docid}"
"HEAD /{db}/{docid}/{attname}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment