https://github.com/julianchow94/dotadotnet
https://github.com/julianchow94/dotadotnet
dota2 dota2-api dotnetcore dotnetcore-tool steamapi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/julianchow94/dotadotnet
- Owner: JulianChow94
- Created: 2017-03-11T22:54:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T01:56:13.000Z (over 8 years ago)
- Last Synced: 2025-04-13T00:05:06.129Z (about 1 year ago)
- Topics: dota2, dota2-api, dotnetcore, dotnetcore-tool, steamapi
- Language: C#
- Homepage:
- Size: 167 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotaDotNet
.NET Core wrapper for Dota 2 Steam Web API
## CommandLineTools
Sample program on how to use the library. Requires an API key from valve at
https://steamcommunity.com/dev/apikey and placed in CommandLineTools/Configuration/APIKey.txt
## DotaApiCore
The library itself. Currently has 4 public functions that correspond to 4 different API calls.
`GetMatchHistory()` fetches match history of a specific user
`GetMatchDetails()` fetches detailed information about a specific match
`GetAllHeroDetails()` fetches information about all heroes currently in the game
`GetAllItemDetails()` fetches all items currently in the game
## DotaApiCoreUnitTest
Unit testing suite for the library.