REST API version number. Used by feature detection mechanism. If apiVersion is not provided
during construction, it will be determined lazily (the first time feature detection is required) by
making a request to a version endpoint. In either case, apiVersion is not updated automatically after it has been
initially acquired. If there is a need for such update (i.e. if client app shall become aware that a new version of
REST API has been deployed without browser refresh) refreshApiVersion method can be used.
REST API version number. Used by feature detection mechanism. If
apiVersion
is not provided during construction, it will be determined lazily (the first time feature detection is required) by making a request to a version endpoint. In either case,apiVersion
is not updated automatically after it has been initially acquired. If there is a need for such update (i.e. if client app shall become aware that a new version of REST API has been deployed without browser refresh) refreshApiVersion method can be used.