abelardogilm / kucoin_ruby

KuCoin API Gem
MIT License
8 stars 5 forks source link

Initialize Keys #4

Open mchalise opened 6 years ago

mchalise commented 6 years ago

Is there any other way to provide

KUCOIN_KEY=YOUR_KEY KUCOIN_SECRET=YOUR_SECRET

keys without assigning it to ENV variable or direct connection initialization? Thanks

abelardogilm commented 6 years ago

Hi @mchalise nice to meet you.

I'm not having time to improve the gem, but move KEY and SECRET to configuration instead of ENVs is next in the route.

Feel free if you want to change it, I think I will need one week more to have it done

Thanks :D