Skip to content

Commit fad7949

Browse files
committed
Update docs in README.md
1 parent 1468960 commit fad7949

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ like [Guzzle](https://github.com/guzzle/guzzle) for handling http connections
1919
* [mid-level API](docs/usage.md#mid-level-api) e.g.
2020
```php
2121
$client->getApi('issue')->create(['project_id' => 1, 'subject' => 'issue title']);
22+
23+
$response = $client->getApi('issue')->getLastResponse();
2224
```
2325
* [low-level API](docs/usage.md#low-level-api) e.g.
2426
```php

0 commit comments

Comments
 (0)