teshiba / AoE2.netDesktop

AoE2.netDesktop is a desktop application that makes viewing "Age of Empires II: Definitive Edition" play history easy.
MIT License
2 stars 2 forks source link

Implement Match APIs. #9

Closed teshiba closed 1 year ago

teshiba commented 3 years ago

Implement 2 methods, which have different arguments as follows.

namespace LibAoE2net
{
    public static class AoE2net
    {
        public static async Task<Match> GetMatchAsync(int id)
        {
        }
    }
}
teshiba commented 1 year ago

The new APIs do not support This feature.