This repository contains the Puppet Bolt tasks generated from Spotify OpenAPI specs allowing users to interact with the Spotify API to manage their spotify account and playlists.
All Bolt tasks accept parameters based on the metadata.json for the relevant task. A Spotify token is required in order to run the tasks.
Get my playlists:
bolt task run gen::swagger_gen_get_usersuser_idplaylists --nodes localhost endpoint_api=https://api.spotify.com/v1 user_id=<your user id> token="<your account token>" --modulepath ./