I don’t know exactly what I’m looking for, so here is the entire result of this 
command:





MacBook-Pro-de-Sebastien:~ sarbogast$ curl -X GET 
http://myserver.com/mydb/_changes

{"results":[

{"seq":"19:4","id":"75CB85C8-0BA5-493A-9523-58C62BBD8CFE","changes":[{"rev":"1-09dd8818304a49a4354be8dba444ed97"}]}

,{"seq":"19:5","id":"32C59C61-A974-4357-8A7F-9657A1583E08","changes":[{"rev":"1-51e4ea4ff6ef848b8b0717c405c8db3a"}]}

,{"seq":"19:6","id":"93B84E35-3E72-4DC8-844A-AF1916CAA211","changes":[{"rev":"3-be39aaea09f940aaece1ca96f8160f20"}]}

,{"seq":"19:7","id":"81E570D9-3C06-4872-AB4F-86A6A302F0E6","changes":[{"rev":"2-1ec30d1af92e0049477a8c0aa7a68a1b"}]}

,{"seq":"19:8","id":"7E2E55AF-7B2B-4E04-9CC2-205CA92CF2F6","changes":[{"rev":"1-0aa934944436315ea4ec1817ece48c0c"}]}

,{"seq":"19:9","id":"C8C516CD-8D4A-40B8-8A7B-6695EFDE96C1","changes":[{"rev":"1-253fa48e6a9f6c4125169e36ecbb1a3b"}]}

,{"seq":"19:10","id":"3F9842DA-33A6-49E2-B0DD-554215DCBA4C","changes":[{"rev":"1-a6166ebd3a8820532bd7a206c7cbd10f"}]}

,{"seq":"19:11","id":"186F8002-5D48-4D5B-B7FB-F75F6525E931","changes":[{"rev":"1-cd3d64d9eb99aebdaa1ce9fe0f5e66e8"}]}

,{"seq":"19:12","id":"C754B6F5-8AE8-4689-863E-58CC5DD954DA","changes":[{"rev":"1-75fd2d31087b8483a22c703e9820df9a"}]}

,{"seq":"19:13","id":"6076E410-9572-4C61-82C4-D3A2648AD39D","changes":[{"rev":"1-61df8dc04db1aed639312ab6aa7ee922"}]}

,{"seq":"19:14","id":"19C60D0E-8F13-4406-ADAD-1FEF06C0F5B9","changes":[{"rev":"1-456e9bb46a0b170c56dc4847c3786c7e"}]}

,{"seq":"19:17","id":"29BC2278-D427-40DA-84A2-FC195E6AB7B2","changes":[{"rev":"3-7001d6df1090f20cd66e094b72da425e"}]}

,{"seq":"19:18","id":"42A7C186-560F-4CB7-B9D6-6C4EB2CB0D6D","changes":[{"rev":"1-ec8fb36d39502b59e0ef56ab19f4d85f"}]}

,{"seq":19,"id":"_user/","changes":[{"rev":""}]}

,{"seq":20,"id":"55A47B54-E668-4557-83D2-97DF8CE5C65C","changes":[{"rev":"1-53ae46543095eae2835e5dde9b62071d"}]}

,{"seq":21,"id":"FEA80297-1765-4571-9178-A82B975944B1","changes":[{"rev":"1-58075c50eb53147a19a5fd86ddc6bddf"}]}

,{"seq":22,"id":"4D156447-5670-4DED-82CA-84344D45EF84","changes":[{"rev":"1-f7e6e2892c01b02a7f06e0047e6db04e"}]}

,{"seq":23,"id":"4D5B9F1E-D971-4351-8682-03D6715DB1AF","changes":[{"rev":"1-84efd5d42e7cfa5e93b89bfa05f4cc7c"}]}

,{"seq":24,"id":"2BCD25F1-A4C3-4FF4-B654-368C84B14D31","changes":[{"rev":"1-727307c2af5657a7a66adec947c40a1c"}]}

,{"seq":25,"id":"9950D2E5-E87B-461C-90A0-899625987845","changes":[{"rev":"1-112183134b94b655dd3e6569a4af2d4d"}]}

,{"seq":26,"id":"5DCE0610-3328-47B8-B0AD-109E8F672424","changes":[{"rev":"1-48fd4701fd8e8ff718a10d9aa041feb3"}]}

],

"last_seq":"26 »}










—
Sébastien Arbogast@sarbogast

On Sat, Jan 10, 2015 at 1:41 PM, ajres <[email protected]> wrote:

> I just tried this with SG 1.0.2 and the documents appear in the changes 
> feed without a channels property
> could you try the following curl command once you have pushed a document 
> into your DB.
> curl -X GET http://myserver.com/mydb/_changes
> You should see something similar to the following, which includes the doc 
> you pushed:
> {"results":[
> {"seq":"6:3","id":"doc2","changes":[{"rev":
> "1-07d2e73d7e2408837dfcb4f7fe0cb94e"}]} 
> ,{"seq":6,"id":"_user/GUEST","changes":[]} 
> ], 
> "last_seq":"6"}
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Couchbase Mobile" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/mobile-couchbase/1a9adfc8-b526-448a-a36a-ddc73a5f6a7c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/1420902813127.c3c84a27%40Nodemailer.
For more options, visit https://groups.google.com/d/optout.

Reply via email to