AdrianVandierAst

Results 2 issues of AdrianVandierAst

When a single resource is not found, the api responds a 200 OK response with {"data": null}. There is even a test that checks that: `test_get_detail_object_not_found`. But the json:api is...

The included resource objects in the json api are in a list but the schema implementation needs it to be a dict indexed by type and id. The new test...