Ping

Methods

PingManager.get() → bool

Check if the cachet api is responding.

Example:

>> client.ping.get()
True
Returns:True if a successful response. Otherwise False.
Return type:bool
PingManager.__call__() → bool

Shotcut for the get method.

Example:

>> client.ping()
True