1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 10:40:06 +00:00

docs: request() update

This commit is contained in:
Mihajlo Medjedovic
2020-07-20 23:03:05 +02:00
parent 2b04fe0c3e
commit a2778bed52
2 changed files with 11 additions and 5 deletions

View File

@@ -317,7 +317,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in SASjs.ts:443</li>
<li>Defined in SASjs.ts:444</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography tsd-comment-shorttext">
@@ -560,7 +560,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in SASjs.ts:1039</li>
<li>Defined in SASjs.ts:1040</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/types.sasjsrequest.html" class="tsd-signature-type">SASjsRequest</a><span class="tsd-signature-symbol">[]</span></h4>
@@ -709,7 +709,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in SASjs.ts:383</li>
<li>Defined in SASjs.ts:384</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography tsd-comment-shorttext">
@@ -739,6 +739,11 @@
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> config: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></h5>
<div class="tsd-comment tsd-typography tsd-comment-text">
<p>Provide any changes to the config here, for instance to
enable / disable <code>debug</code>. Any change provided will override the global config,
for that particular function call.</p>
</div>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> loginRequiredCallback: <span class="tsd-signature-type">any</span></h5>