Skip to content

Commit 443c163

Browse files
Regened docs
1 parent 9a7b323 commit 443c163

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+19621
-430
lines changed

docs/Bitbucket/Api/AbstractApi.html

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ <h1>
9090
<p>The abstract bitbucket api class.</p> </div>
9191

9292

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+
93105

94106

95107
<h2>Methods</h2>
@@ -233,7 +245,7 @@ <h2>Details</h2>
233245
<div id="method-details">
234246
<div class="method-item">
235247
<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>
237249
<code> void
238250
<strong>__construct</strong>(<abbr title="Http\Client\Common\HttpMethodsClient">HttpMethodsClient</abbr> $client)
239251
</code>
@@ -273,7 +285,7 @@ <h4>Return Value</h4>
273285
</div>
274286
<div class="method-item">
275287
<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>
277289
<code> int|null
278290
<strong>getPerPage</strong>()
279291
</code>
@@ -303,7 +315,7 @@ <h4>Return Value</h4>
303315
</div>
304316
<div class="method-item">
305317
<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>
307319
<code> void
308320
<strong>setPerPage</strong>(int $perPage = null)
309321
</code>
@@ -343,7 +355,7 @@ <h4>Return Value</h4>
343355
</div>
344356
<div class="method-item">
345357
<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>
347359
<code> protected <abbr title="Http\Client\Common\HttpMethodsClient">HttpMethodsClient</abbr>
348360
<strong>getHttpClient</strong>()
349361
</code>
@@ -373,7 +385,7 @@ <h4>Return Value</h4>
373385
</div>
374386
<div class="method-item">
375387
<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>
377389
<code> protected array
378390
<strong>get</strong>(string $path, array $params = [], array $headers = [])
379391
</code>
@@ -432,7 +444,7 @@ <h4>Exceptions</h4>
432444
</div>
433445
<div class="method-item">
434446
<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>
436448
<code> protected <abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>
437449
<strong>pureGet</strong>(string $path, array $params = [], array $headers = [])
438450
</code>
@@ -491,7 +503,7 @@ <h4>Exceptions</h4>
491503
</div>
492504
<div class="method-item">
493505
<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>
495507
<code> protected array
496508
<strong>post</strong>(string $path, array $params = [], array $headers = [])
497509
</code>
@@ -550,7 +562,7 @@ <h4>Exceptions</h4>
550562
</div>
551563
<div class="method-item">
552564
<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>
554566
<code> protected array
555567
<strong>postRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = [])
556568
</code>
@@ -609,7 +621,7 @@ <h4>Exceptions</h4>
609621
</div>
610622
<div class="method-item">
611623
<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>
613625
<code> protected array
614626
<strong>put</strong>(string $path, array $params = [], array $headers = [])
615627
</code>
@@ -668,7 +680,7 @@ <h4>Exceptions</h4>
668680
</div>
669681
<div class="method-item">
670682
<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>
672684
<code> protected array
673685
<strong>putRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = [])
674686
</code>
@@ -727,7 +739,7 @@ <h4>Exceptions</h4>
727739
</div>
728740
<div class="method-item">
729741
<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>
731743
<code> protected array
732744
<strong>delete</strong>(string $path, array $params = [], array $headers = [])
733745
</code>
@@ -786,7 +798,7 @@ <h4>Exceptions</h4>
786798
</div>
787799
<div class="method-item">
788800
<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>
790802
<code> protected array
791803
<strong>deleteRaw</strong>(string $path, string|<abbr title="Psr\Http\Message\StreamInterface">StreamInterface</abbr>|null $body = null, array $headers = [])
792804
</code>
@@ -845,7 +857,7 @@ <h4>Exceptions</h4>
845857
</div>
846858
<div class="method-item">
847859
<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>
849861
<code> static protected string
850862
<strong>buildPath</strong>(string ...$parts)
851863
</code>

0 commit comments

Comments
 (0)