Spotify Connector

Content Type: Module
Categories: Connectors

Overview

Spotify Connector that can be used to retrieve information about an artist and their music.

Documentation

Description

Spotify Connector that can be used to retrieve information about an artist and their music. This doesn't use the full potential of the api (yet), but has access to the most used api calls.

Typical usage scenario

Use music information from spotify in your application.

Features and limitations

  • First version that implements all the calls related to Artist/Album/Song
  • This version doesn't use personal user information yet or isn't able to controls your spotify from a Mendix Application

Dependencies

  • Mendix 9.6.0 or Higher

Configuration

  • You need to set up an account for the Spotify web-api: https://developer.spotify.com/documentation/web-api
  • Get A ClientId and ClientSecret from the website
  • Set the Id and Secret in the constants
  • Use the POST_token_create to get a Token. This token can be used with all the other Api Calls.

Releases

Version: 1.0.0
Framework Version: 9.6.0
Release Notes: First version that implements all the calls related to Artist/Album/Song