Package | Description |
---|---|
be.ceau.itunesapi |
Package containing the base class for each API.
|
be.ceau.itunesapi.http |
Package containing logic to make HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
Response |
Search.execute(Connector connector)
Execute this iTunes Search API request using the provided
Connector implementation. |
Response |
Lookup.execute(Connector connector)
Execute this iTunes Lookup API request using the provided
Connector implementation. |
GenreIdsResponse |
GenreIdsAppendix.execute(Connector connector)
Execute this Genre IDs Appendix request using the provided
Connector implementation. |
Feed |
FeedGenerator.execute(Connector connector)
Execute this Feed Generator API request using the provided
Connector implementation. |
Modifier and Type | Class and Description |
---|---|
class |
URLConnector
Default
Connector implementation using URLConnection . |
Copyright © 2018. All rights reserved.