UNPKG

@web-atoms/core-docs

Version:
637 lines 39.2 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>BaseService | @web-atoms/core</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@web-atoms/core</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_services_http_restservice_.html">&quot;services/http/RestService&quot;</a> </li> <li> <a href="_services_http_restservice_.baseservice.html">BaseService</a> </li> </ul> <h1>Class BaseService</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <dl class="tsd-comment-tags"> <dt>export</dt> <dd></dd> <dt>class</dt> <dd><p>BaseService</p> </dd> </dl> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">BaseService</span> <ul class="tsd-hierarchy"> <li> <a href="_web_samples_movieservice_.movieservice.html" class="tsd-signature-type">MovieService</a> </li> </ul> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Constructors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-constructor tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#constructor" class="tsd-kind-icon">constructor</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a href="_services_http_restservice_.baseservice.html#app" class="tsd-kind-icon">app</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#baseurl" class="tsd-kind-icon">base<wbr>Url</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#headers" class="tsd-kind-icon">headers</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#jsonoptions" class="tsd-kind-icon">json<wbr>Options</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#jsonservice" class="tsd-kind-icon">json<wbr>Service</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#methodreturns" class="tsd-kind-icon">method<wbr>Returns</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#methods" class="tsd-kind-icon">methods</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#showerror" class="tsd-kind-icon">show<wbr>Error</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#showprogress" class="tsd-kind-icon">show<wbr>Progress</a></li> <li class="tsd-kind-property tsd-parent-kind-class"><a href="_services_http_restservice_.baseservice.html#testmode" class="tsd-kind-icon">test<wbr>Mode</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="_services_http_restservice_.baseservice.html#baseurls" class="tsd-kind-icon">base<wbr>Urls</a></li> </ul> </section> <section class="tsd-index-section tsd-is-private-protected"> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="_services_http_restservice_.baseservice.html#ajax" class="tsd-kind-icon">ajax</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="_services_http_restservice_.baseservice.html#encodedata" class="tsd-kind-icon">encode<wbr>Data</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="_services_http_restservice_.baseservice.html#invoke" class="tsd-kind-icon">invoke</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="_services_http_restservice_.baseservice.html#parseheaders" class="tsd-kind-icon">parse<wbr>Headers</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="_services_http_restservice_.baseservice.html#sendresult" class="tsd-kind-icon">send<wbr>Result</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Constructors</h2> <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"> <a name="constructor" class="tsd-anchor"></a> <h3>constructor</h3> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">new <wbr>Base<wbr>Service<span class="tsd-signature-symbol">(</span>app<span class="tsd-signature-symbol">: </span><a href="_app_.app.html" class="tsd-signature-type">App</a>, jsonService<span class="tsd-signature-symbol">: </span><a href="_services_jsonservice_.jsonservice.html" class="tsd-signature-type">JsonService</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_services_http_restservice_.baseservice.html" class="tsd-signature-type">BaseService</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L400">src/services/http/RestService.ts:400</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>app: <a href="_app_.app.html" class="tsd-signature-type">App</a></h5> </li> <li> <h5>jsonService: <a href="_services_jsonservice_.jsonservice.html" class="tsd-signature-type">JsonService</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="_services_http_restservice_.baseservice.html" class="tsd-signature-type">BaseService</a></h4> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected"> <a name="app" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> app</h3> <div class="tsd-signature tsd-kind-icon">app<span class="tsd-signature-symbol">:</span> <a href="_app_.app.html" class="tsd-signature-type">App</a></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L403">src/services/http/RestService.ts:403</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="baseurl" class="tsd-anchor"></a> <h3>base<wbr>Url</h3> <div class="tsd-signature tsd-kind-icon">base<wbr>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L384">src/services/http/RestService.ts:384</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="headers" class="tsd-anchor"></a> <h3>headers</h3> <div class="tsd-signature tsd-kind-icon">headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> =&nbsp;null</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L400">src/services/http/RestService.ts:400</a></li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-index-signature"> <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></h5> </li> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="jsonoptions" class="tsd-anchor"></a> <h3>json<wbr>Options</h3> <div class="tsd-signature tsd-kind-icon">json<wbr>Options<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_services_jsonservice_.ijsonparseroptions.html" class="tsd-signature-type">IJsonParserOptions</a><span class="tsd-signature-symbol"> =&nbsp;null</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L398">src/services/http/RestService.ts:398</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="jsonservice" class="tsd-anchor"></a> <h3>json<wbr>Service</h3> <div class="tsd-signature tsd-kind-icon">json<wbr>Service<span class="tsd-signature-symbol">:</span> <a href="_services_jsonservice_.jsonservice.html" class="tsd-signature-type">JsonService</a></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L404">src/services/http/RestService.ts:404</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="methodreturns" class="tsd-anchor"></a> <h3>method<wbr>Returns</h3> <div class="tsd-signature tsd-kind-icon">method<wbr>Returns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L396">src/services/http/RestService.ts:396</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="methods" class="tsd-anchor"></a> <h3>methods</h3> <div class="tsd-signature tsd-kind-icon">methods<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L394">src/services/http/RestService.ts:394</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="showerror" class="tsd-anchor"></a> <h3>show<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">show<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L390">src/services/http/RestService.ts:390</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="showprogress" class="tsd-anchor"></a> <h3>show<wbr>Progress</h3> <div class="tsd-signature tsd-kind-icon">show<wbr>Progress<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;true</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L388">src/services/http/RestService.ts:388</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"> <a name="testmode" class="tsd-anchor"></a> <h3>test<wbr>Mode</h3> <div class="tsd-signature tsd-kind-icon">test<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L386">src/services/http/RestService.ts:386</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static"> <a name="baseurls" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagStatic">Static</span> base<wbr>Urls</h3> <div class="tsd-signature tsd-kind-icon">base<wbr>Urls<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L382">src/services/http/RestService.ts:382</a></li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-index-signature"> <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5> </li> </ul> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-private-protected"> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a name="ajax" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> ajax</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <li class="tsd-signature tsd-kind-icon">ajax<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L622">src/services/http/RestService.ts:622</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>url: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>options: <a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a name="encodedata" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> encode<wbr>Data</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <li class="tsd-signature tsd-kind-icon">encode<wbr>Data<span class="tsd-signature-symbol">(</span>o<span class="tsd-signature-symbol">: </span><a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L411">src/services/http/RestService.ts:411</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>o: <a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="_services_http_ajaxoptions_.ajaxoptions.html" class="tsd-signature-type">AjaxOptions</a></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a name="invoke" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> invoke</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <li class="tsd-signature tsd-kind-icon">invoke<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, method<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bag<span class="tsd-signature-symbol">: </span><a href="_services_http_restservice_.serviceparameter.html" class="tsd-signature-type">ServiceParameter</a><span class="tsd-signature-symbol">[]</span>, values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span>, methodOptions<span class="tsd-signature-symbol">: </span><a href="../interfaces/_services_http_restservice_.imethodoptions.html" class="tsd-signature-type">IMethodOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L432">src/services/http/RestService.ts:432</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>url: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>method: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>bag: <a href="_services_http_restservice_.serviceparameter.html" class="tsd-signature-type">ServiceParameter</a><span class="tsd-signature-symbol">[]</span></h5> </li> <li> <h5>values: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5> </li> <li> <h5>methodOptions: <a href="../interfaces/_services_http_restservice_.imethodoptions.html" class="tsd-signature-type">IMethodOptions</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a name="parseheaders" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> parse<wbr>Headers</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <li class="tsd-signature tsd-kind-icon">parse<wbr>Headers<span class="tsd-signature-symbol">(</span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/_services_http_restservice_.ihttpheaders.html" class="tsd-signature-type">IHttpHeaders</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L609">src/services/http/RestService.ts:609</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>headers: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">any</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="../interfaces/_services_http_restservice_.ihttpheaders.html" class="tsd-signature-type">IHttpHeaders</a></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a name="sendresult" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> send<wbr>Result</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <li class="tsd-signature tsd-kind-icon">send<wbr>Result<span class="tsd-signature-symbol">(</span>result<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, error<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/web-atoms/core/blob/8e9453e/src/services/http/RestService.ts#L418">src/services/http/RestService.ts:418</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>result: <span class="tsd-signature-type">any</span></h5> </li> <li> <h5><span class="tsd-flag ts-flagOptional">Optional</span> error: <span class="tsd-signature-type">any</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/_services_http_restservice_.html">&quot;services/http/<wbr>Rest<wbr>Service&quot;</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-external-module"> <a href="_services_http_restservice_.baseservice.html" class="tsd-kind-icon">Base<wbr>Service</a> <ul> <li class=" tsd-kind-constructor tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#constructor" class="tsd-kind-icon">constructor</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected"> <a href="_services_http_restservice_.baseservice.html#app" class="tsd-kind-icon">app</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#baseurl" class="tsd-kind-icon">base<wbr>Url</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#headers" class="tsd-kind-icon">headers</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#jsonoptions" class="tsd-kind-icon">json<wbr>Options</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#jsonservice" class="tsd-kind-icon">json<wbr>Service</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#methodreturns" class="tsd-kind-icon">method<wbr>Returns</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#methods" class="tsd-kind-icon">methods</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#showerror" class="tsd-kind-icon">show<wbr>Error</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#showprogress" class="tsd-kind-icon">show<wbr>Progress</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class"> <a href="_services_http_restservice_.baseservice.html#testmode" class="tsd-kind-icon">test<wbr>Mode</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static"> <a href="_services_http_restservice_.baseservice.html#baseurls" class="tsd-kind-icon">base<wbr>Urls</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a href="_services_http_restservice_.baseservice.html#ajax" class="tsd-kind-icon">ajax</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a href="_services_http_restservice_.baseservice.html#encodedata" class="tsd-kind-icon">encode<wbr>Data</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a href="_services_http_restservice_.baseservice.html#invoke" class="tsd-kind-icon">invoke</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a href="_services_http_restservice_.baseservice.html#parseheaders" class="tsd-kind-icon">parse<wbr>Headers</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected"> <a href="_services_http_restservice_.baseservice.html#sendresult" class="tsd-kind-icon">send<wbr>Result</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="_services_http_restservice_.serviceparameter.html" class="tsd-kind-icon">Service<wbr>Parameter</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-has-type-parameter"> <a href="../interfaces/_services_http_restservice_.iapiresponse.html" class="tsd-kind-icon">IApi<wbr>Response</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_services_http_restservice_.ihttpheaders.html" class="tsd-kind-icon">IHttp<wbr>Headers</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_services_http_restservice_.imethodoptions.html" class="tsd-kind-icon">IMethod<wbr>Options</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#restattr" class="tsd-kind-icon">Rest<wbr>Attr</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#restmethodattr" class="tsd-kind-icon">Rest<wbr>Method<wbr>Attr</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#restparamattr" class="tsd-kind-icon">Rest<wbr>Param<wbr>Attr</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#body" class="tsd-kind-icon">Body</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#bodyformmodel" class="tsd-kind-icon">Body<wbr>Form<wbr>Model</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#delete" class="tsd-kind-icon">Delete</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#get" class="tsd-kind-icon">Get</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#header" class="tsd-kind-icon">Header</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#patch" class="tsd-kind-icon">Patch</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#path" class="tsd-kind-icon">Path</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#post" class="tsd-kind-icon">Post</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#put" class="tsd-kind-icon">Put</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#queries" class="tsd-kind-icon">Queries</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#query" class="tsd-kind-icon">Query</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#rawbody" class="tsd-kind-icon">Raw<wbr>Body</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#xmlbody" class="tsd-kind-icon">Xml<wbr>Body</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#baseurl" class="tsd-kind-icon">Base<wbr>Url</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="../modules/_services_http_restservice_.html#cancel" class="tsd-kind-icon">Cancel</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>