Module: HasHTTPClient

Instance Method Summary collapse

Methods included from Authorization

#api_key, #api_secret

Instance Method Details

#http_private_clientObject



11
12
13
# File 'lib/bitflyer/cli/has_http_client.rb', line 11

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

#http_public_clientObject



7
8
9
# File 'lib/bitflyer/cli/has_http_client.rb', line 7

def http_public_client
  @http_public_client ||= Bitflyer.http_public_client
end