osu!api project - cross-platform (portable) c# library for using osu!api.
Supported methods:
Supported methods:
- /api/get_beatmaps - GetBeatmapsAsync()
- /api/get_user - GetUserAsync()
- /api/get_scores - GetScoresAsync()
- /api/get_user_best - GetUserBestAsync()
- /api/get_user_recent - GetUserRecentAsync()
- /api/get_match - GetMatchAsync()
- Intagrated JsonTextReader of Newtonsoft.Json library
- You can parse any json response by Parse methods