# Spotify API interactions # GET # POST # Need to read deep into the API and make it the most user friendly possible. module API_Spotify VERSION = "0.1.0" # TODO: Put your code here print("Hello world") end