wopian / kitsu

🦊 A simple, lightweight & framework agnostic JSON:API client
https://yarn.fyi/kitsu
MIT License
266 stars 42 forks source link

JSON:API 1.0 and 1.1 specification compliance test cases #82

Open wopian opened 6 years ago

wopian commented 6 years ago

There's many edge cases that kitsu currently doesn't test its spec compliance with. Discussion about a test suite cropped up at https://github.com/json-api/json-api/issues/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.

wopian commented 5 years ago

Tests needed for #237