mushikago-sdk 0.3.7 → 0.4.0
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.
- data/README.md +45 -1
- data/doc/Mushikago.html +3 -3
- data/doc/Mushikago/Auth.html +1 -1
- data/doc/Mushikago/Auth/Signature.html +2 -2
- data/doc/Mushikago/Auth/Signer.html +1 -1
- data/doc/Mushikago/Config.html +1 -1
- data/doc/Mushikago/Hotaru.html +3 -3
- data/doc/Mushikago/Hotaru/ClassifierJudgeRequest.html +307 -0
- data/doc/Mushikago/Hotaru/Client.html +3511 -155
- data/doc/Mushikago/Hotaru/CollocationCreateRequest.html +375 -0
- data/doc/Mushikago/Hotaru/CollocationDeleteRequest.html +307 -0
- data/doc/Mushikago/Hotaru/CollocationDownloadRequest.html +307 -0
- data/doc/Mushikago/Hotaru/CollocationGetRequest.html +309 -0
- data/doc/Mushikago/Hotaru/CollocationListRequest.html +313 -0
- data/doc/Mushikago/Hotaru/CollocationWordlistRequest.html +313 -0
- data/doc/Mushikago/Hotaru/DictionaryDeleteRequest.html +305 -0
- data/doc/Mushikago/Hotaru/DictionaryListRequest.html +309 -0
- data/doc/Mushikago/Hotaru/DictionaryPutRequest.html +342 -0
- data/doc/Mushikago/Hotaru/DomainCreateRequest.html +313 -0
- data/doc/Mushikago/Hotaru/DomainDeleteRequest.html +305 -0
- data/doc/Mushikago/Hotaru/DomainInfoRequest.html +307 -0
- data/doc/Mushikago/Hotaru/DomainListRequest.html +311 -0
- data/doc/Mushikago/Hotaru/TagDeleteRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TagListRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TagPutRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TextDeleteRequest.html +309 -0
- data/doc/Mushikago/Hotaru/TextGetRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TextListRequest.html +315 -0
- data/doc/Mushikago/Hotaru/TextPutRequest.html +311 -0
- data/doc/Mushikago/Hotaru/TextTagsetRequest.html +311 -0
- data/doc/Mushikago/Hotaru/WordGetRequest.html +307 -0
- data/doc/Mushikago/Hotaru/WordListRequest.html +311 -0
- data/doc/Mushikago/Http.html +3 -3
- data/doc/Mushikago/Http/Client.html +104 -13
- data/doc/Mushikago/Http/DeleteRequest.html +240 -0
- data/doc/Mushikago/Http/GetRequest.html +240 -0
- data/doc/Mushikago/Http/MultipartPostRequest.html +265 -0
- data/doc/Mushikago/Http/MultipartPutRequest.html +265 -0
- data/doc/Mushikago/Http/MultipartRequest.html +7 -11
- data/doc/Mushikago/Http/PostRequest.html +240 -0
- data/doc/Mushikago/Http/PutRequest.html +240 -0
- data/doc/Mushikago/Http/Request.html +46 -133
- data/doc/Mushikago/Http/Response.html +56 -1
- data/doc/Mushikago/Mitsubachi.html +3 -3
- data/doc/Mushikago/Mitsubachi/Client.html +2 -2
- data/doc/Mushikago/Mitsubachi/HttpFetchRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/HttpPushRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Project.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectCreateRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectDiscontinueRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectInfoRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectQueuesRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectUpdateRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Projects.html +1 -1
- data/doc/Mushikago/Mitsubachi/Resource.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ResourceGetRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ResourceListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ResourceStoreRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Resources.html +1 -1
- data/doc/Mushikago/Mitsubachi/Script.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ScriptDeployRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ScriptGetRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ScriptListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/Scripts.html +1 -1
- data/doc/Mushikago/Tombo.html +3 -3
- data/doc/Mushikago/Tombo/CaptureRequest.html +13 -57
- data/doc/Mushikago/Tombo/CapturesRequest.html +13 -8
- data/doc/Mushikago/Tombo/Client.html +2 -2
- data/doc/Mushikago/Tombo/DeleteRequest.html +13 -57
- data/doc/Mushikago/Tombo/InfoRequest.html +13 -8
- data/doc/_index.html +227 -29
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +51 -2
- data/doc/index.html +51 -2
- data/doc/method_list.html +728 -256
- data/doc/top-level-namespace.html +1 -1
- data/lib/mushikago/hotaru.rb +35 -12
- data/lib/mushikago/hotaru/classifier_judge_request.rb +16 -0
- data/lib/mushikago/hotaru/client.rb +325 -27
- data/lib/mushikago/hotaru/collocation_create_request.rb +35 -0
- data/lib/mushikago/hotaru/collocation_delete_request.rb +16 -0
- data/lib/mushikago/hotaru/collocation_download_request.rb +16 -0
- data/lib/mushikago/hotaru/collocation_get_request.rb +18 -0
- data/lib/mushikago/hotaru/collocation_list_request.rb +23 -0
- data/lib/mushikago/hotaru/collocation_wordlist_request.rb +22 -0
- data/lib/mushikago/hotaru/dictionary_delete_request.rb +14 -0
- data/lib/mushikago/hotaru/dictionary_list_request.rb +23 -0
- data/lib/mushikago/hotaru/dictionary_put_request.rb +26 -0
- data/lib/mushikago/hotaru/domain_create_request.rb +23 -0
- data/lib/mushikago/hotaru/domain_delete_request.rb +14 -0
- data/lib/mushikago/hotaru/domain_info_request.rb +20 -0
- data/lib/mushikago/hotaru/domain_list_request.rb +21 -0
- data/lib/mushikago/hotaru/tag_delete_request.rb +18 -0
- data/lib/mushikago/hotaru/tag_list_request.rb +16 -0
- data/lib/mushikago/hotaru/tag_put_request.rb +17 -0
- data/lib/mushikago/hotaru/text_delete_request.rb +18 -0
- data/lib/mushikago/hotaru/text_get_request.rb +16 -0
- data/lib/mushikago/hotaru/text_list_request.rb +25 -0
- data/lib/mushikago/hotaru/text_put_request.rb +20 -0
- data/lib/mushikago/hotaru/text_tagset_request.rb +20 -0
- data/lib/mushikago/hotaru/word_get_request.rb +16 -0
- data/lib/mushikago/hotaru/word_list_request.rb +20 -0
- data/lib/mushikago/http/client.rb +5 -1
- data/lib/mushikago/http/request.rb +5 -0
- data/lib/mushikago/http/response.rb +7 -0
- data/lib/mushikago/version.rb +1 -1
- data/spec/mushikago/auth/signature_spec.rb +1 -2
- data/spec/mushikago/http/client_spec.rb +3 -2
- data/spec/mushikago/http/request_spec.rb +1 -3
- data/spec/mushikago/tombo/client_spec.rb +3 -2
- metadata +72 -21
- data/lib/mushikago/hotaru/request.rb +0 -32
- data/spec/mushikago/tombo/request_spec.rb +0 -23
@@ -106,7 +106,7 @@ MushikagoサービスのHTTPリクエストを表すクラス
|
|
106
106
|
|
107
107
|
</div><div id="subclasses">
|
108
108
|
<h2>Direct Known Subclasses</h2>
|
109
|
-
<p class="children"><span class='object_link'><a href="
|
109
|
+
<p class="children"><span class='object_link'><a href="DeleteRequest.html" title="Mushikago::Http::DeleteRequest (class)">DeleteRequest</a></span>, <span class='object_link'><a href="GetRequest.html" title="Mushikago::Http::GetRequest (class)">GetRequest</a></span>, <span class='object_link'><a href="MultipartRequest.html" title="Mushikago::Http::MultipartRequest (class)">MultipartRequest</a></span>, <span class='object_link'><a href="PostRequest.html" title="Mushikago::Http::PostRequest (class)">PostRequest</a></span>, <span class='object_link'><a href="PutRequest.html" title="Mushikago::Http::PutRequest (class)">PutRequest</a></span></p>
|
110
110
|
</div>
|
111
111
|
|
112
112
|
|
@@ -164,33 +164,6 @@ Host.
|
|
164
164
|
</p>
|
165
165
|
</div></span>
|
166
166
|
|
167
|
-
</li>
|
168
|
-
|
169
|
-
|
170
|
-
<li class="public ">
|
171
|
-
<span class="summary_signature">
|
172
|
-
|
173
|
-
<a href="#http_method-instance_method" title="#http_method (instance method)">- (String) <strong>http_method</strong> </a>
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
</span>
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
<span class="summary_desc"><div class='inline'><p>
|
190
|
-
Http_method.
|
191
|
-
</p>
|
192
|
-
</div></span>
|
193
|
-
|
194
167
|
</li>
|
195
168
|
|
196
169
|
|
@@ -371,7 +344,7 @@ Port.
|
|
371
344
|
<li class="public ">
|
372
345
|
<span class="summary_signature">
|
373
346
|
|
374
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Request) <strong>initialize</strong> </a>
|
347
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Request) <strong>initialize</strong>(options = {}) </a>
|
375
348
|
|
376
349
|
|
377
350
|
|
@@ -451,7 +424,7 @@ URLエンコードされ、&で接続されたパラメータの文字列.
|
|
451
424
|
<div class="method_details first">
|
452
425
|
<p class="signature first" id="initialize-instance_method">
|
453
426
|
|
454
|
-
- (<tt><span class='object_link'><a href="" title="Mushikago::Http::Request (class)">Request</a></span></tt>) <strong>initialize</strong>
|
427
|
+
- (<tt><span class='object_link'><a href="" title="Mushikago::Http::Request (class)">Request</a></span></tt>) <strong>initialize</strong>(options = {})
|
455
428
|
|
456
429
|
|
457
430
|
|
@@ -473,25 +446,27 @@ A new instance of Request
|
|
473
446
|
<pre class="lines">
|
474
447
|
|
475
448
|
|
449
|
+
19
|
450
|
+
20
|
476
451
|
21
|
477
452
|
22
|
478
453
|
23
|
479
454
|
24
|
480
455
|
25
|
481
456
|
26
|
482
|
-
27
|
483
|
-
28</pre>
|
457
|
+
27</pre>
|
484
458
|
</td>
|
485
459
|
<td>
|
486
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
460
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 19</span>
|
487
461
|
|
488
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
|
462
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
489
463
|
<span class='ivar'>@headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
490
|
-
<span class='
|
491
|
-
<span class='
|
464
|
+
<span class='id identifier rubyid_endpoint'>endpoint</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:endpoint</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='const'>Mushikago</span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_endpoint'>endpoint</span>
|
465
|
+
<span class='id identifier rubyid_host'>host</span><span class='comma'>,</span> <span class='id identifier rubyid_port'>port</span> <span class='op'>=</span> <span class='id identifier rubyid_endpoint'>endpoint</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>:</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
466
|
+
<span class='ivar'>@host</span> <span class='op'>=</span> <span class='id identifier rubyid_host'>host</span>
|
467
|
+
<span class='ivar'>@port</span> <span class='op'>=</span> <span class='id identifier rubyid_port'>port</span>
|
492
468
|
<span class='ivar'>@path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span>
|
493
|
-
<span class='ivar'>@params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
494
|
-
<span class='ivar'>@http_method</span> <span class='op'>=</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span><span class='period'>.</span><span class='id identifier rubyid_method'>method</span>
|
469
|
+
<span class='ivar'>@params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
495
470
|
<span class='kw'>end</span></pre>
|
496
471
|
</td>
|
497
472
|
</tr>
|
@@ -612,68 +587,6 @@ host
|
|
612
587
|
<pre class="lines">
|
613
588
|
|
614
589
|
|
615
|
-
13
|
616
|
-
14
|
617
|
-
15</pre>
|
618
|
-
</td>
|
619
|
-
<td>
|
620
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 13</span>
|
621
|
-
|
622
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_host'>host</span>
|
623
|
-
<span class='ivar'>@host</span>
|
624
|
-
<span class='kw'>end</span></pre>
|
625
|
-
</td>
|
626
|
-
</tr>
|
627
|
-
</table>
|
628
|
-
</div>
|
629
|
-
|
630
|
-
|
631
|
-
<span id="http_method=-instance_method"></span>
|
632
|
-
<span id="http_method-instance_method"></span>
|
633
|
-
<div class="method_details ">
|
634
|
-
<p class="signature " id="http_method-instance_method">
|
635
|
-
|
636
|
-
- (<tt>String</tt>) <strong>http_method</strong>
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
</p><div class="docstring">
|
641
|
-
<div class="discussion">
|
642
|
-
<p>
|
643
|
-
Http_method
|
644
|
-
</p>
|
645
|
-
|
646
|
-
|
647
|
-
</div>
|
648
|
-
</div>
|
649
|
-
<div class="tags">
|
650
|
-
|
651
|
-
<h3>Returns:</h3>
|
652
|
-
<ul class="return">
|
653
|
-
|
654
|
-
<li>
|
655
|
-
|
656
|
-
|
657
|
-
<span class='type'>(<tt>String</tt>)</span>
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
—
|
662
|
-
<div class='inline'><p>
|
663
|
-
http_method
|
664
|
-
</p>
|
665
|
-
</div>
|
666
|
-
|
667
|
-
</li>
|
668
|
-
|
669
|
-
</ul>
|
670
|
-
|
671
|
-
</div><table class="source_code">
|
672
|
-
<tr>
|
673
|
-
<td>
|
674
|
-
<pre class="lines">
|
675
|
-
|
676
|
-
|
677
590
|
11
|
678
591
|
12
|
679
592
|
13</pre>
|
@@ -681,8 +594,8 @@ http_method
|
|
681
594
|
<td>
|
682
595
|
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 11</span>
|
683
596
|
|
684
|
-
<span class='kw'>def</span> <span class='id identifier
|
685
|
-
<span class='ivar'>@
|
597
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_host'>host</span>
|
598
|
+
<span class='ivar'>@host</span>
|
686
599
|
<span class='kw'>end</span></pre>
|
687
600
|
</td>
|
688
601
|
</tr>
|
@@ -736,12 +649,12 @@ params
|
|
736
649
|
<pre class="lines">
|
737
650
|
|
738
651
|
|
739
|
-
|
740
|
-
|
741
|
-
|
652
|
+
17
|
653
|
+
18
|
654
|
+
19</pre>
|
742
655
|
</td>
|
743
656
|
<td>
|
744
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
657
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 17</span>
|
745
658
|
|
746
659
|
<span class='kw'>def</span> <span class='id identifier rubyid_params'>params</span>
|
747
660
|
<span class='ivar'>@params</span>
|
@@ -798,12 +711,12 @@ path
|
|
798
711
|
<pre class="lines">
|
799
712
|
|
800
713
|
|
801
|
-
|
802
|
-
|
803
|
-
|
714
|
+
15
|
715
|
+
16
|
716
|
+
17</pre>
|
804
717
|
</td>
|
805
718
|
<td>
|
806
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
719
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 15</span>
|
807
720
|
|
808
721
|
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span>
|
809
722
|
<span class='ivar'>@path</span>
|
@@ -860,12 +773,12 @@ port
|
|
860
773
|
<pre class="lines">
|
861
774
|
|
862
775
|
|
863
|
-
|
864
|
-
|
865
|
-
|
776
|
+
13
|
777
|
+
14
|
778
|
+
15</pre>
|
866
779
|
</td>
|
867
780
|
<td>
|
868
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
781
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 13</span>
|
869
782
|
|
870
783
|
<span class='kw'>def</span> <span class='id identifier rubyid_port'>port</span>
|
871
784
|
<span class='ivar'>@port</span>
|
@@ -978,18 +891,18 @@ port
|
|
978
891
|
<pre class="lines">
|
979
892
|
|
980
893
|
|
981
|
-
97
|
982
|
-
98
|
983
|
-
99
|
984
|
-
100
|
985
894
|
101
|
986
895
|
102
|
987
896
|
103
|
988
897
|
104
|
989
|
-
105
|
898
|
+
105
|
899
|
+
106
|
900
|
+
107
|
901
|
+
108
|
902
|
+
109</pre>
|
990
903
|
</td>
|
991
904
|
<td>
|
992
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
905
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 101</span>
|
993
906
|
|
994
907
|
<span class='kw'>def</span> <span class='id identifier rubyid_add_param'>add_param</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_transform'>transform</span>
|
995
908
|
<span class='id identifier rubyid_attr_accessor'>attr_accessor</span> <span class='id identifier rubyid_name'>name</span>
|
@@ -1076,13 +989,13 @@ port
|
|
1076
989
|
<pre class="lines">
|
1077
990
|
|
1078
991
|
|
992
|
+
37
|
1079
993
|
38
|
1080
994
|
39
|
1081
|
-
40
|
1082
|
-
41</pre>
|
995
|
+
40</pre>
|
1083
996
|
</td>
|
1084
997
|
<td>
|
1085
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
998
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 37</span>
|
1086
999
|
|
1087
1000
|
<span class='kw'>def</span> <span class='op'>[]</span> <span class='id identifier rubyid_key'>key</span>
|
1088
1001
|
<span class='id identifier rubyid_param'>param</span> <span class='op'>=</span> <span class='id identifier rubyid_params'>params</span><span class='period'>.</span><span class='id identifier rubyid_detect'>detect</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span> <span class='id identifier rubyid_p'>p</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span> <span class='op'>==</span> <span class='id identifier rubyid_key'>key</span><span class='rbrace'>}</span>
|
@@ -1153,12 +1066,12 @@ port
|
|
1153
1066
|
<pre class="lines">
|
1154
1067
|
|
1155
1068
|
|
1069
|
+
31
|
1156
1070
|
32
|
1157
|
-
33
|
1158
|
-
34</pre>
|
1071
|
+
33</pre>
|
1159
1072
|
</td>
|
1160
1073
|
<td>
|
1161
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
1074
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 31</span>
|
1162
1075
|
|
1163
1076
|
<span class='kw'>def</span> <span class='op'>[]=</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span>
|
1164
1077
|
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
|
@@ -1212,17 +1125,17 @@ HTTPリクエスト
|
|
1212
1125
|
<pre class="lines">
|
1213
1126
|
|
1214
1127
|
|
1128
|
+
49
|
1215
1129
|
50
|
1216
1130
|
51
|
1217
1131
|
52
|
1218
1132
|
53
|
1219
1133
|
54
|
1220
1134
|
55
|
1221
|
-
56
|
1222
|
-
57</pre>
|
1135
|
+
56</pre>
|
1223
1136
|
</td>
|
1224
1137
|
<td>
|
1225
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
1138
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 49</span>
|
1226
1139
|
|
1227
1140
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_http_request'>to_http_request</span>
|
1228
1141
|
<span class='id identifier rubyid_http_request'>http_request</span> <span class='op'>=</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
@@ -1281,12 +1194,12 @@ URLエンコードされ、&で接続されたパラメータの文字列
|
|
1281
1194
|
<pre class="lines">
|
1282
1195
|
|
1283
1196
|
|
1197
|
+
43
|
1284
1198
|
44
|
1285
|
-
45
|
1286
|
-
46</pre>
|
1199
|
+
45</pre>
|
1287
1200
|
</td>
|
1288
1201
|
<td>
|
1289
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line
|
1202
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/request.rb', line 43</span>
|
1290
1203
|
|
1291
1204
|
<span class='kw'>def</span> <span class='id identifier rubyid_url_encoded_params'>url_encoded_params</span>
|
1292
1205
|
<span class='id identifier rubyid_params'>params</span><span class='period'>.</span><span class='id identifier rubyid_sort'>sort</span><span class='period'>.</span><span class='id identifier rubyid_select'>select</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span> <span class='id identifier rubyid_p'>p</span><span class='lbracket'>[</span><span class='int'>1</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span><span class='lparen'>(</span><span class='const'>String</span><span class='rparen'>)</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_collect'>collect</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_pp'>pp</span><span class='op'>|</span> <span class='id identifier rubyid_pp'>pp</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span> <span class='id identifier rubyid_encode'>encode</span> <span class='id identifier rubyid_p'>p</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>=</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>&</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
@@ -1301,7 +1214,7 @@ URLエンコードされ、&で接続されたパラメータの文字列
|
|
1301
1214
|
</div>
|
1302
1215
|
|
1303
1216
|
<div id="footer">
|
1304
|
-
Generated on
|
1217
|
+
Generated on Mon Feb 20 09:55:32 2012 by
|
1305
1218
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1306
1219
|
0.7.4 (ruby-1.9.2).
|
1307
1220
|
</div>
|
@@ -302,6 +302,27 @@ A new instance of Response.
|
|
302
302
|
</p>
|
303
303
|
</div></span>
|
304
304
|
|
305
|
+
</li>
|
306
|
+
|
307
|
+
|
308
|
+
<li class="public ">
|
309
|
+
<span class="summary_signature">
|
310
|
+
|
311
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
</span>
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
325
|
+
|
305
326
|
</li>
|
306
327
|
|
307
328
|
|
@@ -769,6 +790,40 @@ A new instance of Response
|
|
769
790
|
</td>
|
770
791
|
</tr>
|
771
792
|
</table>
|
793
|
+
</div>
|
794
|
+
|
795
|
+
<div class="method_details ">
|
796
|
+
<p class="signature " id="to_s-instance_method">
|
797
|
+
|
798
|
+
- (<tt>Object</tt>) <strong>to_s</strong>
|
799
|
+
|
800
|
+
|
801
|
+
|
802
|
+
</p><table class="source_code">
|
803
|
+
<tr>
|
804
|
+
<td>
|
805
|
+
<pre class="lines">
|
806
|
+
|
807
|
+
|
808
|
+
53
|
809
|
+
54
|
810
|
+
55
|
811
|
+
56
|
812
|
+
57
|
813
|
+
58</pre>
|
814
|
+
</td>
|
815
|
+
<td>
|
816
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/http/response.rb', line 53</span>
|
817
|
+
|
818
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
819
|
+
<span class='lbrace'>{</span>
|
820
|
+
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>@meta</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_meta'>meta</span><span class='comma'>,</span>
|
821
|
+
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>@response</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='id identifier rubyid_response'>response</span>
|
822
|
+
<span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_to_json'>to_json</span>
|
823
|
+
<span class='kw'>end</span></pre>
|
824
|
+
</td>
|
825
|
+
</tr>
|
826
|
+
</table>
|
772
827
|
</div>
|
773
828
|
|
774
829
|
</div>
|
@@ -776,7 +831,7 @@ A new instance of Response
|
|
776
831
|
</div>
|
777
832
|
|
778
833
|
<div id="footer">
|
779
|
-
Generated on
|
834
|
+
Generated on Mon Feb 20 09:55:32 2012 by
|
780
835
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
781
836
|
0.7.4 (ruby-1.9.2).
|
782
837
|
</div>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
<dt class="r1 last">Defined in:</dt>
|
75
75
|
<dd class="r1 last">lib/mushikago/mitsubachi.rb<span class="defines">,<br />
|
76
|
-
lib/mushikago/mitsubachi/
|
76
|
+
lib/mushikago/mitsubachi/script.rb,<br /> lib/mushikago/mitsubachi/client.rb,<br /> lib/mushikago/mitsubachi/scripts.rb,<br /> lib/mushikago/mitsubachi/project.rb,<br /> lib/mushikago/mitsubachi/resource.rb,<br /> lib/mushikago/mitsubachi/projects.rb,<br /> lib/mushikago/mitsubachi/resources.rb,<br /> lib/mushikago/mitsubachi/http_push_request.rb,<br /> lib/mushikago/mitsubachi/script_get_request.rb,<br /> lib/mushikago/mitsubachi/http_fetch_request.rb,<br /> lib/mushikago/mitsubachi/script_list_request.rb,<br /> lib/mushikago/mitsubachi/project_list_request.rb,<br /> lib/mushikago/mitsubachi/project_info_request.rb,<br /> lib/mushikago/mitsubachi/resource_get_request.rb,<br /> lib/mushikago/mitsubachi/script_deploy_request.rb,<br /> lib/mushikago/mitsubachi/resource_list_request.rb,<br /> lib/mushikago/mitsubachi/script_delete_request.rb,<br /> lib/mushikago/mitsubachi/project_queues_request.rb,<br /> lib/mushikago/mitsubachi/project_update_request.rb,<br /> lib/mushikago/mitsubachi/project_create_request.rb,<br /> lib/mushikago/mitsubachi/project_delete_request.rb,<br /> lib/mushikago/mitsubachi/resource_store_request.rb,<br /> lib/mushikago/mitsubachi/resource_delete_request.rb,<br /> lib/mushikago/mitsubachi/project_discontinue_request.rb</span>
|
77
77
|
</dd>
|
78
78
|
|
79
79
|
</dl>
|
@@ -97,7 +97,7 @@ mitsubachiにアクセスするためのモジュール
|
|
97
97
|
|
98
98
|
|
99
99
|
|
100
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Mitsubachi/Client.html" title="Mushikago::Mitsubachi::Client (class)">Client</a></span>, <span class='object_link'><a href="Mitsubachi/HttpFetchRequest.html" title="Mushikago::Mitsubachi::HttpFetchRequest (class)">HttpFetchRequest</a></span>, <span class='object_link'><a href="Mitsubachi/HttpPushRequest.html" title="Mushikago::Mitsubachi::HttpPushRequest (class)">HttpPushRequest</a></span>, <span class='object_link'><a href="Mitsubachi/
|
100
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Mitsubachi/Client.html" title="Mushikago::Mitsubachi::Client (class)">Client</a></span>, <span class='object_link'><a href="Mitsubachi/HttpFetchRequest.html" title="Mushikago::Mitsubachi::HttpFetchRequest (class)">HttpFetchRequest</a></span>, <span class='object_link'><a href="Mitsubachi/HttpPushRequest.html" title="Mushikago::Mitsubachi::HttpPushRequest (class)">HttpPushRequest</a></span>, <span class='object_link'><a href="Mitsubachi/Project.html" title="Mushikago::Mitsubachi::Project (class)">Project</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectCreateRequest.html" title="Mushikago::Mitsubachi::ProjectCreateRequest (class)">ProjectCreateRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectDeleteRequest.html" title="Mushikago::Mitsubachi::ProjectDeleteRequest (class)">ProjectDeleteRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectDiscontinueRequest.html" title="Mushikago::Mitsubachi::ProjectDiscontinueRequest (class)">ProjectDiscontinueRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectInfoRequest.html" title="Mushikago::Mitsubachi::ProjectInfoRequest (class)">ProjectInfoRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectListRequest.html" title="Mushikago::Mitsubachi::ProjectListRequest (class)">ProjectListRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectQueuesRequest.html" title="Mushikago::Mitsubachi::ProjectQueuesRequest (class)">ProjectQueuesRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ProjectUpdateRequest.html" title="Mushikago::Mitsubachi::ProjectUpdateRequest (class)">ProjectUpdateRequest</a></span>, <span class='object_link'><a href="Mitsubachi/Projects.html" title="Mushikago::Mitsubachi::Projects (class)">Projects</a></span>, <span class='object_link'><a href="Mitsubachi/Resource.html" title="Mushikago::Mitsubachi::Resource (class)">Resource</a></span>, <span class='object_link'><a href="Mitsubachi/ResourceDeleteRequest.html" title="Mushikago::Mitsubachi::ResourceDeleteRequest (class)">ResourceDeleteRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ResourceGetRequest.html" title="Mushikago::Mitsubachi::ResourceGetRequest (class)">ResourceGetRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ResourceListRequest.html" title="Mushikago::Mitsubachi::ResourceListRequest (class)">ResourceListRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ResourceStoreRequest.html" title="Mushikago::Mitsubachi::ResourceStoreRequest (class)">ResourceStoreRequest</a></span>, <span class='object_link'><a href="Mitsubachi/Resources.html" title="Mushikago::Mitsubachi::Resources (class)">Resources</a></span>, <span class='object_link'><a href="Mitsubachi/Script.html" title="Mushikago::Mitsubachi::Script (class)">Script</a></span>, <span class='object_link'><a href="Mitsubachi/ScriptDeleteRequest.html" title="Mushikago::Mitsubachi::ScriptDeleteRequest (class)">ScriptDeleteRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ScriptDeployRequest.html" title="Mushikago::Mitsubachi::ScriptDeployRequest (class)">ScriptDeployRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ScriptGetRequest.html" title="Mushikago::Mitsubachi::ScriptGetRequest (class)">ScriptGetRequest</a></span>, <span class='object_link'><a href="Mitsubachi/ScriptListRequest.html" title="Mushikago::Mitsubachi::ScriptListRequest (class)">ScriptListRequest</a></span>, <span class='object_link'><a href="Mitsubachi/Scripts.html" title="Mushikago::Mitsubachi::Scripts (class)">Scripts</a></span>
|
101
101
|
|
102
102
|
|
103
103
|
</p>
|
@@ -111,7 +111,7 @@ mitsubachiにアクセスするためのモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Mon Feb 20 09:55:31 2012 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.7.4 (ruby-1.9.2).
|
117
117
|
</div>
|
@@ -140,7 +140,7 @@ APIキーをファイルから読み込む場合
|
|
140
140
|
<h2>Instance Attribute Summary</h2>
|
141
141
|
|
142
142
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Client.html" title="Mushikago::Http::Client (class)">Http::Client</a></span></h3>
|
143
|
-
<p class="inherited"><span class='object_link'><a href="../Http/Client.html#api_key-instance_method" title="Mushikago::Http::Client#api_key (method)">api_key</a></span>, <span class='object_link'><a href="../Http/Client.html#signer-instance_method" title="Mushikago::Http::Client#signer (method)">signer</a></span></p>
|
143
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Client.html#api_key-instance_method" title="Mushikago::Http::Client#api_key (method)">api_key</a></span>, <span class='object_link'><a href="../Http/Client.html#signer-instance_method" title="Mushikago::Http::Client#signer (method)">signer</a></span>, <span class='object_link'><a href="../Http/Client.html#use_ssl-instance_method" title="Mushikago::Http::Client#use_ssl (method)">use_ssl</a></span></p>
|
144
144
|
|
145
145
|
|
146
146
|
|
@@ -3223,7 +3223,7 @@ script/listを発行します
|
|
3223
3223
|
</div>
|
3224
3224
|
|
3225
3225
|
<div id="footer">
|
3226
|
-
Generated on
|
3226
|
+
Generated on Mon Feb 20 09:55:33 2012 by
|
3227
3227
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3228
3228
|
0.7.4 (ruby-1.9.2).
|
3229
3229
|
</div>
|
@@ -66,14 +66,14 @@
|
|
66
66
|
|
67
67
|
<dt class="r1">Inherits:</dt>
|
68
68
|
<dd class="r1">
|
69
|
-
<span class="inheritName"><span class='object_link'><a href="
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></span>
|
70
70
|
|
71
71
|
<ul class="fullTree">
|
72
72
|
<li>Object</li>
|
73
73
|
|
74
74
|
<li class="next"><span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></li>
|
75
75
|
|
76
|
-
<li class="next"><span class='object_link'><a href="
|
76
|
+
<li class="next"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></li>
|
77
77
|
|
78
78
|
<li class="next">Mushikago::Mitsubachi::HttpFetchRequest</li>
|
79
79
|
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<h2>Instance Attribute Summary</h2>
|
125
125
|
|
126
126
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Http::Request</a></span></h3>
|
127
|
-
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#
|
127
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#params-instance_method" title="Mushikago::Http::Request#params (method)">params</a></span>, <span class='object_link'><a href="../Http/Request.html#path-instance_method" title="Mushikago::Http::Request#path (method)">path</a></span>, <span class='object_link'><a href="../Http/Request.html#port-instance_method" title="Mushikago::Http::Request#port (method)">port</a></span></p>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -164,28 +164,7 @@ A new instance of HttpFetchRequest.
|
|
164
164
|
<li class="public ">
|
165
165
|
<span class="summary_signature">
|
166
166
|
|
167
|
-
<a href="#
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</span>
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
181
|
-
|
182
|
-
</li>
|
183
|
-
|
184
|
-
|
185
|
-
<li class="public ">
|
186
|
-
<span class="summary_signature">
|
187
|
-
|
188
|
-
<a href="#new_http_request-instance_method" title="#new_http_request (instance method)">- (Object) <strong>new_http_request</strong> </a>
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
189
168
|
|
190
169
|
|
191
170
|
|
@@ -214,6 +193,11 @@ A new instance of HttpFetchRequest.
|
|
214
193
|
|
215
194
|
|
216
195
|
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/PostRequest.html#http_method-instance_method" title="Mushikago::Http::PostRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
217
201
|
|
218
202
|
|
219
203
|
|
@@ -298,9 +282,9 @@ A new instance of HttpFetchRequest
|
|
298
282
|
|
299
283
|
|
300
284
|
<div class="method_details first">
|
301
|
-
<p class="signature first" id="
|
285
|
+
<p class="signature first" id="path-instance_method">
|
302
286
|
|
303
|
-
- (<tt>Object</tt>) <strong>
|
287
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
304
288
|
|
305
289
|
|
306
290
|
|
@@ -315,35 +299,7 @@ A new instance of HttpFetchRequest
|
|
315
299
|
<td>
|
316
300
|
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/http_fetch_request.rb', line 5</span>
|
317
301
|
|
318
|
-
<span class='kw'>def</span> <span class='id identifier
|
319
|
-
</td>
|
320
|
-
</tr>
|
321
|
-
</table>
|
322
|
-
</div>
|
323
|
-
|
324
|
-
<div class="method_details ">
|
325
|
-
<p class="signature " id="new_http_request-instance_method">
|
326
|
-
|
327
|
-
- (<tt>Object</tt>) <strong>new_http_request</strong>
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
</p><table class="source_code">
|
332
|
-
<tr>
|
333
|
-
<td>
|
334
|
-
<pre class="lines">
|
335
|
-
|
336
|
-
|
337
|
-
27
|
338
|
-
28
|
339
|
-
29</pre>
|
340
|
-
</td>
|
341
|
-
<td>
|
342
|
-
<pre class="code"><span class="info file"># File 'lib/mushikago/mitsubachi/http_fetch_request.rb', line 27</span>
|
343
|
-
|
344
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_new_http_request'>new_http_request</span>
|
345
|
-
<span class='id identifier rubyid_new_http_post_request'>new_http_post_request</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
346
|
-
<span class='kw'>end</span></pre>
|
302
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/1/mitsubachi/http/fetch.json</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
347
303
|
</td>
|
348
304
|
</tr>
|
349
305
|
</table>
|
@@ -354,7 +310,7 @@ A new instance of HttpFetchRequest
|
|
354
310
|
</div>
|
355
311
|
|
356
312
|
<div id="footer">
|
357
|
-
Generated on
|
313
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
358
314
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
359
315
|
0.7.4 (ruby-1.9.2).
|
360
316
|
</div>
|