module BitflyerApi

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/bitflyer_api.rb, line 10
def self.client
  BitflyerApi::Client.new(key, secret)
end