quandl / quandl-python

MIT License
1.39k stars 340 forks source link

Allow for multiple users to connect with their own Quandl API keys #136

Closed KMouratidis closed 5 years ago

KMouratidis commented 5 years ago

I am creating an integration with Quandl to allow users to give their API keys to ingest data in my app and ease their analytical pipelines. As per the docs, this is achieved with this line of code:

quandl.ApiConfig.api_key = api_key

This seems to only allow requests from only one key at a time. Is there another interface where you can create connection objections (much like other APIs allow, e.g. twitter, google, reddit, ...)?

KMouratidis commented 5 years ago

It seems the API key can be specified per-request in quandl.get instead of once at the ApiConfig.