Module: Bitflyer
- Defined in:
- lib/bitflyer.rb,
lib/bitflyer/http.rb,
lib/bitflyer/version.rb,
lib/bitflyer/realtime.rb,
lib/bitflyer/http/public.rb,
lib/bitflyer/http/private.rb,
lib/bitflyer/realtime/client.rb,
lib/bitflyer/realtime/websocket.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'2.0.2'
Class Method Summary collapse
- .http_private_client(key, secret) ⇒ Object
- .http_public_client ⇒ Object
- .realtime_client(key = nil, secret = nil) ⇒ Object
Class Method Details
.http_private_client(key, secret) ⇒ Object
16 17 18 |
# File 'lib/bitflyer.rb', line 16 def http_private_client(key, secret) Bitflyer::HTTP::Private::Client.new(key, secret) end |