zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.37k stars 287 forks source link

Client.get: on 204, return early #88

Closed joelterry closed 5 years ago

joelterry commented 5 years ago

I had only previously checked the issues and not the pull requests, but this is actually a duplicate of https://github.com/zmb3/spotify/pull/81. I do think it would make sense to do this check in Client.get as well as (or instead of) Client.execute, though.