mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-17 23:11:31 +01:00
more api methods
This commit is contained in:
@@ -15,4 +15,9 @@ class HCAPIAuthError(HCAPIError):
|
||||
class CheckNotFoundError(HCAPIError):
|
||||
"""Thrown when getting a check returns a 404."""
|
||||
|
||||
...
|
||||
|
||||
class BadAPIRequestError(HCAPIError):
|
||||
"""Thrown when an api request returns a 400."""
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user