You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
While messing around with the Giphy API, I got rate limited and errors started invading my console. The problem was the result didn't have a meta object, instead, it just had a msg.
{"message": "API rate limit exceeded"}
If this is intended behavior, it should be noted on the docs, because https://developers.giphy.com/docs/#response-codes says a meta object will be returned, something that doesn't happen when being rate limited.
Thank you.
The text was updated successfully, but these errors were encountered:
While messing around with the Giphy API, I got rate limited and errors started invading my console. The problem was the result didn't have a meta object, instead, it just had a msg.
If this is intended behavior, it should be noted on the docs, because https://developers.giphy.com/docs/#response-codes says a meta object will be returned, something that doesn't happen when being rate limited.
Thank you.
The text was updated successfully, but these errors were encountered: