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
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.http_private_client(key, secret) ⇒ Object
14 15 16 |
# File 'lib/bitflyer.rb', line 14 def http_private_client(key, secret) Bitflyer::HTTP::Private::Client.new(key, secret) end |
.http_public_client ⇒ Object
10 11 12 |
# File 'lib/bitflyer.rb', line 10 def http_public_client Bitflyer::HTTP::Public::Client.new end |
.realtime_client ⇒ Object
6 7 8 |
# File 'lib/bitflyer.rb', line 6 def realtime_client Bitflyer::Realtime::Client.new end |