loopback-component-jsonapi icon indicating copy to clipboard operation
loopback-component-jsonapi copied to clipboard

[Feature Request] Support Loopback Component Storage

Open tatemz opened this issue 7 years ago • 0 comments

Note: The below understanding is just a conjecture of how the storage module works.

Because the loopback-component-storage module creates API endpoints that do not align with those laid out by the Connector class, the input/output data is not picked up by the serializers within loopback-component-jsonapi.

This means that the input/output JSON does not conform to the jsonapi spec. Additionally, relationships to storage items are not possible.

Any thoughts on what approach would be best to ensure the storage endpoints also conform to the jsonapi spec?

tatemz avatar Aug 16 '17 01:08 tatemz