# Packages
utils.
# Functions
BaseEndpoint will return a URL without the /vX.Y portion of the URL.
ChooseVersion queries the base endpoint of an API to choose the identity service version.
GetSupportedMicroversions returns the minimum and maximum microversion that is supported by the ServiceClient Endpoint.
ParseMicroversion parses the version major.minor into separate integers major and minor.
RequireMicroversion checks that the required microversion is supported and returns a ServiceClient with the microversion set.
# Structs
No description provided by the author
Version is a supported API version, corresponding to a vN package within the appropriate service.