We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1468960 commit fad7949Copy full SHA for fad7949
README.md
@@ -19,6 +19,8 @@ like [Guzzle](https://github.com/guzzle/guzzle) for handling http connections
19
* [mid-level API](docs/usage.md#mid-level-api) e.g.
20
```php
21
$client->getApi('issue')->create(['project_id' => 1, 'subject' => 'issue title']);
22
+
23
+ $response = $client->getApi('issue')->getLastResponse();
24
```
25
* [low-level API](docs/usage.md#low-level-api) e.g.
26
0 commit comments