zmb3 / spotify

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

Add episode endpoint #234

Closed coolbaluk closed 1 year ago

coolbaluk commented 1 year ago

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

coolbaluk commented 1 year ago

@strideynet 👋 do you mind taking a look ?

strideynet commented 1 year ago

@strideynet 👋 do you mind taking a look ?

Can you include a test ?

coolbaluk commented 1 year ago

@strideynet 👋 do you mind taking a look ?

Can you include a test ?

@strideynet Added a simple test following the pattern