github picqer/exact-php-client v2.1.0

latest releases: v4.3.3, v4.3.2, v4.3.1...
8 years ago

Better Exception handling and display of error messages

Added API Exceptions to all calls (previously only GET calls) and if we receive a BadResponseException (4xx 5xx errors) we now correctly add the error from Exact to the message in the ApiException, so ApiException->getMessage() call will correctly display the error.

Ability to insert middlewares to the Guzzle Client

Allow insertion of middlewares for the Guzzle Client.
After creating the Connection object, use the insertMiddleWare method to add a middleware to the stack.

Don't miss a new exact-php-client release

NewReleases is sending notifications on new releases.