Skip to content

Separate low and high level API #46

@alagane

Description

@alagane

Why?

To easily know which methods are low and high level.

How?

Separate files?

// Low level
client.lowLevel.mailbox_get(...);

// High level
client.getAllMailboxes(...);

About mailbox_changes

Issue #45
What about the case of mailbox_changes to get changes until hasMoreChanges is false?
Is it low level because its response is the same, and it just mimics the simple mailbox_changes using the same data structure?
Or is it high level because it does more than just making a simple JMAP request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions