Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-16 Thread John Ralls
Thanks. For future work you might also consider a throttling parameter at least for Alphavantage. Regards, John Ralls > On Jun 16, 2019, at 1:14 PM, Vincent Lucarelli > wrote: > > Hi, > > I think for the next release of Finance::Quote, Alphavantage.pm and IEXCloud > will only support envir

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-16 Thread Vincent Lucarelli
Hi, I think for the next release of Finance::Quote, Alphavantage.pm and IEXCloud will only support environment variables (named ALPHVANTAGE_API_KEY and IEXCLOUD_API_KEY). We are going to work on extending the new operator to allow setting instance variables, including module specific data. So

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread John Ralls
David, AQBanking maintains its own set of settings files in ~/.aqbanking. Finance::Quote at present doesn't keep any user state. Regards, John Ralls > On Jun 15, 2019, at 5:52 PM, David Carlson > wrote: > > I believe the AQ Banking feature has already solved the issue of saving > usernames

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread David Carlson
I believe the AQ Banking feature has already solved the issue of saving usernames and passwords for multiple financial institutions in a manner that is easily migrated to new GnuCash releases. Is it possible to do the API Key thing in a manner that would seem very little different to the user?

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread John Ralls
> On Jun 15, 2019, at 9:17 AM, Vincent Lucarelli > wrote: > > Hi, > > We are working on the next release of Finance::Quote and will try to add > https://iexcloud.io/ as a new module. > > Like Alphavantage, users will need to register and get an API key. > > Since Gn

[GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread Vincent Lucarelli
Hi, We are working on the next release of Finance::Quote and will try to add https://iexcloud.io/ as a new module. Like Alphavantage, users will need to register and get an API key. Since GnuCash is a major user of Finance::Quote, I wanted to get opinions on how to handl