Click or drag to resize

OsuClient Constructor

Osu API Key

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public OsuClient(
	string key,
	HttpClient httpClient = null,
	bool _throwIfNull = false
)

Parameters

key
Type: SystemString
API Key
httpClient (Optional)
Type: System.Net.HttpHttpClient
Specify a HttpClient to use. Default null, will use internal HttpClient.
_throwIfNull (Optional)
Type: SystemBoolean
If the returned objects is null then throw error. By default is set on false.
See Also