Skip to content

Commit d0133d6

Browse files
committed
📄 ドキュメント更新
1 parent 16ff20d commit d0133d6

File tree

52 files changed

+2460
-225
lines changed

Some content is hidden

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

52 files changed

+2460
-225
lines changed

‎docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/classes/_client_gateway_.gateway.html

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>Methods</h3>
108108
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected"><a href="_client_gateway_.gateway.html#put" class="tsd-kind-icon">put</a></li>
109109
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected"><a href="_client_gateway_.gateway.html#request" class="tsd-kind-icon">request</a></li>
110110
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_client_gateway_.gateway.html#settoken" class="tsd-kind-icon">set<wbr>Token</a></li>
111-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_client_gateway_.gateway.html#seturl" class="tsd-kind-icon">setURL</a></li>
111+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_client_gateway_.gateway.html#seturl" class="tsd-kind-icon">set<wbr>Url</a></li>
112112
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_client_gateway_.gateway.html#setversion" class="tsd-kind-icon">set<wbr>Version</a></li>
113113
</ul>
114114
</section>
@@ -127,7 +127,7 @@ <h3>constructor</h3>
127127
<li class="tsd-description">
128128
<aside class="tsd-sources">
129129
<ul>
130-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L18">client/Gateway.ts:18</a></li>
130+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L21">client/Gateway.ts:21</a></li>
131131
</ul>
132132
</aside>
133133
<div class="tsd-comment tsd-typography">
@@ -156,7 +156,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> token</h3>
156156
<div class="tsd-signature tsd-kind-icon">token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;&quot;</span></div>
157157
<aside class="tsd-sources">
158158
<ul>
159-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L15">client/Gateway.ts:15</a></li>
159+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L18">client/Gateway.ts:18</a></li>
160160
</ul>
161161
</aside>
162162
<div class="tsd-comment tsd-typography">
@@ -171,7 +171,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> url</h3>
171171
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;https://qiita.com&quot;</span></div>
172172
<aside class="tsd-sources">
173173
<ul>
174-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L12">client/Gateway.ts:12</a></li>
174+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L15">client/Gateway.ts:15</a></li>
175175
</ul>
176176
</aside>
177177
<div class="tsd-comment tsd-typography">
@@ -186,7 +186,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> version</h3>
186186
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;/api/v2&quot;</span></div>
187187
<aside class="tsd-sources">
188188
<ul>
189-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L18">client/Gateway.ts:18</a></li>
189+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L21">client/Gateway.ts:21</a></li>
190190
</ul>
191191
</aside>
192192
<div class="tsd-comment tsd-typography">
@@ -208,7 +208,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> delete</h3>
208208
<li class="tsd-description">
209209
<aside class="tsd-sources">
210210
<ul>
211-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L146">client/Gateway.ts:146</a></li>
211+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L158">client/Gateway.ts:158</a></li>
212212
</ul>
213213
</aside>
214214
<div class="tsd-comment tsd-typography">
@@ -261,7 +261,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> get</h3>
261261
<li class="tsd-description">
262262
<aside class="tsd-sources">
263263
<ul>
264-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L116">client/Gateway.ts:116</a></li>
264+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L128">client/Gateway.ts:128</a></li>
265265
</ul>
266266
</aside>
267267
<div class="tsd-comment tsd-typography">
@@ -314,7 +314,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> patch</h3>
314314
<li class="tsd-description">
315315
<aside class="tsd-sources">
316316
<ul>
317-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L156">client/Gateway.ts:156</a></li>
317+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L168">client/Gateway.ts:168</a></li>
318318
</ul>
319319
</aside>
320320
<div class="tsd-comment tsd-typography">
@@ -367,7 +367,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> post</h3>
367367
<li class="tsd-description">
368368
<aside class="tsd-sources">
369369
<ul>
370-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L126">client/Gateway.ts:126</a></li>
370+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L138">client/Gateway.ts:138</a></li>
371371
</ul>
372372
</aside>
373373
<div class="tsd-comment tsd-typography">
@@ -420,7 +420,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> put</h3>
420420
<li class="tsd-description">
421421
<aside class="tsd-sources">
422422
<ul>
423-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L136">client/Gateway.ts:136</a></li>
423+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L148">client/Gateway.ts:148</a></li>
424424
</ul>
425425
</aside>
426426
<div class="tsd-comment tsd-typography">
@@ -473,7 +473,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> request</h3>
473473
<li class="tsd-description">
474474
<aside class="tsd-sources">
475475
<ul>
476-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L73">client/Gateway.ts:73</a></li>
476+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L76">client/Gateway.ts:76</a></li>
477477
</ul>
478478
</aside>
479479
<div class="tsd-comment tsd-typography">
@@ -522,7 +522,7 @@ <h3>set<wbr>Token</h3>
522522
<li class="tsd-description">
523523
<aside class="tsd-sources">
524524
<ul>
525-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L45">client/Gateway.ts:45</a></li>
525+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L48">client/Gateway.ts:48</a></li>
526526
</ul>
527527
</aside>
528528
<div class="tsd-comment tsd-typography">
@@ -546,15 +546,15 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
546546
</section>
547547
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
548548
<a name="seturl" class="tsd-anchor"></a>
549-
<h3>setURL</h3>
549+
<h3>set<wbr>Url</h3>
550550
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
551-
<li class="tsd-signature tsd-kind-icon">setURL<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
551+
<li class="tsd-signature tsd-kind-icon">set<wbr>Url<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
552552
</ul>
553553
<ul class="tsd-descriptions">
554554
<li class="tsd-description">
555555
<aside class="tsd-sources">
556556
<ul>
557-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L54">client/Gateway.ts:54</a></li>
557+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L57">client/Gateway.ts:57</a></li>
558558
</ul>
559559
</aside>
560560
<div class="tsd-comment tsd-typography">
@@ -586,7 +586,7 @@ <h3>set<wbr>Version</h3>
586586
<li class="tsd-description">
587587
<aside class="tsd-sources">
588588
<ul>
589-
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/abfd773/src/client/Gateway.ts#L63">client/Gateway.ts:63</a></li>
589+
<li>Defined in <a href="https://github.com/neet/qiita-js-2/blob/16ff20d/src/client/Gateway.ts#L66">client/Gateway.ts:66</a></li>
590590
</ul>
591591
</aside>
592592
<div class="tsd-comment tsd-typography">
@@ -670,9 +670,18 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
670670
<li class=" tsd-kind-external-module">
671671
<a href="../modules/_errors_qiitaerror_.html">"errors/<wbr>Qiita<wbr>Error"</a>
672672
</li>
673+
<li class=" tsd-kind-external-module">
674+
<a href="../modules/_errors_qiitaforbiddenerror_.html">"errors/<wbr>Qiita<wbr>Forbidden<wbr>Error"</a>
675+
</li>
676+
<li class=" tsd-kind-external-module">
677+
<a href="../modules/_errors_qiitainternalservererror_.html">"errors/<wbr>Qiita<wbr>Internal<wbr>Server<wbr>Error"</a>
678+
</li>
673679
<li class=" tsd-kind-external-module">
674680
<a href="../modules/_errors_qiitanotfounderror_.html">"errors/<wbr>Qiita<wbr>Not<wbr>Found<wbr>Error"</a>
675681
</li>
682+
<li class=" tsd-kind-external-module">
683+
<a href="../modules/_errors_qiitaratelimiterror_.html">"errors/<wbr>Qiita<wbr>Rate<wbr>Limit<wbr>Error"</a>
684+
</li>
676685
<li class=" tsd-kind-external-module">
677686
<a href="../modules/_errors_qiitaurlresolveerror_.html">"errors/<wbr>QiitaURLResolve<wbr>Error"</a>
678687
</li>
@@ -725,7 +734,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
725734
<a href="_client_gateway_.gateway.html#settoken" class="tsd-kind-icon">set<wbr>Token</a>
726735
</li>
727736
<li class=" tsd-kind-method tsd-parent-kind-class">
728-
<a href="_client_gateway_.gateway.html#seturl" class="tsd-kind-icon">setURL</a>
737+
<a href="_client_gateway_.gateway.html#seturl" class="tsd-kind-icon">set<wbr>Url</a>
729738
</li>
730739
<li class=" tsd-kind-method tsd-parent-kind-class">
731740
<a href="_client_gateway_.gateway.html#setversion" class="tsd-kind-icon">set<wbr>Version</a>

0 commit comments

Comments
 (0)