module HasHTTPClient

Public Instance Methods

http_private_client() click to toggle source
# 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_client() click to toggle source
# File lib/bitflyer/cli/has_http_client.rb, line 7
def http_public_client
  @http_public_client ||= Bitflyer.http_public_client
end