| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.ws | |
| net.dontdrinkandroot.lastfm.api.ws.fetcher |
| Modifier and Type | Method and Description |
|---|---|
LastfmResponse |
Fetcher.get(Map<String,String> parameters) |
LastfmResponse |
Fetcher.post(Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected LastfmResponse |
DefaultFetcher.fetchResponse(HttpURLConnection conn) |
LastfmResponse |
Fetcher.get(Map<String,String> parameters)
Perform a get request to the Last.fm API.
|
LastfmResponse |
DefaultFetcher.get(Map<String,String> parameters) |
LastfmResponse |
Fetcher.post(Map<String,String> parameters)
Perform a post request to the Last.fm API.
|
LastfmResponse |
DefaultFetcher.post(Map<String,String> parameters) |
Copyright © 2012. All Rights Reserved.