A .NET wrapper for Chess.com's API. This project is using the .NET Core 2.0 framework.
Download or clone the repo and build. Or, use Nuget...
To install via Nuget, simply run...
Install-Package ChessDotComSharp
Easy to use with fully typed models:
varclient=newChessDotComClient();varmyGames=awaitclient.GetPlayerGamesAsync("kgooding");The full documentation of Chess.com's API can be found at https://www.chess.com/news/view/published-data-api
- .NET Core 2.0 - .NET Core 2.0
Contributions welcome, would like to stub out the service and add unit tests.
- nullablebool - Initial work - nullablebool
See also the list of contributors who participated in this project.
- Chess.com Team
