Method | Description | |
---|---|---|
getAllVersions ( ) : array | Returns a list of all version, where the key is the version, and value is the namespace. | |
getCurrentVersion ( ) : string | Returns the current api version. For example, you might have the latest version in a "beta" state, so you wish to keep your users using the latest stable versions. | |
getLatestVersion ( ) : string | Returns the latest (highest) available api version. |
public static getAllVersions ( ) : array | ||
return | array |
public static getCurrentVersion ( ) : string | ||
return | string |
public static getLatestVersion ( ) : string | ||
return | string |