Skip to content

Releases: Kephson/php-salesforce-rest-api

[FEATURE] Add ability to GET custom endpoint

15 Aug 09:11
683633f
Compare
Choose a tag to compare

Updated customEndpoint function to accept a new parameter $method which defaults to POST.
Thanks to @rodrigoaguilera for the pull request #8 to resolve issue #7.

Bugfix of status-code check

20 Jul 18:59
Compare
Choose a tag to compare
  • composer update
  • fixed using AND instead of OR for status check

cleanup coding, fixed Salesforce request status for patch

18 Jul 08:03
Compare
Choose a tag to compare

Added examples, added additional header option

29 Mar 15:16
Compare
Choose a tag to compare

[breaking] switched version parameter in constructor to the end

06 May 17:48
Compare
Choose a tag to compare

The version parameter was moved to the end of the constructor as described in the manual.

Updated documentation and return value of custom endpoint

01 Mar 17:39
Compare
Choose a tag to compare
1.0.5

updated documentation and returned full request

Added new method to use custom endpoint

01 Mar 15:07
Compare
Choose a tag to compare

It is now possible to use a custom endpoint e.g. APEX endpoint.
A special method was added to provide a custom URL part.

added describe method

17 Sep 14:10
0b9e70d
Compare
Choose a tag to compare

thanks to nachitox

Returned message in exceptions, code cleanup

03 Jul 08:49
Compare
Choose a tag to compare
1.0.2

code cleanup, added return of message to Exceptions

set default Salesforce API version to 47

18 Jan 22:11
Compare
Choose a tag to compare
1.0.1

set default Salesforce API version to 47