rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
190 stars 90 forks source link

Implement `/chapters` and `/audiobooks` endpoint #168

Open hayribakici opened 9 months ago

hayribakici commented 9 months ago

There is a new chapters and audiobook endpoint according to the spotify web API page. A wiki entry has also been added for this.

hayribakici commented 7 months ago

Before implementing this, I suggest to take a look at #172 first.