Explore Spotify
Spotify
-
Events API-get events
Functionality : This service returns a collection of events according to different criteria. It is invoked as a GET on the url: http://HOST/api/eventos.MR Num:11 -
Event API-create an event
Functionality : This service creates a new event, It is a invoked as POST on the url: http://HOST/api/eventos, it returns a representation of the new event as output.MR Num:1 -
Event API-modify an event
Functionality : This service modifies an existing event, It is a invoked as PUT on the url: http://HOST/api/eventos/ID, it returns a representation of the modified event as output.MR Num:1 -
Spotify: Create a playlist
Functionality : This service creates a playlist for a Spotify user.MR Num:2 -
Spotify: Reorder a playlist's tracks
Functionality : This service reorders a track or a group of tracks in a playlist.MR Num:4 -
Spotify: Search for an item
Functionality : This service gets Spotify catalog information about artists, albums, tracks or playlists that match a keyword string. More details in https://developer.spotify.com/web-api/search-item/MR Num:14