var client = new StatsClient("Client-ID", "Client-Secret");
await client.Statistics.CreateAsync("Stats-Id", "Username");- Statistics Implementations:
-
Statistics#CreateAsync -
Statistics#UpdateAsync -
Statistics$GetAsync -
Statistics#ShowUserStatsAsync -
Statistics#GetSectionAsync -
Statistics#LeaderboadsAsync
-
- Achievements Implementations:
-
Achievement#AllAsync -
Achievement#ManualAsync -
Achievement#DisplayUsersAsync
-
- Need to figure linking out ๐ค
- Renamed project to something better.
- Come up with better method names (?) ๐ฉ
-
APIExceptionclass for handling HTTP exceptionsโ ๏ธ