lib//mushikago/mitsubachi/client.rb in mushikago-sdk-2.4.2 vs lib//mushikago/mitsubachi/client.rb in mushikago-sdk-2.4.3

- old
+ new

@@ -155,10 +155,11 @@ # @option options [String] :cookiejar # @option options [String] :parent_request_id # @option options [String] :group_id # @option options [String] :unique_key # @option options [Integer] :unique_key_expires + # @option options [String] :encode # @example # client.http_fetch('project01', 'http://www.tombo.ne.jp/', 'sample.rb', :follow_redirect => true) # @return [Mushikago::Http::Response] リクエストの結果 def http_fetch project_name, url, script_name, options={} request = HttpFetchRequest.new(project_name, url, script_name, options) @@ -180,9 +181,10 @@ # @option options [String] :cookiejar # @option options [String] :parent_request_id # @option options [String] :group_id # @option options [String] :unique_key # @option options [Integer] :unique_key_expires + # @option options [String] :encode # @example # client.http_push('project01', 'http://www.tombo.ne.jp/', 'sample.rb') # @return [Mushikago::Http::Response] リクエストの結果 def http_push project_name, url, script_name, file_name, file_input_key, options={} request = HttpPushRequest.new(project_name, url, script_name, file_name, file_input_key, options)