An open API service indexing awesome lists of open source software.

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

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