Skip to content

Add params argument to list methods #25

@einarf

Description

@einarf

Right now we don't have support for extra parameters related to searching or sorting. Instead of users having to to go _post and _get methods in the base class we should expost this directly.

def list(self, ...., params: Dict = None);
    ....
subscribers = client.subsribers.list(..., params={"param1": "value1, "param2": "value2"}

This is a "low level" fix for #6, but there are room for both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions