CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

Added get_artist and get_track #25

Closed bryjjch closed 11 months ago

bryjjch commented 11 months ago

Added the get_artist and get_track methods to the SpotifyAPI so that services in the application are able to retrieve track and artist information upon receiving their artist and track ids.

Motivation and Context

We need to retrieve images and song information of our artists and tracks, meaning that after retrieving their ids from the search method, we need to use get_artist and get_track to get this information.

Your Changes

Added get_artist and get_track to SpotifyAPI.

Type of change (select all that apply):

Testing

Questions and Comments (if applicable)

Checklist