No title Revision 613264623064 (Mon Dec 28 2009 at 17:24) - 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 12345678910111213141516171819202122232425262728293031323334Create 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 changesEach latest sequence of change for one pubsub id would be saved in a database so you can kept history when you go back on the feed ia GET.