Skip to content

Commit 0ad1cc7

Browse files
committed
deploy: 37265d9
1 parent 1e2bf8e commit 0ad1cc7

50 files changed

Lines changed: 2849 additions & 212 deletions

File tree

Some content is hidden

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

classes/Mindee-Client.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ <h4 class="phpdocumentor-element__name" id="method_enqueue">
604604
<aside class="phpdocumentor-element-found-in">
605605
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
606606
:
607-
<span class="phpdocumentor-element-found-in__line">479</span>
607+
<span class="phpdocumentor-element-found-in__line">473</span>
608608

609609
</aside>
610610

@@ -682,7 +682,7 @@ <h4 class="phpdocumentor-element__name" id="method_enqueueAndParse">
682682
<aside class="phpdocumentor-element-found-in">
683683
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
684684
:
685-
<span class="phpdocumentor-element-found-in__line">428</span>
685+
<span class="phpdocumentor-element-found-in__line">422</span>
686686

687687
</aside>
688688

@@ -786,7 +786,7 @@ <h4 class="phpdocumentor-element__name" id="method_executeWorkflow">
786786
<aside class="phpdocumentor-element-found-in">
787787
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
788788
:
789-
<span class="phpdocumentor-element-found-in__line">551</span>
789+
<span class="phpdocumentor-element-found-in__line">545</span>
790790

791791
</aside>
792792

@@ -864,7 +864,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadPrediction">
864864
<aside class="phpdocumentor-element-found-in">
865865
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
866866
:
867-
<span class="phpdocumentor-element-found-in__line">523</span>
867+
<span class="phpdocumentor-element-found-in__line">517</span>
868868

869869
</aside>
870870

@@ -944,7 +944,7 @@ <h4 class="phpdocumentor-element__name" id="method_parse">
944944
<aside class="phpdocumentor-element-found-in">
945945
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
946946
:
947-
<span class="phpdocumentor-element-found-in__line">398</span>
947+
<span class="phpdocumentor-element-found-in__line">392</span>
948948

949949
</aside>
950950

@@ -1022,7 +1022,7 @@ <h4 class="phpdocumentor-element__name" id="method_parseQueued">
10221022
<aside class="phpdocumentor-element-found-in">
10231023
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
10241024
:
1025-
<span class="phpdocumentor-element-found-in__line">505</span>
1025+
<span class="phpdocumentor-element-found-in__line">499</span>
10261026

10271027
</aside>
10281028

@@ -1826,7 +1826,7 @@ <h4 class="phpdocumentor-element__name" id="method_makeParseRequest">
18261826
<aside class="phpdocumentor-element-found-in">
18271827
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
18281828
:
1829-
<span class="phpdocumentor-element-found-in__line">357</span>
1829+
<span class="phpdocumentor-element-found-in__line">354</span>
18301830

18311831
</aside>
18321832

@@ -1922,7 +1922,7 @@ <h4 class="phpdocumentor-element__name" id="method_makeWorkflowExecutionRequest"
19221922
<aside class="phpdocumentor-element-found-in">
19231923
<abbr class="phpdocumentor-element-found-in__file" title="src/Client.php"><a href="files/src-client.html"><abbr title="src/Client.php">Client.php</abbr></a></abbr>
19241924
:
1925-
<span class="phpdocumentor-element-found-in__line">309</span>
1925+
<span class="phpdocumentor-element-found-in__line">306</span>
19261926

19271927
</aside>
19281928

classes/Mindee-Http-BaseApi.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,13 @@ <h4 id="toc-methods">
224224
&nbsp;: mixed </span>
225225
</dt>
226226

227+
<dt class="phpdocumentor-table-of-contents__entry -method -public">
228+
<a class="" href="classes/Mindee-Http-BaseApi.html#method_updateUrlRoot">updateUrlRoot()</a>
229+
<span>
230+
&nbsp;: void </span>
231+
</dt>
232+
<dd>Sets the URL root.</dd>
233+
227234
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
228235
<a class="" href="classes/Mindee-Http-BaseApi.html#method_setApiKey">setApiKey()</a>
229236
<span>
@@ -470,6 +477,53 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
470477

471478

472479

480+
</article>
481+
<article
482+
class="phpdocumentor-element
483+
-method
484+
-public
485+
"
486+
>
487+
<h4 class="phpdocumentor-element__name" id="method_updateUrlRoot">
488+
updateUrlRoot()
489+
<a href="classes/Mindee-Http-BaseApi.html#method_updateUrlRoot" class="headerlink"><i class="fas fa-link"></i></a>
490+
491+
</h4>
492+
<aside class="phpdocumentor-element-found-in">
493+
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/BaseApi.php"><a href="files/src-http-baseapi.html"><abbr title="src/Http/BaseApi.php">BaseApi.php</abbr></a></abbr>
494+
:
495+
<span class="phpdocumentor-element-found-in__line">154</span>
496+
497+
</aside>
498+
499+
<p class="phpdocumentor-summary">Sets the URL root.</p>
500+
501+
<code class="phpdocumentor-code phpdocumentor-signature ">
502+
<span class="phpdocumentor-signature__visibility">public</span>
503+
<span class="phpdocumentor-signature__name">updateUrlRoot</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$urlSuffix</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
504+
505+
<div class="phpdocumentor-label-line">
506+
</div>
507+
508+
509+
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
510+
<dl class="phpdocumentor-argument-list">
511+
<dt class="phpdocumentor-argument-list__entry">
512+
<span class="phpdocumentor-signature__argument__name">$urlSuffix</span>
513+
: <span class="phpdocumentor-signature__argument__return-type">string</span>
514+
</dt>
515+
<dd class="phpdocumentor-argument-list__definition">
516+
<section class="phpdocumentor-description"><p>The URL suffix to be added after the root url.</p>
517+
</section>
518+
519+
</dd>
520+
</dl>
521+
522+
523+
524+
525+
526+
473527
</article>
474528
<article
475529
class="phpdocumentor-element
@@ -771,6 +825,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
771825
<li>
772826
<ul class="phpdocumentor-list -clean">
773827
<li class=""><a href="classes/Mindee-Http-BaseApi.html#method___construct">__construct()</a></li>
828+
<li class=""><a href="classes/Mindee-Http-BaseApi.html#method_updateUrlRoot">updateUrlRoot()</a></li>
774829
<li class=""><a href="classes/Mindee-Http-BaseApi.html#method_setApiKey">setApiKey()</a></li>
775830
<li class=""><a href="classes/Mindee-Http-BaseApi.html#method_setBaseUrl">setBaseUrl()</a></li>
776831
<li class=""><a href="classes/Mindee-Http-BaseApi.html#method_setFromEnv">setFromEnv()</a></li>

classes/Mindee-Http-BaseEndpoint.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h4 class="phpdocumentor-element__name" id="method_setFinalCurlOpts">
345345

346346
<code class="phpdocumentor-code phpdocumentor-signature ">
347347
<span class="phpdocumentor-signature__visibility">public</span>
348-
<span class="phpdocumentor-signature__name">setFinalCurlOpts</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">resource&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ch</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$suffix</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$postFields</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
348+
<span class="phpdocumentor-signature__name">setFinalCurlOpts</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">resource&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ch</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$suffix</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$postFields</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$workflowId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
349349

350350
<div class="phpdocumentor-label-line">
351351
</div>
@@ -379,6 +379,15 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
379379
<section class="phpdocumentor-description"><p>Post fields.</p>
380380
</section>
381381

382+
</dd>
383+
<dt class="phpdocumentor-argument-list__entry">
384+
<span class="phpdocumentor-signature__argument__name">$workflowId</span>
385+
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
386+
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
387+
<dd class="phpdocumentor-argument-list__definition">
388+
<section class="phpdocumentor-description"><p>Optional ID of the workflow.</p>
389+
</section>
390+
382391
</dd>
383392
</dl>
384393

0 commit comments

Comments
 (0)