Welcome to uvspotify’s documentation!

An oauth client for uvhttp.

class uvspotify.uvspotify.Spotify(loop, client_id, client_secret, redirect_url, **kwargs)

Spotify client for uvhttp.

api(method, path, *args, **kwargs)

Make an API request to spotify with the given path.

The path should be everything except for the common part of the URL.

For example, https://api.spotify.com/v1/me/player/devices becomes /me/player/devices.

Indices and tables