zmb3 / spotify

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

Add episode endpoint #234

Closed coolbaluk closed 9 months ago

coolbaluk commented 10 months ago

A very quick implementation of the episodes endpoint: https://developer.spotify.com/documentation/web-api/reference/get-an-episode

coolbaluk commented 10 months ago

@strideynet 👋 do you mind taking a look ?

strideynet commented 10 months ago

@strideynet 👋 do you mind taking a look ?

Can you include a test ?

coolbaluk commented 10 months ago

@strideynet 👋 do you mind taking a look ?

Can you include a test ?

@strideynet Added a simple test following the pattern