About#
- class About[source]#
Information about this CodeGrade instance.
-
health:
Union
[Just
[HealthInformation
],_Nothing
[HealthInformation
]] = Nothing# Health information, will only be present when the correct (secret) health key is provided.
-
version:
Optional
[str
]# What version is running on this server. Deprecated, please use release.version instead.
-
features:
LegacyFeatures
# The features enabled on this instance. Deprecated, please use settings.
-
settings:
FrontendSiteSettings
# The frontend settings and their values for this instance.
-
release:
ReleaseInfo
# Information about the release running on this server.
-
health: