Skip to content

Reorganize API wrapper to be more modular #14

Description

@ErikBoesen

I'd like to make this a bit simpler to use by changing the request format from this style:

sc.get_group_update_comment(group_id=12345, update_id=54321, comment_id=98765)

to this:

sc.group(12345).update(54321).comment(98765).get()

This would be totally backward-incompatible.

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