spotify-integration-service
Service icon

Spotify Integration Service

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 07 November 2021 by 
0.0
 (0 ratings)
spotify-integration-service

Spotify Integration Service

Details
Integration with the Spotify REST API. Contains endpoints wrapped in specific service actions for easier use of the API and also entities to make it easier to use on a Reactive Web App.
Read more

All methods require a Token that can be fetched using the provided OAuth Service Actions and defining the requires details on SpotifyConfigStatic Entity

Service Actions available:

  • Get_Album
  • Get_AlbumTracks
  • Get_SeveralAlbums
  • Get_Artist
  • Get_ArtistRelatedArtists
  • Get_ArtistsAlbums
  • Get_ArtistTopTracks
  • Get_SeveralArtists
  • Get_NewReleases
  • Get_Episode
  • Get_SeveralEpisodes
  • Get_AvailableMarkets
  • Get_CurrUserPlaylists
  • Search_ForItem
  • Get_SeveralShows
  • Get_Show
  • Get_ShowEpisodes
  • Get_SeveralTracks
  • Get_Track
  • Get_CurrentUserProfile
  • Get_UserProfile


For more information please consult the Spotify API documentation

It´s recommended that you use CryptoAPI to avoid exposing credentials or sensitive data

Release notes (1.0.1)

- Correction on Get_LastUserToken action

Reviews (0)