View Source LastfmArchive.LastfmClient.LastfmApi (lastfm_archive v1.2.1)

Struct representing Lastfm API.

Summary

Types

t()

Lastfm API

Types

@type t() :: %LastfmArchive.LastfmClient.LastfmApi{
  endpoint: String.t(),
  key: String.t(),
  method: String.t()
}

Lastfm API

Functions

Link to this function

new(method \\ "user.getrecenttracks")

View Source