Skip to content

Simplify filters logic #92

Description

@jonperron

The filter logic is duplicated in each function calling an endpoint, which makes it difficult to maintain.

We will create a base EntityApiRequest with abstractmethod to_filters. For each APIClient, we will create a ClientApiRequest class which will inherit from the EntityApiRequest and which will be used in the calls of the different functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions