No title Revision 313535666231 (Sat Dec 19 2009 at 14:23) - Diff Link to this snippet: https://friendpaste.com/7TnIgB6zVyK6f3uhDbCiLw Embed: manni perldoc borland colorful default murphy trac fruity autumn bw emacs pastie friendly Show line numbers Wrap lines 123456789101112131415161718192021222324252627282930313233Create a subscription :POST /_pubsub{ subscription: [ {"db": "somedb""}, {"db": "somedb2",} ]}update or create a subscription :PUT /_pubsub { id: "someid", subscription: [ {"db": "somedb", "since": "000"}, {"db": "somedb2"} ] } first line : { "ok": true; "id": "someid" } Next lines : { "db": ...}GET /_pubsub/someidlines of changes