consts
Constants used by the SDK.
HTTPMethod
Bases: StrEnum
An enum representing all HTTP methods.
Source code in horde_sdk/consts.py
HTTPStatusCode
Bases: IntEnum
An enum representing all HTTP status codes.
Source code in horde_sdk/consts.py
get_all_success_status_codes
get_all_error_status_codes
is_success_status_code
Return True if the status code is a success code, False otherwise.
Source code in horde_sdk/consts.py
is_error_status_code
Return True if the status code is an error code, False otherwise.