Property | Type | Description | |
---|---|---|---|
CreateAuthQueryParams | QueryParameters | ||
CreateAuthenticationUri | |||
CreateScrobbleQueryParams | string | ||
HandleAuthResponse | bool | ||
HandleScrobbleResponse | bool | ||
PostAsync | Task |
||
ReadScrobblesFromCache | IEnumerable | ||
SaveToCache | void | ||
Scrobble | Task |
||
ScrobbleFromCache | Task |
Method | Description | |
---|---|---|
Login ( ) : Task |
||
Scrobble ( |
||
Scrobbler ( string cacheDirectory ) : System |
Method | Description | |
---|---|---|
CreateAuthQueryParams ( ) : QueryParameters | ||
CreateAuthenticationUri ( ) : |
||
CreateScrobbleQueryParams ( IEnumerable batch ) : string | ||
HandleAuthResponse ( Newtonsoft.Json.Linq.JObject json ) : bool | ||
HandleScrobbleResponse ( Newtonsoft.Json.Linq.JObject json ) : bool | ||
PostAsync ( |
||
ReadScrobblesFromCache ( ) : IEnumerable | ||
SaveToCache ( |
||
Scrobble ( IEnumerable tracks ) : Task |
||
ScrobbleFromCache ( ) : Task |
public Scrobbler ( string cacheDirectory ) : System | ||
cacheDirectory | string | |
return | System |