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, ...)?
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, ...)?