-
Notifications
You must be signed in to change notification settings - Fork 173
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
Rate Limit Bug #81
Labels
Comments
hphuhtin
added a commit
to Communauts/podio-php
that referenced
this issue
Nov 28, 2015
Check that API rate limit information exists before trying to return it (ie. a reply has been received from the API from a request).
daniel-sc
added a commit
to daniel-sc/podio-php
that referenced
this issue
Jan 29, 2016
daniel-sc
added a commit
to daniel-sc/podio-php
that referenced
this issue
Jan 29, 2016
Would love to see these fixes from @daniel-sc merged back into master! |
daniel-sc
added a commit
that referenced
this issue
Nov 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When requesting the Rate Limit / Rate Limit Remaining, when no request has been done yet, the library will crash. There needs to be done some checking if the rate limit is set.
The text was updated successfully, but these errors were encountered: