elixirfm v0.1.2 Elixirfm.Tag
Wrapper for Last.fm Tags endpoints
Link to this section Summary
Functions
Get the metadata for a tag
Search for similar tags. Returns tags ranked by similarity, based on listening data
Get the top albums tagged by this tag, ordered by tag count
Get the top artists tagged by this tag, ordered by tag count
Get the top tracks tagged by this tag, ordered by tag count
Get a list of available charts for this tag, expressed as date ranges which can be sent to the chart services
Fetches the top global tags on Last.fm, sorted by popularity (number of times used)
Link to this section Types
Link to this section Functions
get_info(String.t(), [{:lang, String.t()}]) :: Elixirfm.response()
Get the metadata for a tag
Search for similar tags. Returns tags ranked by similarity, based on listening data.
get_top_albums(String.t(), tag_opts()) :: Elixirfm.response()
Get the top albums tagged by this tag, ordered by tag count.
get_top_artists(String.t(), tag_opts()) :: Elixirfm.response()
Get the top artists tagged by this tag, ordered by tag count.
get_top_tracks(String.t(), tag_opts()) :: Elixirfm.response()
Get the top tracks tagged by this tag, ordered by tag count.
Get a list of available charts for this tag, expressed as date ranges which can be sent to the chart services.
Fetches the top global tags on Last.fm, sorted by popularity (number of times used)