| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model |
| Modifier and Type | Method and Description |
|---|---|
static UnauthenticatedGetQuery<PaginatedResult<List<Shout>>> |
Artist.getShouts(String artist,
String mbid,
Integer limit,
Integer page)
Get shouts for this artist.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Shout>>> |
Album.getShouts(String artist,
String album,
String mbid,
Integer limit,
Integer page)
Get shouts for this album.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.