bitfinexcom / bitfinex-api-rb

BITFINEX Ruby trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
81 stars 95 forks source link

Facing issue with uninitialized constant Bitfinex::Client (NameError). #78

Closed ramror3 closed 6 years ago

ramror3 commented 6 years ago

Hi, I'm working on the Bitifinex API integration to my application. I have created the file in the config folder. When I'm running the server is getting uninitialized constant Bitfinex:: Client (NameError). Could you please help me with this issue. Please refer the below screenshot. bitfinex

ilyacherevkov commented 6 years ago

You are using old version of the library. Initialisation params now are passed through params hash instead of block.

f3rno commented 6 years ago

Exactly, please have a look at the new readme. Thanks for your answer @ilyacherevkov

ramror3 commented 6 years ago

Thanks for giving replay both of you @ilyacherevkov and @f3rno. I have fixed the issue.