witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
178 stars 33 forks source link

Add Search Endpoint #44

Closed Mirageofmage closed 2 years ago

Mirageofmage commented 2 years ago

This PR introduces a new structure SearchResult, and functionality to allow for search within Spotify.

The SearchResult structure contains song, album, and artist information.

witnessmenow commented 2 years ago

Thanks for the contribution!