Skip to content

Filtering #34

@LeafyLappa

Description

@LeafyLappa

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions