JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.51k stars 310 forks source link

Get all the artists from the song #125

Closed MagicLegend closed 7 years ago

MagicLegend commented 7 years ago

Hi,

I need a way to get all the artists from a song, which is currently not possible according to the documentation. Is this something that can be put in?

Thanks.

MagicLegend

JohnnyCrazy commented 7 years ago

https://johnnycrazy.github.io/SpotifyAPI-NET/SpotifyWebAPI/tracks/#gettrack and https://developer.spotify.com/web-api/object-model/#track-object-full

MagicLegend commented 7 years ago

I'm sorry! I've only looked at the local API (which I'm using right now), not the web one. Guess I have some more work to do :). Thanks for your time!