https://github.com/redbackthomson/osu-api
A C# implementation of the osu!api
https://github.com/redbackthomson/osu-api
Last synced: 10 months ago
JSON representation
A C# implementation of the osu!api
- Host: GitHub
- URL: https://github.com/redbackthomson/osu-api
- Owner: RedbackThomson
- Created: 2014-07-15T14:38:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T06:35:28.000Z (almost 12 years ago)
- Last Synced: 2025-01-11T15:51:54.963Z (over 1 year ago)
- Language: C#
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
osu-api
=======
A C# implementation of the osu!api
###Example of usage:
```
var api = new osuAPI("Your API Key");
var redback = api.GetUser("Redback", Mode.osu);
Console.WriteLine(redback.count_rank_ss);
```
###Download binaries:
https://github.com/Redback93/osu-api/releases