Skip to content

Commit

Permalink
deploy: b469f50
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 16, 2024
1 parent bc6a3bf commit 7968fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 67 deletions.
67 changes: 5 additions & 62 deletions classes/EasyPost-Http-Requestor.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,6 @@ <h3 id="toc">
</dt>
<dd>Make a request to the EasyPost API.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/EasyPost-Http-Requestor.html#method_urlEncode">urlEncode()</a>
<span>
&nbsp;: string </span>
</dt>
<dd>URL Encodes data for GET requests.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/EasyPost-Http-Requestor.html#method_utf8">utf8()</a>
<span>
Expand Down Expand Up @@ -244,7 +237,7 @@ <h4 class="phpdocumentor-element__name" id="method_handleApiError">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Http/Requestor.php"><a href="files/lib-easypost-http-requestor.html"><abbr title="lib/EasyPost/Http/Requestor.php">Requestor.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">300</span>
<span class="phpdocumentor-element-found-in__line">265</span>

</aside>

Expand Down Expand Up @@ -419,7 +412,7 @@ <h4 class="phpdocumentor-element__name" id="method_interpretResponse">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Http/Requestor.php"><a href="files/lib-easypost-http-requestor.html"><abbr title="lib/EasyPost/Http/Requestor.php">Requestor.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">260</span>
<span class="phpdocumentor-element-found-in__line">225</span>

</aside>

Expand Down Expand Up @@ -483,7 +476,7 @@ <h4 class="phpdocumentor-element__name" id="method_request">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Http/Requestor.php"><a href="files/lib-easypost-http-requestor.html"><abbr title="lib/EasyPost/Http/Requestor.php">Requestor.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">139</span>
<span class="phpdocumentor-element-found-in__line">104</span>

</aside>

Expand Down Expand Up @@ -540,56 +533,6 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
&mdash;


</article>
<article
class="phpdocumentor-element
-method
-public
-static "
>
<h4 class="phpdocumentor-element__name" id="method_urlEncode">
urlEncode()
<a href="classes/EasyPost-Http-Requestor.html#method_urlEncode" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Http/Requestor.php"><a href="files/lib-easypost-http-requestor.html"><abbr title="lib/EasyPost/Http/Requestor.php">Requestor.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">101</span>

</aside>

<p class="phpdocumentor-summary">URL Encodes data for GET requests.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">urlEncode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$arr</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">$prefix</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">string</span></code>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$arr</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$prefix</span>
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>



<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string</span>
&mdash;


</article>
<article
class="phpdocumentor-element
Expand Down Expand Up @@ -747,7 +690,7 @@ <h4 class="phpdocumentor-element__name" id="method_requestRaw">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Http/Requestor.php"><a href="files/lib-easypost-http-requestor.html"><abbr title="lib/EasyPost/Http/Requestor.php">Requestor.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">164</span>
<span class="phpdocumentor-element-found-in__line">129</span>

</aside>

Expand Down Expand Up @@ -840,7 +783,7 @@ <h4 class="phpdocumentor-element__name" id="method_traverseJsonElement">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Http/Requestor.php"><a href="files/lib-easypost-http-requestor.html"><abbr title="lib/EasyPost/Http/Requestor.php">Requestor.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">371</span>
<span class="phpdocumentor-element-found-in__line">336</span>

</aside>

Expand Down
5 changes: 0 additions & 5 deletions js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,11 +660,6 @@ Search.appendIndex(
"name": "encodeObjects",
"summary": "Encodes\u0020an\u0020EasyPost\u0020object\u0020and\u0020prepares\u0020the\u0020data\u0020for\u0020the\u0020request.",
"url": "classes/EasyPost-Http-Requestor.html#method_encodeObjects"
}, {
"fqsen": "\\EasyPost\\Http\\Requestor\u003A\u003AurlEncode\u0028\u0029",
"name": "urlEncode",
"summary": "URL\u0020Encodes\u0020data\u0020for\u0020GET\u0020requests.",
"url": "classes/EasyPost-Http-Requestor.html#method_urlEncode"
}, {
"fqsen": "\\EasyPost\\Http\\Requestor\u003A\u003Arequest\u0028\u0029",
"name": "request",
Expand Down

0 comments on commit 7968fcc

Please sign in to comment.