-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I was writing some one-off Alpha Vantage API calls in my portfolio analysis program when I ran up against the rate limitations of 5 API calls per minute (100 per day) on the FREE api key. The API does not provide any rate info in the response headers, so I had to do a one-off on the task I was working.
Then I remember that I outta check RubyGems to see if anyone had already written a gem for this API. Found yours. Reviewed the code. It is nice and clean. Very impressive. I liked the way you grouped the indicators.
What I was thinking is that we need to have some kind of program wide rate monitoring. The place to put that would be in the client. Its been two years and you have an outstanding PR against the README file. Have you burned out on this gem?