spotify-api / spotify-api.js

A complete wrapper for spotify web api for deno, node.js and the browser.
https://spotify-api.js.org
MIT License
211 stars 19 forks source link

Fix several playlist create / edit API by using request body #149

Closed Arakmar closed 2 years ago

Arakmar commented 2 years ago

Changes

Some playlist API are requiring passing data in the body instead of query parameters. (creation and edit for example) Some others (reordering, adding tracks) are supporting both methods but it's cleaner to use the body.

Status

scientific-dev commented 2 years ago

The following changes has been updated in the v9.2.2.

Thanks for your contribution!