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

@ -33,6 +33,8 @@ namespace osu.Game.Online.API
public string WebsiteRootUrl => "http://localhost";
public int APIVersion => int.Parse(DateTime.Now.ToString("yyyyMMdd"));
public Exception LastLoginError { get; private set; }
/// <summary>