You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API client can be installed via [Composer](https://github.com/composer/composer). When a public release is available it can be added to the [Packagist](https://packagist.org/) repository. For now you'll have to add the following to a composer.json file in the project root:
9
+
The API client can be installed via [Composer](https://github.com/composer/composer). When a final public release is available it will be added to the [Packagist](https://packagist.org/) repository. For now you'll have to add the following to a composer.json file in the project root:
12
10
13
11
```js
14
12
{
@@ -26,6 +24,8 @@ The API client can be installed via [Composer](https://github.com/composer/compo
26
24
27
25
Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to updated to the latest version of the API client, which is linked to the `master` branch.
28
26
27
+
The client uses [Guzzle](http://guzzle3.readthedocs.org).
0 commit comments