Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 712 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 712 Bytes

Spotify Tasks

Description

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.

Usage

Run a task

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 ./