elixirfm v0.0.10 Elixirfm.Chart

Wrapper for Last.fm Chart endpoints.

Summary

Types

chart_opts()
chart_opts() :: [page: non_neg_integer, limit: non_neg_integer]

Functions

get_top_artists(args \\ [page: 1, limit: 30])
get_top_artists(chart_opts) :: Elixirfm.response

Get the top artists chart

get_top_tags(args \\ [page: 1, limit: 30])
get_top_tags(chart_opts) :: Elixirfm.response

Get the top tags chart

get_top_tracks(args \\ [page: 1, limit: 30])
get_top_tracks(chart_opts) :: Elixirfm.response

Get the top tracks chart