class

Spotify::API

Inherits Reference / Object

Constants

ENDPOINT = "https://api.spotify.com/v1"
JSONREQ = {"Content-Type" => "application/json"} of String => String

Constructors

new(token : String)
new

Instance methods

addTrackToPlaylist(track : Track, userid : Int32, playlistId : String)
get(path : String)
getJSON(path : String)
post(path : String, headers : Hash(String, String), postData : Hash(String, String))
post(path : String, headers : Hash(String, String), postData : String)
postJSON(path : String, headers : Hash(String, String), postData : Hash(String, String))
search(artist : String, title : String)
setToken(token : String)