Liking cljdoc? Tell your friends :D

clj-itunes.client


*api-base-url*clj


+attributes-for-media+clj


+entities-for-media+clj


+media-formats+clj


lookupclj

(lookup key value)
(lookup key value params)
(lookup key value params http-options)

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

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
raw docstring

(search term)
(search term params)
(search term params http-options)

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

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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close