# Functions
CreateAPI to initialize the API client and handlers.
# Constants
APICarves for the carves path.
APIEnvironments for the environments path.
APILogin for the login path.
APINodes for the nodes path.
APIPath for the generic API path in osctrl.
APIQueries for the queries path.
APITags for the tags path.
APIUsers for the users path.
Authorization for header key.
ContentType for header key.
JSONApplication for Content-Type headers.
JSONApplicationUTF8 for Content-Type headers, UTF charset.
UserAgent for header key.
# Structs
JSONConfigurationAPI to hold all API configuration values.
OsctrlAPI to keep the struct for the API client.