spencercharest / tidal-api

An unofficial API wrapper for Tidal Music.
96 stars 32 forks source link

Write API #7

Open jankuca opened 5 years ago

jankuca commented 5 years ago

Hi, Do you have any plans for adding write methods as well? API for playlist and collection management would be very useful.

PierrickGT commented 5 years ago

@jankuca I've added POST and DELETE methods for favorite artists management: https://github.com/PierrickGT/tidal-api/commit/71e193e5ab46202e883f9e9f9285ee24b338311e It should be fairly easy to implement the same kind of methods for playlist and collection.