Skip to content

Releases: Kephson/php-salesforce-rest-api

Code cleanup, PHP dependency set to >=8.0

23 Jul 08:07

Choose a tag to compare

  • Code cleanup
  • PHP dependency is now >=8.0, no support for lower versions now
  • updated example with error information if no composer install was done or config file is missing
  • integrated pull requests with annotations, thanks to @BaderSZ

[FEATURE] Add ability to GET custom endpoint

15 Aug 09:11
683633f

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

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

Choose a tag to compare

Added examples, added additional header option

29 Mar 15:16

Choose a tag to compare

[breaking] switched version parameter in constructor to the end

06 May 17:48

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

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

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

Choose a tag to compare

thanks to nachitox

Returned message in exceptions, code cleanup

03 Jul 08:49

Choose a tag to compare

1.0.2

code cleanup, added return of message to Exceptions