mpfthprblmtq/ReleaseTracker

Hook for Spotify

Closed this issue · 0 comments

Need to create the base hook for Spotify.

https://developer.spotify.com/documentation/web-api

Will need to authenticate and store the token somewhere locally.

https://developer.spotify.com/documentation/web-api/concepts/access-token

Will need (at minimum) the following endpoints:

Search

https://developer.spotify.com/documentation/web-api/reference/search
Initial search to add artists to track

Get Artist

https://developer.spotify.com/documentation/web-api/reference/get-an-artist
Gets the artist data on load

Get Tracks from Artist

https://developer.spotify.com/documentation/web-api/reference/get-an-artists-albums
Gets the tracks from the artist using the id
Will probably need to evaluate the filters and stuff for this