crazzyghost / alphavantage-java

Fluent Java wrapper for Alpha Vantage API
MIT License
80 stars 35 forks source link

Support of free/premium tiers and request throttling #32

Open deepaktripathy opened 3 months ago

deepaktripathy commented 3 months ago

I was looking at the library usage code for rate limiting/throttling. Is this already implemented or planned to? If not, will it be ok to integrate Bucket4J for rate limiting for different tiers and raise a pull request?