Skip to content

Commit

Permalink
added commentary on plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Jul 1, 2016
1 parent a3a71d4 commit 605af57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ that matches that version. That Service Description defines the operations avail

Currently the Keen IO Webservice Client only supports - and automatically defaults - to the current version (`3.0`) of the API.

##### More details about the client

Since the Keen client extends the [Guzzle](http://guzzlephp.org/) client, you get all the power and flexibility of that behind the scenes. If you need more complex logging, backoff/retry handling, or asynchronous requests, check out their [Plugins](http://guzzle3.readthedocs.io/docs.html#plugins).

###### Example
```php
use KeenIO\Client\KeenIOClient;
Expand Down

0 comments on commit 605af57

Please sign in to comment.