Skip to content

Add aliases for API functions #28

Description

@jeremiahshirk

Standard aliases for the API functions will make them more pleasant to use. When qualified by the module name, they will continue to be unambiguous. The long-form names will continue to be available.

For example:

import monitis.monitors.predefined.fullpageload as fullpageload

# this is annoying
fullpageload.delete_full_page_load_monitor(monitor_id=123)

# this is awesome
fullpageload.delete(id=123)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions