crazzyghost / alphavantage-java

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

Fix defect of output size #5

Closed ajt001 closed 4 years ago

ajt001 commented 4 years ago

Output size is case sensitive in the AlphaAPI, and this code was defective, so FULL would never return.

crazzyghost commented 4 years ago

Hi @ajt001. This issue has been fixed in v1.0.2. The change was made in UrlExtractor.java so it won't be necessary to make changes across multiple files.

ajt001 commented 4 years ago

ok