Skip to content

Tags: dbas-11/salesforce-rest-api

Tags

v2.0.4

Toggle v2.0.4's commit message
Add automatic reauthorize (via calling AuthenticationInterface::getAc…

…cessToken() to get a new access token) to the Client.

This will make it so that if you have a long-running daemon using the Client, it will automatically reconnect if your Access Token expires

v2.0.3

Toggle v2.0.3's commit message
Update QueryIterator to implement Countable

v2.0.2

Toggle v2.0.2's commit message
Update Client to implement LoggerAwareInterface

v2.0.1

Toggle v2.0.1's commit message
Fix PHPDoc

v2.0.0

Toggle v2.0.0's commit message
Merge branch 'query-paging'

v1.1.0

Toggle v1.1.0's commit message
Add parameter binding to the query functions

v1.0.2

Toggle v1.0.2's commit message
Add exception handling for Salesforce errors on (a) particular field(s)

v1.0.1

Toggle v1.0.1's commit message
Add patterns in Salesforce API URL

v1.0.0

Toggle v1.0.0's commit message
First version of client, via another project of mine