Lastex.Client (Lastex v0.1.0)

Copy Markdown View Source

HTTP client for the Last.fm API using Req.

Summary

Functions

Makes a GET request to the Last.fm API.

Makes an authenticated POST request to the Last.fm API.

Makes a signed GET request to the Last.fm API (for auth endpoints).

Functions

get(method, params \\ %{})

Makes a GET request to the Last.fm API.

post(method, params \\ %{})

Makes an authenticated POST request to the Last.fm API.

signed_get(method, params \\ %{})

Makes a signed GET request to the Last.fm API (for auth endpoints).