jsonapi-client icon indicating copy to clipboard operation
jsonapi-client copied to clipboard

Support for include and filters with resource id

Open plondino opened this issue 4 years ago • 0 comments

Is there a specific reason that the session can only provide a resource id OR a filter? My understanding is that include and filters can be provided even if you're interesting in a specific record.

As an example, I have a media management system that manages an asset that may be associated with numerous files which are each their own record (on the order of dozens or hundreds) and if I pull multiple assets, I can retrieve all the files in one call, but if I want a specific record, I need to make dozens or hundreds of calls for file metadata.

plondino avatar Aug 25 '20 15:08 plondino