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
There's many edge cases that kitsu currently doesn't test its spec compliance with. Discussion about a test suite cropped up at json-api/json-api#1209, but they're all Ruby solutions at the moment.
Ideally we just want generic JSON responses that contains everything the spec allows.
An initial implementation has been added in __cases__ and the Kitsu class spec for get requests.
The text was updated successfully, but these errors were encountered:
There's many edge cases that
kitsu
currently doesn't test its spec compliance with. Discussion about a test suite cropped up at json-api/json-api#1209, but they're all Ruby solutions at the moment.Ideally we just want generic JSON responses that contains everything the spec allows.
An initial implementation has been added in __cases__ and the Kitsu class spec for get requests.
The text was updated successfully, but these errors were encountered: