Sam Jeffress
Sam Jeffress
Hi, Is it possible to use the Streaming API to subscribe to platform events, but from a certain replay id as outlined https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm. I'm building an occasionally connected api (AWS...
`res.send({value : cls.getNamespace('namespace').get('whatever')});` had NameSpace (capital s) which makes copy paste fail :)
I'm pretty new with backbone, so you might want to check how I've implemented things, but I think I've got the 'All Documents' view working properly - there is no...
Hi 👋 , We're about to go into production with the Streaming API using the [replay id extension](https://github.com/jsforce/jsforce/blob/master/lib/api/streaming-extension.js) and have found an issue. We store the last processed event id...