We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166c08c commit 68c83beCopy full SHA for 68c83be
README.md
@@ -10,8 +10,9 @@ Use the code at your OWN risk.
10
## Usage
11
12
```ruby
13
-bithumb_api = Bithumb.new(bithumb_keys['API_KEY'], bithumb_keys['SECRET_KEY'])
14
-coinone_api = Coinone.new(coinone_keys['API_KEY'], coinone_keys['SECRET_KEY'])
+logger = Logger.new
+bithumb_api = Bithumb.new(bithumb_keys['API_KEY'], bithumb_keys['SECRET_KEY'], logger)
15
+coinone_api = Coinone.new(coinone_keys['API_KEY'], coinone_keys['SECRET_KEY'], logger)
16
17
p bithumb_api.balance('eos')
18
p coinone_api.balance('eos')
0 commit comments