-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just do "Get Gelocation id" one time, not on every Iteration-Cyrcle #41
Comments
Hi @cdellasanta
So I do 3 calls per iteration. Where I assume that the "getToken" call is not really counted as a request. I did a fix today. now the geolocation id is read only 1x and reused afterwards. So in the actual version (current master branch in Github) 49 forecast calls should be possible. I am currently testing this and, if successful, I will make a new release 0.9.1. |
resolved with release 0.9.1 |
The new API limits the Calls to 50/day. So we need to be sparing with the requests. the geolocation id actually only needs to be read the first time for requesting the forecasts. After that, the value can be used again for each forecast request.
The text was updated successfully, but these errors were encountered: