Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 563 Bytes

File metadata and controls

22 lines (12 loc) · 563 Bytes

cl-spotify

This is a library for connecting to the Spotify Web API.

It handles OAuth authentication/authorization (including automatic refresh), scope handling (right now only add-scope), JSON deserialization, and provides functions for making get, post, and put requests.

It also includes some higher level functions (play, pause, etc.) to show how the library can be used.

For more information, see project.org

License

ISC

Copyright (c) 2020 Jeremiah LaRocco jeremiah_larocco@fastmail.com