Skip to content

Releases: zembrodt/showtunes-api

v1.1.0

12 Jun 22:37
18459cd
Compare
Choose a tag to compare

1.1.0

  • Upgraded to Go 1.20
  • Refactored valid domains to be configurable
  • Updated environment variables to need prefix SHOWTUNES_
  • Refactored /v1/color endpoint to return response { "color": "<hex string>" }
  • Refactored refresh token from PUT request to POST request on same endpoint as authorization token
    • Matches Spotify's own token API endpoint request
    • Added grant_type to determine between authorization_token or refresh_token
    • Renamed endpoint from v1/auth/tokens to v1/auth/token
  • Added more detail to README for endpoints and configurations

v1.0.0

09 Dec 21:03
a58e287
Compare
Choose a tag to compare

1.0.0

  • Renamed app to Showtunes API
  • Changed API root from /api to /v1

v0.1.1

29 Nov 16:14
Compare
Choose a tag to compare

0.1.1

  • Added album color endpoint to retrieve the dominant color of an album cover art
  • Added auth endpoint to correctly refresh a token via Spotify OAuth2

v0.0.1

29 Nov 16:12
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

0.0.1

Initial pre-release of API for music-display.

Provides an auth endpoint to retrieve token from Spotify via OAuth2.