elixirfm v1.0.1 Elixirfm.Chart
Functions for Last.fm Chart endpoints.
Link to this section Summary
Link to this section Types
Link to this type
chart_opts()
Specs
chart_opts() :: [page: non_neg_integer(), limit: non_neg_integer()]
Link to this section Functions
Link to this function
top_artists(args \\ [page: 1, limit: 30])
Specs
top_artists(chart_opts()) :: Elixirfm.response()
Get the top artists chart
Link to this function
top_tags(args \\ [page: 1, limit: 30])
Specs
top_tags(chart_opts()) :: Elixirfm.response()
Get the top tags chart
Link to this function
top_tracks(args \\ [page: 1, limit: 30])
Specs
top_tracks(chart_opts()) :: Elixirfm.response()
Get the top tracks chart