|
89 | 89 | <p>The patches api class.</p> </div>
|
90 | 90 |
|
91 | 91 |
|
| 92 | + <h2>Constants</h2> |
| 93 | + |
| 94 | + <table class="table table-condensed"> |
| 95 | + <tr> |
| 96 | + <td>URI_SEPARATOR</td> |
| 97 | + <td class="last"> |
| 98 | + <p><em>The URI path separator.</em></p> |
| 99 | + <p></p> |
| 100 | + </td> |
| 101 | + </tr> |
| 102 | + </table> |
| 103 | + |
92 | 104 |
|
93 | 105 | <h2>Properties</h2>
|
94 | 106 |
|
@@ -324,7 +336,7 @@ <h4>Return Value</h4>
|
324 | 336 | </div>
|
325 | 337 | <div class="method-item">
|
326 | 338 | <h3 id="method_getPerPage">
|
327 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_getPerPage"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L59">line 59</a></div> |
| 339 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_getPerPage"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L66">line 66</a></div> |
328 | 340 | <code> int|null
|
329 | 341 | <strong>getPerPage</strong>()
|
330 | 342 | </code>
|
@@ -354,7 +366,7 @@ <h4>Return Value</h4>
|
354 | 366 | </div>
|
355 | 367 | <div class="method-item">
|
356 | 368 | <h3 id="method_setPerPage">
|
357 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_setPerPage"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L71">line 71</a></div> |
| 369 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_setPerPage"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L78">line 78</a></div> |
358 | 370 | <code> void
|
359 | 371 | <strong>setPerPage</strong>(int $perPage = null)
|
360 | 372 | </code>
|
@@ -394,7 +406,7 @@ <h4>Return Value</h4>
|
394 | 406 | </div>
|
395 | 407 | <div class="method-item">
|
396 | 408 | <h3 id="method_getHttpClient">
|
397 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_getHttpClient"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L81">line 81</a></div> |
| 409 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_getHttpClient"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L88">line 88</a></div> |
398 | 410 | <code> protected <abbr title="Http\Client\Common\HttpMethodsClient">HttpMethodsClient</abbr>
|
399 | 411 | <strong>getHttpClient</strong>()
|
400 | 412 | </code>
|
@@ -424,7 +436,7 @@ <h4>Return Value</h4>
|
424 | 436 | </div>
|
425 | 437 | <div class="method-item">
|
426 | 438 | <h3 id="method_get">
|
427 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_get"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L97">line 97</a></div> |
| 439 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_get"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L104">line 104</a></div> |
428 | 440 | <code> protected array
|
429 | 441 | <strong>get</strong>(string $path, array $params = [], array $headers = [])
|
430 | 442 | </code>
|
@@ -483,7 +495,7 @@ <h4>Exceptions</h4>
|
483 | 495 | </div>
|
484 | 496 | <div class="method-item">
|
485 | 497 | <h3 id="method_pureGet">
|
486 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_pureGet"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L115">line 115</a></div> |
| 498 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_pureGet"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L122">line 122</a></div> |
487 | 499 | <code> protected <abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>
|
488 | 500 | <strong>pureGet</strong>(string $path, array $params = [], array $headers = [])
|
489 | 501 | </code>
|
@@ -542,7 +554,7 @@ <h4>Exceptions</h4>
|
542 | 554 | </div>
|
543 | 555 | <div class="method-item">
|
544 | 556 | <h3 id="method_post">
|
545 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_post"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L139">line 139</a></div> |
| 557 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_post"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L146">line 146</a></div> |
546 | 558 | <code> protected array
|
547 | 559 | <strong>post</strong>(string $path, array $params = [], array $headers = [])
|
548 | 560 | </code>
|
@@ -601,7 +613,7 @@ <h4>Exceptions</h4>
|
601 | 613 | </div>
|
602 | 614 | <div class="method-item">
|
603 | 615 | <h3 id="method_postRaw">
|
604 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_postRaw"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L161">line 161</a></div> |
| 616 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_postRaw"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L168">line 168</a></div> |
605 | 617 | <code> protected array
|
606 | 618 | <strong>postRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = [])
|
607 | 619 | </code>
|
@@ -660,7 +672,7 @@ <h4>Exceptions</h4>
|
660 | 672 | </div>
|
661 | 673 | <div class="method-item">
|
662 | 674 | <h3 id="method_put">
|
663 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_put"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L179">line 179</a></div> |
| 675 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_put"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L186">line 186</a></div> |
664 | 676 | <code> protected array
|
665 | 677 | <strong>put</strong>(string $path, array $params = [], array $headers = [])
|
666 | 678 | </code>
|
@@ -719,7 +731,7 @@ <h4>Exceptions</h4>
|
719 | 731 | </div>
|
720 | 732 | <div class="method-item">
|
721 | 733 | <h3 id="method_putRaw">
|
722 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_putRaw"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L201">line 201</a></div> |
| 734 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_putRaw"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L208">line 208</a></div> |
723 | 735 | <code> protected array
|
724 | 736 | <strong>putRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = [])
|
725 | 737 | </code>
|
@@ -778,7 +790,7 @@ <h4>Exceptions</h4>
|
778 | 790 | </div>
|
779 | 791 | <div class="method-item">
|
780 | 792 | <h3 id="method_delete">
|
781 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_delete"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L219">line 219</a></div> |
| 793 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_delete"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L226">line 226</a></div> |
782 | 794 | <code> protected array
|
783 | 795 | <strong>delete</strong>(string $path, array $params = [], array $headers = [])
|
784 | 796 | </code>
|
@@ -837,7 +849,7 @@ <h4>Exceptions</h4>
|
837 | 849 | </div>
|
838 | 850 | <div class="method-item">
|
839 | 851 | <h3 id="method_deleteRaw">
|
840 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_deleteRaw"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L241">line 241</a></div> |
| 852 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_deleteRaw"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L248">line 248</a></div> |
841 | 853 | <code> protected array
|
842 | 854 | <strong>deleteRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = [])
|
843 | 855 | </code>
|
@@ -896,7 +908,7 @@ <h4>Exceptions</h4>
|
896 | 908 | </div>
|
897 | 909 | <div class="method-item">
|
898 | 910 | <h3 id="method_buildPath">
|
899 |
| - <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_buildPath"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L257">line 257</a></div> |
| 911 | + <div class="location">in <a href="../../../../Bitbucket/Api/AbstractApi.html#method_buildPath"><abbr title="Bitbucket\Api\AbstractApi">AbstractApi</abbr></a> at <a href="https://github.com/BitbucketAPI/Client/blob/master/src/Api/AbstractApi.php#L264">line 264</a></div> |
900 | 912 | <code> static protected string
|
901 | 913 | <strong>buildPath</strong>(string ...$parts)
|
902 | 914 | </code>
|
|
0 commit comments