Skip to content

Commit

Permalink
updates documentation to include new artist bucket methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 16, 2011
1 parent 06f17c6 commit 1b0911a
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions lib/EchoNest/Api/Artist.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 164,22 @@ public function getNews($results = 15, $start = 0, $high_relevance = false)
* http://developer.echonest.com/docs/v4/artist.html#profile
*
* @param string|array $bucket indicates what data should be returned with each artist. possible values include:
* - audio,
* - biographies
* - blogs
* - familiarity
* - hotttnesss
* - images
* - news
* - reviews
* - terms
* - urls
* - video
* - id:CA1234123412341234
* - audio returns up to the 15 most recent audio documents found on the web related to the artist
* - biographies returns up to the 15 most recent biographies found on the web related to the artist
* - blogs returns up to the 15 most recent blogs found on the web related to the artist
* - docs_count returns document counts for each of the various artist document types
* - familiarity returns the familiarity for the artist
* - hotttnesss returns the hotttnesss for the artist
* - images returns up to the 15 most recent images found on the web related to the artist
* - news returns up to the 15 most recent news articles found on the web related to the artist
* - reviews returns up to the 15 most recent reviews found on the web related to the artist
* - songs returns up to the 15 hotttest songs for the artist
* - terms returns links to this artist's pages on various sites
* - urls returns up to the 15 most recent videos found on the web related to the artist
* - video returns up to the 15 most recent videos found on the web related to the artist
* - years_active returns years active information for the artist
* - id:[rosetta-catalog] returns catalog specific information about the artist for the given catalog. See Project Rosetta Stone for details
* - id:[Personal-Catalog-ID] returns personal catalog specific information about the artist for the given catalog. See Project Rosetta Stone for details
* - id:musicbrainz
* - id:playme
* - id:7digital
Expand Down

0 comments on commit 1b0911a

Please sign in to comment.