Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Interacting with the API

Full list of Spotify endpoints

~ spotify.py ~ is a simple Python API that allows you to use Spotify API without worring about HTTP Requests.

This API provides a function that represents each endpoint possible of Spotify API that doesn't require OAuth.

Examples

In the folder ~ examples ~ you'll find nice commented coding examples involving all main endpoints!