coingecko / cryptoexchange

[UNMAINTAINED] Ruby library to query market data from cryptocurrency exchanges (https://www.coingecko.com)
https://www.coingecko.com
MIT License
297 stars 239 forks source link

Streamline gem user managed API keys for calls #484

Open tmlee opened 6 years ago

tmlee commented 6 years ago

Some API calls require the user to have an API calls to make API calls

For example https://github.com/coingecko/cryptoexchange/pull/417 https://github.com/coingecko/cryptoexchange/issues/411

There needs to be a way to load the key in the config of the Rails environment and feed that key into the libraries.

Swingcloud commented 5 years ago

@tmlee I just updated #411, you may take a look