@motionpicture/coa-service 9.2.0 → 9.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -6
- package/example/findFilms.js +19 -2
- package/example/findKubunNames.js +6 -3
- package/example/findPerformances.js +1 -1
- package/example/findScreen.js +1 -1
- package/example/findTheater.js +1 -1
- package/example/findTickets.js +1 -1
- package/example/getToken.js +21 -0
- package/example/salesTicket.js +6 -5
- package/example/stateReserve.js +1 -1
- package/example/stateReserveSeat.js +1 -1
- package/lib/auth/credentials.d.ts +1 -2
- package/lib/auth/refreshTokenClient.d.ts +11 -6
- package/lib/auth/refreshTokenClient.js +81 -4
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/service.d.ts +4 -3
- package/lib/transporters.d.ts +35 -6
- package/lib/transporters.js +114 -4
- package/package.json +7 -10
- package/docs/assets/css/main.css +0 -1
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -51
- package/docs/assets/js/search.json +0 -1
- package/docs/classes/_auth_refreshtokenclient_.refreshtokenclient.html +0 -517
- package/docs/classes/_index_.auth.refreshtoken.html +0 -529
- package/docs/classes/_index_.service.master.html +0 -599
- package/docs/classes/_index_.service.reserve.html +0 -594
- package/docs/classes/_service_.service.html +0 -316
- package/docs/classes/_service_master_.masterservice.html +0 -583
- package/docs/classes/_service_reserve_.reserveservice.html +0 -578
- package/docs/classes/_transporters_.coaserviceerror.html +0 -370
- package/docs/classes/_transporters_.defaulttransporter.html +0 -408
- package/docs/classes/_transporters_.transporter.html +0 -246
- package/docs/enums/_factory_master_.flgearlybooking.html +0 -277
- package/docs/enums/_factory_master_.flgmember.html +0 -277
- package/docs/enums/_factory_reserve_.flgmember.html +0 -295
- package/docs/globals.html +0 -173
- package/docs/index.html +0 -249
- package/docs/interfaces/_auth_credentials_.icredentials.html +0 -232
- package/docs/interfaces/_auth_refreshtokenclient_.ioptions.html +0 -221
- package/docs/interfaces/_factory_master_.ikubunnameargs.html +0 -286
- package/docs/interfaces/_factory_master_.ikubunnameresult.html +0 -324
- package/docs/interfaces/_factory_master_.imgtkticketcodeargs.html +0 -343
- package/docs/interfaces/_factory_master_.imgtkticketcoderesult.html +0 -362
- package/docs/interfaces/_factory_master_.imvtkticketcodeargs.html +0 -438
- package/docs/interfaces/_factory_master_.imvtkticketcoderesult.html +0 -362
- package/docs/interfaces/_factory_master_.ischeduleargs.html +0 -305
- package/docs/interfaces/_factory_master_.ischeduleresult.html +0 -518
- package/docs/interfaces/_factory_master_.iscreenargs.html +0 -267
- package/docs/interfaces/_factory_master_.iscreenresult.html +0 -324
- package/docs/interfaces/_factory_master_.iscreenseat.html +0 -381
- package/docs/interfaces/_factory_master_.itheaterargs.html +0 -267
- package/docs/interfaces/_factory_master_.itheaterresult.html +0 -343
- package/docs/interfaces/_factory_master_.iticketargs.html +0 -267
- package/docs/interfaces/_factory_master_.iticketresult.html +0 -362
- package/docs/interfaces/_factory_master_.ititleargs.html +0 -267
- package/docs/interfaces/_factory_master_.ititleresult.html +0 -552
- package/docs/interfaces/_factory_reserve_.icountfreeseatargs.html +0 -323
- package/docs/interfaces/_factory_reserve_.icountfreeseatdate.html +0 -323
- package/docs/interfaces/_factory_reserve_.icountfreeseatperformance.html +0 -380
- package/docs/interfaces/_factory_reserve_.icountfreeseatresult.html +0 -304
- package/docs/interfaces/_factory_reserve_.idelreserveargs.html +0 -418
- package/docs/interfaces/_factory_reserve_.idelreserveseat.html +0 -304
- package/docs/interfaces/_factory_reserve_.ideltmpreserveargs.html +0 -380
- package/docs/interfaces/_factory_reserve_.isalesticketargs.html +0 -380
- package/docs/interfaces/_factory_reserve_.isalesticketresult.html +0 -475
- package/docs/interfaces/_factory_reserve_.istatereserveargs.html +0 -323
- package/docs/interfaces/_factory_reserve_.istatereserveresult.html +0 -380
- package/docs/interfaces/_factory_reserve_.istatereserveseatargs.html +0 -380
- package/docs/interfaces/_factory_reserve_.istatereserveseatfreeseat.html +0 -345
- package/docs/interfaces/_factory_reserve_.istatereserveseatresult.html +0 -323
- package/docs/interfaces/_factory_reserve_.istatereserveseatseat.html +0 -304
- package/docs/interfaces/_factory_reserve_.istatereserveticket.html +0 -411
- package/docs/interfaces/_factory_reserve_.iupdreserveargs.html +0 -494
- package/docs/interfaces/_factory_reserve_.iupdreserveqr.html +0 -323
- package/docs/interfaces/_factory_reserve_.iupdreserveresult.html +0 -304
- package/docs/interfaces/_factory_reserve_.iupdreserveticket.html +0 -647
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatargs.html +0 -399
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatresult.html +0 -304
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatseat.html +0 -304
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseattmpreserve.html +0 -323
- package/docs/interfaces/_service_.ioptions.html +0 -225
- package/docs/modules/_auth_credentials_.html +0 -167
- package/docs/modules/_auth_refreshtokenclient_.html +0 -198
- package/docs/modules/_auth_refreshtokenclient_spec_.html +0 -208
- package/docs/modules/_factory_.html +0 -194
- package/docs/modules/_factory_master_.html +0 -244
- package/docs/modules/_factory_reserve_.html +0 -268
- package/docs/modules/_index_.auth.html +0 -178
- package/docs/modules/_index_.html +0 -195
- package/docs/modules/_index_.service.html +0 -189
- package/docs/modules/_service_.html +0 -176
- package/docs/modules/_service_master_.html +0 -167
- package/docs/modules/_service_master_spec_.html +0 -208
- package/docs/modules/_service_reserve_.html +0 -167
- package/docs/modules/_service_reserve_spec_.html +0 -208
- package/docs/modules/_transporters_.html +0 -253
|
@@ -1,408 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>DefaultTransporter | @motionpicture/coa-service</title>
|
|
7
|
-
<meta name="description" content="Documentation for @motionpicture/coa-service">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">@motionpicture/coa-service</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="../modules/_transporters_.html">"transporters"</a>
|
|
60
|
-
</li>
|
|
61
|
-
<li>
|
|
62
|
-
<a href="_transporters_.defaulttransporter.html">DefaultTransporter</a>
|
|
63
|
-
</li>
|
|
64
|
-
</ul>
|
|
65
|
-
<h1>Class DefaultTransporter</h1>
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
</header>
|
|
69
|
-
<div class="container container-main">
|
|
70
|
-
<div class="row">
|
|
71
|
-
<div class="col-8 col-content">
|
|
72
|
-
<section class="tsd-panel tsd-comment">
|
|
73
|
-
<div class="tsd-comment tsd-typography">
|
|
74
|
-
<div class="lead">
|
|
75
|
-
<p>DefaultTransporter</p>
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
</section>
|
|
79
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
80
|
-
<h3>Hierarchy</h3>
|
|
81
|
-
<ul class="tsd-hierarchy">
|
|
82
|
-
<li>
|
|
83
|
-
<span class="target">DefaultTransporter</span>
|
|
84
|
-
</li>
|
|
85
|
-
</ul>
|
|
86
|
-
</section>
|
|
87
|
-
<section class="tsd-panel">
|
|
88
|
-
<h3>Implements</h3>
|
|
89
|
-
<ul class="tsd-hierarchy">
|
|
90
|
-
<li><a href="_transporters_.transporter.html" class="tsd-signature-type">Transporter</a></li>
|
|
91
|
-
</ul>
|
|
92
|
-
</section>
|
|
93
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
94
|
-
<h2>Index</h2>
|
|
95
|
-
<section class="tsd-panel tsd-index-panel">
|
|
96
|
-
<div class="tsd-index-content">
|
|
97
|
-
<section class="tsd-index-section ">
|
|
98
|
-
<h3>Constructors</h3>
|
|
99
|
-
<ul class="tsd-index-list">
|
|
100
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="_transporters_.defaulttransporter.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
101
|
-
</ul>
|
|
102
|
-
</section>
|
|
103
|
-
<section class="tsd-index-section ">
|
|
104
|
-
<h3>Properties</h3>
|
|
105
|
-
<ul class="tsd-index-list">
|
|
106
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_transporters_.defaulttransporter.html#expectedstatuscodes" class="tsd-kind-icon">expected<wbr>Status<wbr>Codes</a></li>
|
|
107
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="_transporters_.defaulttransporter.html#user_agent" class="tsd-kind-icon">USER_<wbr>AGENT</a></li>
|
|
108
|
-
</ul>
|
|
109
|
-
</section>
|
|
110
|
-
<section class="tsd-index-section ">
|
|
111
|
-
<h3>Methods</h3>
|
|
112
|
-
<ul class="tsd-index-list">
|
|
113
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_transporters_.defaulttransporter.html#request" class="tsd-kind-icon">request</a></li>
|
|
114
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="_transporters_.defaulttransporter.html#wrapcallback" class="tsd-kind-icon">wrap<wbr>Callback</a></li>
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="_transporters_.defaulttransporter.html#configure" class="tsd-kind-icon">CONFIGURE</a></li>
|
|
116
|
-
</ul>
|
|
117
|
-
</section>
|
|
118
|
-
</div>
|
|
119
|
-
</section>
|
|
120
|
-
</section>
|
|
121
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
122
|
-
<h2>Constructors</h2>
|
|
123
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
|
|
124
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
125
|
-
<h3>constructor</h3>
|
|
126
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
127
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Default<wbr>Transporter<span class="tsd-signature-symbol">(</span>expectedStatusCodes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_transporters_.defaulttransporter.html" class="tsd-signature-type">DefaultTransporter</a></li>
|
|
128
|
-
</ul>
|
|
129
|
-
<ul class="tsd-descriptions">
|
|
130
|
-
<li class="tsd-description">
|
|
131
|
-
<aside class="tsd-sources">
|
|
132
|
-
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L56">src/transporters.ts:56</a></li>
|
|
134
|
-
</ul>
|
|
135
|
-
</aside>
|
|
136
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
137
|
-
<ul class="tsd-parameters">
|
|
138
|
-
<li>
|
|
139
|
-
<h5>expectedStatusCodes: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
140
|
-
</li>
|
|
141
|
-
</ul>
|
|
142
|
-
<h4 class="tsd-returns-title">Returns <a href="_transporters_.defaulttransporter.html" class="tsd-signature-type">DefaultTransporter</a></h4>
|
|
143
|
-
</li>
|
|
144
|
-
</ul>
|
|
145
|
-
</section>
|
|
146
|
-
</section>
|
|
147
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
148
|
-
<h2>Properties</h2>
|
|
149
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
150
|
-
<a name="expectedstatuscodes" class="tsd-anchor"></a>
|
|
151
|
-
<h3>expected<wbr>Status<wbr>Codes</h3>
|
|
152
|
-
<div class="tsd-signature tsd-kind-icon">expected<wbr>Status<wbr>Codes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
|
|
153
|
-
<aside class="tsd-sources">
|
|
154
|
-
<ul>
|
|
155
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L56">src/transporters.ts:56</a></li>
|
|
156
|
-
</ul>
|
|
157
|
-
</aside>
|
|
158
|
-
</section>
|
|
159
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static">
|
|
160
|
-
<a name="user_agent" class="tsd-anchor"></a>
|
|
161
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> USER_<wbr>AGENT</h3>
|
|
162
|
-
<div class="tsd-signature tsd-kind-icon">USER_<wbr>AGENT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = `coa-service/${pkg.version}`</span></div>
|
|
163
|
-
<aside class="tsd-sources">
|
|
164
|
-
<ul>
|
|
165
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L54">src/transporters.ts:54</a></li>
|
|
166
|
-
</ul>
|
|
167
|
-
</aside>
|
|
168
|
-
<div class="tsd-comment tsd-typography">
|
|
169
|
-
<div class="lead">
|
|
170
|
-
<p>Default user agent.</p>
|
|
171
|
-
</div>
|
|
172
|
-
</div>
|
|
173
|
-
</section>
|
|
174
|
-
</section>
|
|
175
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
176
|
-
<h2>Methods</h2>
|
|
177
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
178
|
-
<a name="request" class="tsd-anchor"></a>
|
|
179
|
-
<h3>request</h3>
|
|
180
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
181
|
-
<li class="tsd-signature tsd-kind-icon">request<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</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"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
182
|
-
</ul>
|
|
183
|
-
<ul class="tsd-descriptions">
|
|
184
|
-
<li class="tsd-description">
|
|
185
|
-
<aside class="tsd-sources">
|
|
186
|
-
<ul>
|
|
187
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L84">src/transporters.ts:84</a></li>
|
|
188
|
-
</ul>
|
|
189
|
-
</aside>
|
|
190
|
-
<div class="tsd-comment tsd-typography">
|
|
191
|
-
<div class="lead">
|
|
192
|
-
<p>Makes a request with given options and invokes callback.</p>
|
|
193
|
-
</div>
|
|
194
|
-
</div>
|
|
195
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
196
|
-
<ul class="tsd-parameters">
|
|
197
|
-
<li>
|
|
198
|
-
<h5>options: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
|
|
199
|
-
</li>
|
|
200
|
-
</ul>
|
|
201
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
202
|
-
</li>
|
|
203
|
-
</ul>
|
|
204
|
-
</section>
|
|
205
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
206
|
-
<a name="wrapcallback" class="tsd-anchor"></a>
|
|
207
|
-
<h3><span class="tsd-flag ts-flagPrivate">Private</span> wrap<wbr>Callback</h3>
|
|
208
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
209
|
-
<li class="tsd-signature tsd-kind-icon">wrap<wbr>Callback<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, response<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.RequestResponse</span>, body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
210
|
-
</ul>
|
|
211
|
-
<ul class="tsd-descriptions">
|
|
212
|
-
<li class="tsd-description">
|
|
213
|
-
<aside class="tsd-sources">
|
|
214
|
-
<ul>
|
|
215
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L103">src/transporters.ts:103</a></li>
|
|
216
|
-
</ul>
|
|
217
|
-
</aside>
|
|
218
|
-
<div class="tsd-comment tsd-typography">
|
|
219
|
-
<div class="lead">
|
|
220
|
-
<p>Wraps the response callback.</p>
|
|
221
|
-
</div>
|
|
222
|
-
</div>
|
|
223
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
224
|
-
<ul class="tsd-parameters">
|
|
225
|
-
<li>
|
|
226
|
-
<h5>error: <span class="tsd-signature-type">any</span></h5>
|
|
227
|
-
</li>
|
|
228
|
-
<li>
|
|
229
|
-
<h5>response: <span class="tsd-signature-type">request.RequestResponse</span></h5>
|
|
230
|
-
</li>
|
|
231
|
-
<li>
|
|
232
|
-
<h5>body: <span class="tsd-signature-type">any</span></h5>
|
|
233
|
-
</li>
|
|
234
|
-
<li>
|
|
235
|
-
<h5>options: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
|
|
236
|
-
</li>
|
|
237
|
-
</ul>
|
|
238
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
239
|
-
</li>
|
|
240
|
-
</ul>
|
|
241
|
-
</section>
|
|
242
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
243
|
-
<a name="configure" class="tsd-anchor"></a>
|
|
244
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> CONFIGURE</h3>
|
|
245
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
246
|
-
<li class="tsd-signature tsd-kind-icon">CONFIGURE<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</span></li>
|
|
247
|
-
</ul>
|
|
248
|
-
<ul class="tsd-descriptions">
|
|
249
|
-
<li class="tsd-description">
|
|
250
|
-
<aside class="tsd-sources">
|
|
251
|
-
<ul>
|
|
252
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L65">src/transporters.ts:65</a></li>
|
|
253
|
-
</ul>
|
|
254
|
-
</aside>
|
|
255
|
-
<div class="tsd-comment tsd-typography">
|
|
256
|
-
<div class="lead">
|
|
257
|
-
<p>Configures request options before making a request.</p>
|
|
258
|
-
</div>
|
|
259
|
-
</div>
|
|
260
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
261
|
-
<ul class="tsd-parameters">
|
|
262
|
-
<li>
|
|
263
|
-
<h5>options: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
|
|
264
|
-
</li>
|
|
265
|
-
</ul>
|
|
266
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">request.OptionsWithUri</span></h4>
|
|
267
|
-
</li>
|
|
268
|
-
</ul>
|
|
269
|
-
</section>
|
|
270
|
-
</section>
|
|
271
|
-
</div>
|
|
272
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
273
|
-
<nav class="tsd-navigation primary">
|
|
274
|
-
<ul>
|
|
275
|
-
<li class="globals ">
|
|
276
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
277
|
-
</li>
|
|
278
|
-
<li class=" tsd-kind-module">
|
|
279
|
-
<a href="../modules/_auth_credentials_.html">"auth/credentials"</a>
|
|
280
|
-
</li>
|
|
281
|
-
<li class=" tsd-kind-module">
|
|
282
|
-
<a href="../modules/_auth_refreshtokenclient_.html">"auth/refresh<wbr>Token<wbr>Client"</a>
|
|
283
|
-
</li>
|
|
284
|
-
<li class=" tsd-kind-module">
|
|
285
|
-
<a href="../modules/_auth_refreshtokenclient_spec_.html">"auth/refresh<wbr>Token<wbr>Client.spec"</a>
|
|
286
|
-
</li>
|
|
287
|
-
<li class=" tsd-kind-module">
|
|
288
|
-
<a href="../modules/_factory_.html">"factory"</a>
|
|
289
|
-
</li>
|
|
290
|
-
<li class=" tsd-kind-module">
|
|
291
|
-
<a href="../modules/_factory_master_.html">"factory/master"</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li class=" tsd-kind-module">
|
|
294
|
-
<a href="../modules/_factory_reserve_.html">"factory/reserve"</a>
|
|
295
|
-
</li>
|
|
296
|
-
<li class=" tsd-kind-module">
|
|
297
|
-
<a href="../modules/_index_.html">"index"</a>
|
|
298
|
-
</li>
|
|
299
|
-
<li class=" tsd-kind-module">
|
|
300
|
-
<a href="../modules/_service_.html">"service"</a>
|
|
301
|
-
</li>
|
|
302
|
-
<li class=" tsd-kind-module">
|
|
303
|
-
<a href="../modules/_service_master_.html">"service/master"</a>
|
|
304
|
-
</li>
|
|
305
|
-
<li class=" tsd-kind-module">
|
|
306
|
-
<a href="../modules/_service_master_spec_.html">"service/master.spec"</a>
|
|
307
|
-
</li>
|
|
308
|
-
<li class=" tsd-kind-module">
|
|
309
|
-
<a href="../modules/_service_reserve_.html">"service/reserve"</a>
|
|
310
|
-
</li>
|
|
311
|
-
<li class=" tsd-kind-module">
|
|
312
|
-
<a href="../modules/_service_reserve_spec_.html">"service/reserve.spec"</a>
|
|
313
|
-
</li>
|
|
314
|
-
<li class="current tsd-kind-module">
|
|
315
|
-
<a href="../modules/_transporters_.html">"transporters"</a>
|
|
316
|
-
</li>
|
|
317
|
-
</ul>
|
|
318
|
-
</nav>
|
|
319
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
320
|
-
<ul class="before-current">
|
|
321
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
322
|
-
<a href="_transporters_.coaserviceerror.html" class="tsd-kind-icon">COAService<wbr>Error</a>
|
|
323
|
-
</li>
|
|
324
|
-
</ul>
|
|
325
|
-
<ul class="current">
|
|
326
|
-
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
327
|
-
<a href="_transporters_.defaulttransporter.html" class="tsd-kind-icon">Default<wbr>Transporter</a>
|
|
328
|
-
<ul>
|
|
329
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class">
|
|
330
|
-
<a href="_transporters_.defaulttransporter.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
331
|
-
</li>
|
|
332
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
333
|
-
<a href="_transporters_.defaulttransporter.html#expectedstatuscodes" class="tsd-kind-icon">expected<wbr>Status<wbr>Codes</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
|
|
336
|
-
<a href="_transporters_.defaulttransporter.html#user_agent" class="tsd-kind-icon">USER_<wbr>AGENT</a>
|
|
337
|
-
</li>
|
|
338
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
339
|
-
<a href="_transporters_.defaulttransporter.html#request" class="tsd-kind-icon">request</a>
|
|
340
|
-
</li>
|
|
341
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
342
|
-
<a href="_transporters_.defaulttransporter.html#wrapcallback" class="tsd-kind-icon">wrap<wbr>Callback</a>
|
|
343
|
-
</li>
|
|
344
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
345
|
-
<a href="_transporters_.defaulttransporter.html#configure" class="tsd-kind-icon">CONFIGURE</a>
|
|
346
|
-
</li>
|
|
347
|
-
</ul>
|
|
348
|
-
</li>
|
|
349
|
-
</ul>
|
|
350
|
-
<ul class="after-current">
|
|
351
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
352
|
-
<a href="_transporters_.transporter.html" class="tsd-kind-icon">Transporter</a>
|
|
353
|
-
</li>
|
|
354
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
355
|
-
<a href="../modules/_transporters_.html#ibodyresponsecallback" class="tsd-kind-icon">IBody<wbr>Response<wbr>Callback</a>
|
|
356
|
-
</li>
|
|
357
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
|
|
358
|
-
<a href="../modules/_transporters_.html#response_body_staus_success" class="tsd-kind-icon">RESPONSE_<wbr>BODY_<wbr>STAUS_<wbr>SUCCESS</a>
|
|
359
|
-
</li>
|
|
360
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
|
|
361
|
-
<a href="../modules/_transporters_.html#debug" class="tsd-kind-icon">debug</a>
|
|
362
|
-
</li>
|
|
363
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
|
|
364
|
-
<a href="../modules/_transporters_.html#pkg" class="tsd-kind-icon">pkg</a>
|
|
365
|
-
</li>
|
|
366
|
-
</ul>
|
|
367
|
-
</nav>
|
|
368
|
-
</div>
|
|
369
|
-
</div>
|
|
370
|
-
</div>
|
|
371
|
-
<footer class="with-border-bottom">
|
|
372
|
-
<div class="container">
|
|
373
|
-
<h2>Legend</h2>
|
|
374
|
-
<div class="tsd-legend-group">
|
|
375
|
-
<ul class="tsd-legend">
|
|
376
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
377
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
378
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
379
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
380
|
-
</ul>
|
|
381
|
-
<ul class="tsd-legend">
|
|
382
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
383
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
384
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
385
|
-
</ul>
|
|
386
|
-
<ul class="tsd-legend">
|
|
387
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
388
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
389
|
-
</ul>
|
|
390
|
-
<ul class="tsd-legend">
|
|
391
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
392
|
-
</ul>
|
|
393
|
-
<ul class="tsd-legend">
|
|
394
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
395
|
-
</ul>
|
|
396
|
-
<ul class="tsd-legend">
|
|
397
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
398
|
-
</ul>
|
|
399
|
-
</div>
|
|
400
|
-
</div>
|
|
401
|
-
</footer>
|
|
402
|
-
<div class="container tsd-generator">
|
|
403
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
404
|
-
</div>
|
|
405
|
-
<div class="overlay"></div>
|
|
406
|
-
<script src="../assets/js/main.js"></script>
|
|
407
|
-
</body>
|
|
408
|
-
</html>
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Transporter | @motionpicture/coa-service</title>
|
|
7
|
-
<meta name="description" content="Documentation for @motionpicture/coa-service">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">@motionpicture/coa-service</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="../modules/_transporters_.html">"transporters"</a>
|
|
60
|
-
</li>
|
|
61
|
-
<li>
|
|
62
|
-
<a href="_transporters_.transporter.html">Transporter</a>
|
|
63
|
-
</li>
|
|
64
|
-
</ul>
|
|
65
|
-
<h1>Class Transporter</h1>
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
</header>
|
|
69
|
-
<div class="container container-main">
|
|
70
|
-
<div class="row">
|
|
71
|
-
<div class="col-8 col-content">
|
|
72
|
-
<section class="tsd-panel tsd-comment">
|
|
73
|
-
<div class="tsd-comment tsd-typography">
|
|
74
|
-
<div class="lead">
|
|
75
|
-
<p>transporter abstract class
|
|
76
|
-
トランスポーター抽象クラス</p>
|
|
77
|
-
</div>
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
81
|
-
<h3>Hierarchy</h3>
|
|
82
|
-
<ul class="tsd-hierarchy">
|
|
83
|
-
<li>
|
|
84
|
-
<span class="target">Transporter</span>
|
|
85
|
-
</li>
|
|
86
|
-
</ul>
|
|
87
|
-
</section>
|
|
88
|
-
<section class="tsd-panel">
|
|
89
|
-
<h3>Implemented by</h3>
|
|
90
|
-
<ul class="tsd-hierarchy">
|
|
91
|
-
<li><a href="_transporters_.defaulttransporter.html" class="tsd-signature-type">DefaultTransporter</a></li>
|
|
92
|
-
</ul>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
95
|
-
<h2>Index</h2>
|
|
96
|
-
<section class="tsd-panel tsd-index-panel">
|
|
97
|
-
<div class="tsd-index-content">
|
|
98
|
-
<section class="tsd-index-section ">
|
|
99
|
-
<h3>Methods</h3>
|
|
100
|
-
<ul class="tsd-index-list">
|
|
101
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_transporters_.transporter.html#request" class="tsd-kind-icon">request</a></li>
|
|
102
|
-
</ul>
|
|
103
|
-
</section>
|
|
104
|
-
</div>
|
|
105
|
-
</section>
|
|
106
|
-
</section>
|
|
107
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
108
|
-
<h2>Methods</h2>
|
|
109
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
110
|
-
<a name="request" class="tsd-anchor"></a>
|
|
111
|
-
<h3><span class="tsd-flag ts-flagAbstract">Abstract</span> request</h3>
|
|
112
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
113
|
-
<li class="tsd-signature tsd-kind-icon">request<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</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"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
114
|
-
</ul>
|
|
115
|
-
<ul class="tsd-descriptions">
|
|
116
|
-
<li class="tsd-description">
|
|
117
|
-
<aside class="tsd-sources">
|
|
118
|
-
<ul>
|
|
119
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L24">src/transporters.ts:24</a></li>
|
|
120
|
-
</ul>
|
|
121
|
-
</aside>
|
|
122
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
123
|
-
<ul class="tsd-parameters">
|
|
124
|
-
<li>
|
|
125
|
-
<h5>options: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
|
|
126
|
-
</li>
|
|
127
|
-
</ul>
|
|
128
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
129
|
-
</li>
|
|
130
|
-
</ul>
|
|
131
|
-
</section>
|
|
132
|
-
</section>
|
|
133
|
-
</div>
|
|
134
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
135
|
-
<nav class="tsd-navigation primary">
|
|
136
|
-
<ul>
|
|
137
|
-
<li class="globals ">
|
|
138
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
139
|
-
</li>
|
|
140
|
-
<li class=" tsd-kind-module">
|
|
141
|
-
<a href="../modules/_auth_credentials_.html">"auth/credentials"</a>
|
|
142
|
-
</li>
|
|
143
|
-
<li class=" tsd-kind-module">
|
|
144
|
-
<a href="../modules/_auth_refreshtokenclient_.html">"auth/refresh<wbr>Token<wbr>Client"</a>
|
|
145
|
-
</li>
|
|
146
|
-
<li class=" tsd-kind-module">
|
|
147
|
-
<a href="../modules/_auth_refreshtokenclient_spec_.html">"auth/refresh<wbr>Token<wbr>Client.spec"</a>
|
|
148
|
-
</li>
|
|
149
|
-
<li class=" tsd-kind-module">
|
|
150
|
-
<a href="../modules/_factory_.html">"factory"</a>
|
|
151
|
-
</li>
|
|
152
|
-
<li class=" tsd-kind-module">
|
|
153
|
-
<a href="../modules/_factory_master_.html">"factory/master"</a>
|
|
154
|
-
</li>
|
|
155
|
-
<li class=" tsd-kind-module">
|
|
156
|
-
<a href="../modules/_factory_reserve_.html">"factory/reserve"</a>
|
|
157
|
-
</li>
|
|
158
|
-
<li class=" tsd-kind-module">
|
|
159
|
-
<a href="../modules/_index_.html">"index"</a>
|
|
160
|
-
</li>
|
|
161
|
-
<li class=" tsd-kind-module">
|
|
162
|
-
<a href="../modules/_service_.html">"service"</a>
|
|
163
|
-
</li>
|
|
164
|
-
<li class=" tsd-kind-module">
|
|
165
|
-
<a href="../modules/_service_master_.html">"service/master"</a>
|
|
166
|
-
</li>
|
|
167
|
-
<li class=" tsd-kind-module">
|
|
168
|
-
<a href="../modules/_service_master_spec_.html">"service/master.spec"</a>
|
|
169
|
-
</li>
|
|
170
|
-
<li class=" tsd-kind-module">
|
|
171
|
-
<a href="../modules/_service_reserve_.html">"service/reserve"</a>
|
|
172
|
-
</li>
|
|
173
|
-
<li class=" tsd-kind-module">
|
|
174
|
-
<a href="../modules/_service_reserve_spec_.html">"service/reserve.spec"</a>
|
|
175
|
-
</li>
|
|
176
|
-
<li class="current tsd-kind-module">
|
|
177
|
-
<a href="../modules/_transporters_.html">"transporters"</a>
|
|
178
|
-
</li>
|
|
179
|
-
</ul>
|
|
180
|
-
</nav>
|
|
181
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
182
|
-
<ul class="before-current">
|
|
183
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
184
|
-
<a href="_transporters_.coaserviceerror.html" class="tsd-kind-icon">COAService<wbr>Error</a>
|
|
185
|
-
</li>
|
|
186
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
187
|
-
<a href="_transporters_.defaulttransporter.html" class="tsd-kind-icon">Default<wbr>Transporter</a>
|
|
188
|
-
</li>
|
|
189
|
-
</ul>
|
|
190
|
-
<ul class="current">
|
|
191
|
-
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
192
|
-
<a href="_transporters_.transporter.html" class="tsd-kind-icon">Transporter</a>
|
|
193
|
-
<ul>
|
|
194
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
195
|
-
<a href="_transporters_.transporter.html#request" class="tsd-kind-icon">request</a>
|
|
196
|
-
</li>
|
|
197
|
-
</ul>
|
|
198
|
-
</li>
|
|
199
|
-
</ul>
|
|
200
|
-
<ul class="after-current">
|
|
201
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
202
|
-
<a href="../modules/_transporters_.html#ibodyresponsecallback" class="tsd-kind-icon">IBody<wbr>Response<wbr>Callback</a>
|
|
203
|
-
</li>
|
|
204
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
|
|
205
|
-
<a href="../modules/_transporters_.html#response_body_staus_success" class="tsd-kind-icon">RESPONSE_<wbr>BODY_<wbr>STAUS_<wbr>SUCCESS</a>
|
|
206
|
-
</li>
|
|
207
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
|
|
208
|
-
<a href="../modules/_transporters_.html#debug" class="tsd-kind-icon">debug</a>
|
|
209
|
-
</li>
|
|
210
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
|
|
211
|
-
<a href="../modules/_transporters_.html#pkg" class="tsd-kind-icon">pkg</a>
|
|
212
|
-
</li>
|
|
213
|
-
</ul>
|
|
214
|
-
</nav>
|
|
215
|
-
</div>
|
|
216
|
-
</div>
|
|
217
|
-
</div>
|
|
218
|
-
<footer class="with-border-bottom">
|
|
219
|
-
<div class="container">
|
|
220
|
-
<h2>Legend</h2>
|
|
221
|
-
<div class="tsd-legend-group">
|
|
222
|
-
<ul class="tsd-legend">
|
|
223
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
224
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
225
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
226
|
-
</ul>
|
|
227
|
-
<ul class="tsd-legend">
|
|
228
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
229
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
230
|
-
</ul>
|
|
231
|
-
<ul class="tsd-legend">
|
|
232
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
233
|
-
</ul>
|
|
234
|
-
<ul class="tsd-legend">
|
|
235
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
236
|
-
</ul>
|
|
237
|
-
</div>
|
|
238
|
-
</div>
|
|
239
|
-
</footer>
|
|
240
|
-
<div class="container tsd-generator">
|
|
241
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
242
|
-
</div>
|
|
243
|
-
<div class="overlay"></div>
|
|
244
|
-
<script src="../assets/js/main.js"></script>
|
|
245
|
-
</body>
|
|
246
|
-
</html>
|