For my purposes I want to use the _changes feed to get notified of future changes to the database, but not of historical changes. So essentially I want to pass “the current sequence number” as the value of the ?since parameter. This seems like a common pattern — is there any easy shorthand for this, other than first GETting the database URL and looking up the update_seq property?
—Jens
