salesforce-rest-sdk icon indicating copy to clipboard operation
salesforce-rest-sdk copied to clipboard

An SDK for the Salesforce Rest and Streaming (Bayeux) API

Results 13 salesforce-rest-sdk issues
Sort by recently updated
recently updated
newest added

Also removes files that shouldn't be in the repository.

Composer gives this error ``` - ae/salesforce-rest-sdk[2.0.0, v2.0.1] require php ^7.2 -> your php version (8.0.2) does not satisfy that requirement. ```

$result->getTotalSize() in my case = 1000; how can I encrease it? 2000? thanks

I have faced problem getting curl SSL certificate error CachedOAuthProvider and OAuthProvider when running from shell. We should add options parameter for CachedOAuthProvider and OAuthProvider construct function. Error: [GuzzleHttp\Exception\RequestException] cURL...

How can I unsubscribe after subscribe. The flow I want to implement is I start subscribing of Salesforce Streaming API by cron job in morning. And I want to stop...

I spent a lot of time to debug a problem related to the stored replayid and I found the message inside the `Message` object. I think it could be very...

If I persist a new SObject (e.g Contact) on SF using the `persist()` method of the Client, the default response is `true` on success. But what if SF is returning...

For some reason ReplayExtension doesn't work at all for me on the channel. I can set it up at the client level and I properly receive all past events when...