Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/partouf/esportscoverageapi
https://github.com/partouf/esportscoverageapi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/partouf/esportscoverageapi
- Owner: partouf
- License: mit
- Created: 2015-01-18T19:50:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T20:21:25.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T15:11:29.826Z (almost 2 years ago)
- Language: C#
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EsportsCoverageAPI
C# API to control your stream at esportscoverage.net
Available functions:
* public StreamDetails GetStreamDetails()
* public Dictionary ListEventNames()
* public void SetEvent(int event_id)
* public bool SetCurrentPlayers(string player1, string player2, int score1 = 0, int score2 = 0)
* public void SetCurrentScore(int score1, int score2)