|
90 | 90 | <p>The abstract bitbucket api class.</p> </div> |
91 | 91 |
|
92 | 92 |
|
| 93 | + <h2>Constants</h2> |
| 94 | + |
| 95 | + <table class="table table-condensed"> |
| 96 | + <tr> |
| 97 | + <td>URI_SEPARATOR</td> |
| 98 | + <td class="last"> |
| 99 | + <p><em>The URI path separator.</em></p> |
| 100 | + <p></p> |
| 101 | + </td> |
| 102 | + </tr> |
| 103 | + </table> |
| 104 | + |
93 | 105 |
|
94 | 106 |
|
95 | 107 | <h2>Methods</h2> |
@@ -233,7 +245,7 @@ <h2>Details</h2> |
233 | 245 | <div id="method-details"> |
234 | 246 | <div class="method-item"> |
235 | 247 | <h3 id="method___construct"> |
236 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L49">line 49</a></div> |
| 248 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L56">line 56</a></div> |
237 | 249 | <code> void |
238 | 250 | <strong>__construct</strong>(<abbr title="Http\Client\Common\HttpMethodsClient">HttpMethodsClient</abbr> $client) |
239 | 251 | </code> |
@@ -273,7 +285,7 @@ <h4>Return Value</h4> |
273 | 285 | </div> |
274 | 286 | <div class="method-item"> |
275 | 287 | <h3 id="method_getPerPage"> |
276 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L59">line 59</a></div> |
| 288 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L66">line 66</a></div> |
277 | 289 | <code> int|null |
278 | 290 | <strong>getPerPage</strong>() |
279 | 291 | </code> |
@@ -303,7 +315,7 @@ <h4>Return Value</h4> |
303 | 315 | </div> |
304 | 316 | <div class="method-item"> |
305 | 317 | <h3 id="method_setPerPage"> |
306 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L71">line 71</a></div> |
| 318 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L78">line 78</a></div> |
307 | 319 | <code> void |
308 | 320 | <strong>setPerPage</strong>(int $perPage = null) |
309 | 321 | </code> |
@@ -343,7 +355,7 @@ <h4>Return Value</h4> |
343 | 355 | </div> |
344 | 356 | <div class="method-item"> |
345 | 357 | <h3 id="method_getHttpClient"> |
346 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L81">line 81</a></div> |
| 358 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L88">line 88</a></div> |
347 | 359 | <code> protected <abbr title="Http\Client\Common\HttpMethodsClient">HttpMethodsClient</abbr> |
348 | 360 | <strong>getHttpClient</strong>() |
349 | 361 | </code> |
@@ -373,7 +385,7 @@ <h4>Return Value</h4> |
373 | 385 | </div> |
374 | 386 | <div class="method-item"> |
375 | 387 | <h3 id="method_get"> |
376 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L97">line 97</a></div> |
| 388 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L104">line 104</a></div> |
377 | 389 | <code> protected array |
378 | 390 | <strong>get</strong>(string $path, array $params = [], array $headers = []) |
379 | 391 | </code> |
@@ -432,7 +444,7 @@ <h4>Exceptions</h4> |
432 | 444 | </div> |
433 | 445 | <div class="method-item"> |
434 | 446 | <h3 id="method_pureGet"> |
435 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L115">line 115</a></div> |
| 447 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L122">line 122</a></div> |
436 | 448 | <code> protected <abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr> |
437 | 449 | <strong>pureGet</strong>(string $path, array $params = [], array $headers = []) |
438 | 450 | </code> |
@@ -491,7 +503,7 @@ <h4>Exceptions</h4> |
491 | 503 | </div> |
492 | 504 | <div class="method-item"> |
493 | 505 | <h3 id="method_post"> |
494 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L139">line 139</a></div> |
| 506 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L146">line 146</a></div> |
495 | 507 | <code> protected array |
496 | 508 | <strong>post</strong>(string $path, array $params = [], array $headers = []) |
497 | 509 | </code> |
@@ -550,7 +562,7 @@ <h4>Exceptions</h4> |
550 | 562 | </div> |
551 | 563 | <div class="method-item"> |
552 | 564 | <h3 id="method_postRaw"> |
553 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L161">line 161</a></div> |
| 565 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L168">line 168</a></div> |
554 | 566 | <code> protected array |
555 | 567 | <strong>postRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = []) |
556 | 568 | </code> |
@@ -609,7 +621,7 @@ <h4>Exceptions</h4> |
609 | 621 | </div> |
610 | 622 | <div class="method-item"> |
611 | 623 | <h3 id="method_put"> |
612 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L179">line 179</a></div> |
| 624 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L186">line 186</a></div> |
613 | 625 | <code> protected array |
614 | 626 | <strong>put</strong>(string $path, array $params = [], array $headers = []) |
615 | 627 | </code> |
@@ -668,7 +680,7 @@ <h4>Exceptions</h4> |
668 | 680 | </div> |
669 | 681 | <div class="method-item"> |
670 | 682 | <h3 id="method_putRaw"> |
671 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L201">line 201</a></div> |
| 683 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L208">line 208</a></div> |
672 | 684 | <code> protected array |
673 | 685 | <strong>putRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = []) |
674 | 686 | </code> |
@@ -727,7 +739,7 @@ <h4>Exceptions</h4> |
727 | 739 | </div> |
728 | 740 | <div class="method-item"> |
729 | 741 | <h3 id="method_delete"> |
730 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L219">line 219</a></div> |
| 742 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L226">line 226</a></div> |
731 | 743 | <code> protected array |
732 | 744 | <strong>delete</strong>(string $path, array $params = [], array $headers = []) |
733 | 745 | </code> |
@@ -786,7 +798,7 @@ <h4>Exceptions</h4> |
786 | 798 | </div> |
787 | 799 | <div class="method-item"> |
788 | 800 | <h3 id="method_deleteRaw"> |
789 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L241">line 241</a></div> |
| 801 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L248">line 248</a></div> |
790 | 802 | <code> protected array |
791 | 803 | <strong>deleteRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = []) |
792 | 804 | </code> |
@@ -845,7 +857,7 @@ <h4>Exceptions</h4> |
845 | 857 | </div> |
846 | 858 | <div class="method-item"> |
847 | 859 | <h3 id="method_buildPath"> |
848 | | - <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L257">line 257</a></div> |
| 860 | + <div class="location">at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L264">line 264</a></div> |
849 | 861 | <code> static protected string |
850 | 862 | <strong>buildPath</strong>(string ...$parts) |
851 | 863 | </code> |
|
0 commit comments