forum

[cross-platform] osu!api c# library

posted
Total Posts
3
Topic Starter
Taazar
osu!api project - cross-platform (portable) c# library for using osu!api.

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()
Features:
  • Intagrated JsonTextReader of Newtonsoft.Json library
  • You can parse any json response by Parse methods
Sources: GitHub
dewero
Cool! I'd love to play around with the osu!api some more once I have more free time, and this looks solid (after a very quick glance over the code). Nice work!
Topic Starter
Taazar
New version 2.0.0.0

Changelog:
  • - Portability
  • - LINQ changed to JsonTextReader
  • - Integrated JsonTextReader class
Please sign in to reply.

New reply