Method: Hive::RPC::HttpClient#rpc_batch_execute

Defined in:
lib/hive/rpc/http_client.rb

#rpc_batch_execute(options = {}, &block) ⇒ Object



157
158
159
160
161
# File 'lib/hive/rpc/http_client.rb', line 157

def rpc_batch_execute(options = {}, &block)
  api_name = options[:api_name]
  
  yield_response rpc_execute(api_name, nil, options), &block
end