zmb3 / spotify

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

GetEpisode/GetEpisodes APIs? #140

Closed AttilaTheFun closed 3 years ago

AttilaTheFun commented 3 years ago

I saw there were some structures defined for podcast episodes, but the APIs to fetch episodes by IDs don't seem to be implemented here. The APIs are documented here: https://developer.spotify.com/console/get-several-episodes/ Is this something on your roadmap? If not I'd be happy to make a PR to add these APIs. I figure it would be pretty simple to copy the artist / album fetching functions.

zmb3 commented 3 years ago

Would love a PR! Thanks

AttilaTheFun commented 3 years ago

Cool thanks! I probably won't have time this week, but I put it on my todo list and will try to get to it next week. 😃

MohitVachhani commented 3 years ago

This is the same thing, right: https://github.com/zmb3/spotify/pull/157 ?

strideynet commented 3 years ago

That appears to be correct @MohitVachhani