rinukkusu / spotify-dart

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

Refactor `PlayOrResumeOptions` #204

Closed hayribakici closed 7 months ago

hayribakici commented 7 months ago

Since the json attributes of the PlayOrResumeOptions must be disjointed, two new classes have been implemented to keep unnecessary attributes out of the request body. This is the consequence of #202.

Furthermore, in order to test PUT, POST or DELETE http methods, a very rudiment interceptor has been added.

rinukkusu commented 7 months ago

@hayribakici please check the conflicts, then I will merge it :)

hayribakici commented 7 months ago

I don't see any conflicts here 🤔

rinukkusu commented 7 months ago

What the heck, it told me I couldn't merge because of conflicts. Now it says it's fine on my side, too. Sorry.