Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created April 21, 2014 16:33
Show Gist options
  • Save tleyden/11148026 to your computer and use it in GitHub Desktop.
Save tleyden/11148026 to your computer and use it in GitHub Desktop.
sync gateway doc
hornet: ~$ http localhost:4984/grocery-sync/_all_docs
HTTP/1.1 200 OK
Content-Encoding: gzip
Content-Length: 157
Content-Type: application/json
Date: Mon, 21 Apr 2014 16:32:30 GMT
Server: Couchbase Sync Gateway/0.94
{
"rows": [
{
"id": "8ecc5ef6-8ebf-437c-bf12-5bc4dc344200",
"key": "8ecc5ef6-8ebf-437c-bf12-5bc4dc344200",
"value": {
"rev": "1-cdd6baa3-6916-444f-83e5-5608b7233dc0"
}
}
],
"total_rows": 1,
"update_seq": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment