Skip to content

Commit 92579f2

Browse files
authored
Merge pull request #97 from akeneo/readme
Complete the readme with link to the documentation website
2 parents e61fe9e + 9374cf9 commit 92579f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ $ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter
2626

2727
If you want to use another HTTP client implementation, you can check [here](https://packagist.org/providers/php-http/client-implementation) the full list of HTTP client implementations.
2828

29+
## Documentation
30+
31+
Full documentation is available on the [API website](https://api.akeneo.com/php-client/introduction.html).
32+
2933
## Getting started
3034

3135
### Initialise the client
@@ -44,10 +48,6 @@ $client = $clientBuilder->buildAuthenticatedByPassword('client_id', 'secret', 'a
4448

4549
You can authenticate to the client with your token/refresh token as well.
4650
```php
47-
<?php
48-
49-
require_once __DIR__ . '/vendor/autoload.php';
50-
5151
$client = $clientBuilder->buildAuthenticatedByToken('client_id', 'secret', 'token', 'refresh_token');
5252
```
5353

0 commit comments

Comments
 (0)