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
In its current implementation, the function validate_response returns NULL it if receives an HTTP status code that is not explicitly listed in the switch.
A default branch with an informative error message should be added.
In its current implementation, the function
validate_response
returnsNULL
it if receives an HTTP status code that is not explicitly listed in the switch.A default branch with an informative error message should be added.
https://github.com/KOF-ch/kofdata/blob/main/R/validate_response.R
The text was updated successfully, but these errors were encountered: