| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.queries | |
| net.dontdrinkandroot.lastfm.api.ws |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatedGetQuery<PaginatedResult<List<Track>>> |
User.getAuthenticatedRecentTracks(String user,
Integer limit,
Integer page,
Integer from,
Integer to,
String sk)
Get a list of the recent tracks listened to by this user.
|
static AuthenticatedGetQuery<User> |
User.getInfo(Session session) |
static AuthenticatedGetQuery<Session> |
Auth.getMobileSession(String username,
String authToken)
Create a web service session for a user.
|
static AuthenticatedGetQuery<XspfPlaylist> |
Radio.getPlaylist(String sk,
Boolean discovery,
Boolean rtp,
Integer bitrate,
Boolean buylinks,
Float speedMultiplier)
Fetch new radio content periodically in an XSPF format.
|
static AuthenticatedGetQuery<Session> |
Auth.getSession(String token)
Fetch a session key for a user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthenticatedGetQuery<T extends Serializable> |
class |
NoResponseAuthenticatedGetQuery |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
LastfmWebServices.fetch(AuthenticatedGetQuery<T> query)
Fetch an authenticated GET Query.
|
<T extends Serializable> |
AbstractLastfmWebServices.fetch(AuthenticatedGetQuery<T> query) |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.