Module: HasHTTPClient
- Includes:
- Authorization
- Included in:
- CancelAllCommand, CounterTradeCommand, IFDOCOByRangeCommand, OrderByBestCommand, OrderByTWAPCommand, StopByRangeCommand, SummaryCommand
- Defined in:
- lib/bitflyer/cli/has_http_client.rb
Instance Method Summary collapse
Methods included from Authorization
Instance Method Details
#http_private_client ⇒ Object
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_client ⇒ Object
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 |