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 was archived by the owner on Oct 23, 2019. It is now read-only.
Some APIs suddenly start returning unexpected formats and causing weird errors deep in the data handling code, which makes it hard to find the original error. I think at least for JSON api responses, defining a schema and validating the response against that may be best/easiest, and allow for easy detection of changes to the API.