Add API versioning

This commit is contained in:
Dean Herbert
2022-02-17 18:33:27 +09:00
parent 4889750959
commit 7f4cc221d2
4 changed files with 13 additions and 0 deletions

View File

@ -57,6 +57,11 @@ namespace osu.Game.Online.API
/// </summary>
string WebsiteRootUrl { get; }
/// <summary>
/// The version of the API.
/// </summary>
int APIVersion { get; }
/// <summary>
/// The last login error that occurred, if any.
/// </summary>