Click or drag to resize

OsuClient Class

[Missing <summary> documentation for "T:CSharpOsu.OsuClient"]

Inheritance Hierarchy
SystemObject
  CSharpOsuOsuClient

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public class OsuClient

The OsuClient type exposes the following members.

Constructors
  NameDescription
Public methodOsuClient
Osu API Key
Top
Methods
  NameDescription
Public methodGetBeatmap
Return information about beatmaps.
Public methodGetMatch
Return informations about a multiplayer lobby.
Public methodGetReplay(mode, Int64, String, NullableInt64)
Return informations about a replay.
Public methodGetReplay(mode, String, Int64, NullableInt64)
Return all the bytes needed to create a .osr file.
Public methodGetScore
Return informations about scores from a beatmap.
Public methodGetUser
Return informations about a user.
Public methodGetUserBest
Return informations about a user best scores.
Public methodGetUserRecent
Return informations about a user recent scores.
Public methodmodsCalculator
Return int64 for a mods combination.
Top
See Also