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 Sep 20, 2024. It is now read-only.
Callers should always check the value of the ok params in the response.
Therefore, even if you make a request and it returns 200, it isn't guaranteed that you will receive a JSON object that you expect. It would be nice to see this reflected in the call_api method here.
The text was updated successfully, but these errors were encountered:
According to their docs...
Callers should always check the value of the ok params in the response.
Therefore, even if you make a request and it returns
200
, it isn't guaranteed that you will receive a JSON object that you expect. It would be nice to see this reflected in thecall_api
method here.The text was updated successfully, but these errors were encountered: