UCLA-Creative-Labs / aurgy-backend

the logic behind generating out-of-body music playlists
MIT License
3 stars 0 forks source link

🚀 Feature: create spotify playlist function #23

Closed trevorong closed 2 years ago

trevorong commented 2 years ago

This function should take in a playlist name and return the id of the newly created playlist with the specified name.

Proposed Solution

Spotify API Reference for creating playlists here.

The endpoint response body should include an id field with the spotify ID of the playlist.


This is a :rocket: Feature Request