Module: HasHTTPClient

Instance Method Summary collapse

Methods included from Authorization

#api_key, #api_secret

Instance Method Details

#http_private_clientObject



13
14
15
# File 'lib/bitflyer/cli/has_http_client.rb', line 13

def http_private_client
  @http_private_client ||= Bitflyer.http_private_client(api_key, api_secret)
end

#http_public_clientObject



9
10
11
# File 'lib/bitflyer/cli/has_http_client.rb', line 9

def http_public_client
  @http_public_client ||= Bitflyer.http_public_client
end