JD (Dave) Lewis
Results
2
issues of
JD (Dave) Lewis
WebAPI::DBIC::Resource::ActiveModel::Role::ItemWritable currently has very low test coverage at present. This module needs to be verified to support the correct format and tests created accordingly.
Given the following query string: `/artists?prefetch~json={"cds":"tracks"}` I would expect a response similar to this: ``` { "linked": { "cds": [...], "tracks": [...], }, "links": { "cds": {...}, "tracks": {...} },...
bug