Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.04 KB

api.rst

File metadata and controls

42 lines (27 loc) · 1.04 KB

API Reference

pushover_complete

This part of the documentation covers all of the interfaces exposed by pushover_complete.

The PushoverAPI Class

This class is your gateway to interacting with the Pushover API. Each instance is initialized with a Pushover application token and makes API calls on behalf of that application.

Main Interface

The methods represent most of the useful functions of PushoverAPI.

PushoverAPI

"Private" Methods

These methods, although "private" and used internally by other PushoverAPI methods could be useful in some circumstances, particularly when many requests are to be made at one time.

_send_message

_migrate_to_subscription

_generic_get

_generic_post

Exceptions and Errors

PushoverCompleteError

BadAPIRequestError