LiveConfigVersion

This method returns the exact version number from the LiveConfig server. This can be used for instance to check the compatibility of own programs with a LiveConfig server.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

authentication data

Response

Field

Type

Null?

Description

version

string

no

version number (e.g. 1.3.2)

revision

string

no

revision identifier (e.g. 1379 or release)

major

integer

no

major version number (e.g. 1)

minor

integer

no

minor version number (e.g. 3)

patch

integer

no

patch version number (e.g. 2)


Last updated on Apr 13, 2020.
next: SessionCheck
previous: HostingSubscriptionGet