-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi!
I am unable to find any information on how to correctly implement filtering of resources. API reference seems to have nothing on this, neither do the public contracts in the class BaseResource from resource.py. I would assume that this feature is not implemented as of yet but it doesn't even seem mentioned anywhere in this project unless I'm missing something.
For reference, I have this resource "apps" and clientside I'd like to be able to fetch a single app either by its id or its (unique still) name. I presume the best way to achieve this in JSON:API is by applying a filter: /apps?filter[name]=name. I'm interested whether I can implement this functionality using this framework.
Metadata
Metadata
Assignees
Labels
No labels