Lastex.Library (Lastex v0.1.0)

Copy Markdown View Source

Functions for the Last.fm Library API methods.

Summary

Functions

Fetches every artist in a user's library, with playcounts (library.getArtists).

Functions

artists(user, opts \\ [])

Fetches every artist in a user's library, with playcounts (library.getArtists).

Returns a Lastex.Page. Supports limit and page.

Lastex.Library.artists("rj", limit: 50)