cryptocoincharts_api 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/cryptocoincharts_api/api.rb +2 -2
- data/lib/cryptocoincharts_api/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -11,8 +11,8 @@ module CryptocoinchartsApi
|
|
11
11
|
api_call "tradingPair/#{currency_1}_#{currency_2}", options
|
12
12
|
end
|
13
13
|
|
14
|
-
def trading_pairs(
|
15
|
-
api_call "tradingPairs",
|
14
|
+
def trading_pairs(options={})
|
15
|
+
api_call "tradingPairs", options, :post
|
16
16
|
end
|
17
17
|
|
18
18
|
end
|