(lookup key value)
(lookup key value params)
Lookup an item in the iTunes store by iTunes IDs, UPC/EAN, and AMG IDs
Supported parameters are:
See the full examples at http://bit.ly/KrqhwH
Lookup an item in the iTunes store by iTunes IDs, UPC/EAN, and AMG IDs * key is one of id, amgArtistId, amgAlbumId, upc, eacn, isbn * value is the corresponding value for the key * params allows you to further refine the query Supported parameters are: * country - 2 letter country code (default: US) * entity - type of results see +entities-for-media+ * limit - number of results, 1-200. (default: 50) * sort - sort the results (recent seems to work, not sure what else) See the full examples at http://bit.ly/KrqhwH
(search term)
(search term params)
Search the iTunes store given a search term and optional parameters.
Supported parameters are:
See the full docs at http://bit.ly/bGaJt4
Search the iTunes store given a search term and optional parameters. Supported parameters are: * country - 2 letter country code (default: US) * media - media to search for, see +media-formats+. (default: all) * entity - type of results, relative to media. see +entities-for-media+ * attribute - attribute to search for. see +attributes-for-media+ (default: all) * limit - number of search results, 1-200. (default: 50) * lang - language, using 5 letter code name (default: en_us) * version - search result key version, 1 or 2. (default: 2) * explicit - whether or not you want explicit results. (default: true) See the full docs at http://bit.ly/bGaJt4
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close