# @theorchard/songwhip-services-spotify

## 2.0.0

### Major Changes

- Removed thin wrappers around the spotifyFetch function. The wrappers are now baked into the SpotifyClient instead.
- Exports the spotifyFetch function for low-level access to the Spotify API.

- Updated dependencies
  - @theorchard/songwhip-utils@1.2.0

## 1.0.6

### Patch Changes

- Updated dependencies
  - @theorchard/songwhip-utils@1.1.0

## 1.0.5

### Patch Changes

- Added missing api utils for following/unfollowing artists.
- Updated the spotifyFetch function to retry up to two times on 5xx and 429 errors.
- Added logging of fetched data from Spotify API.

## 1.0.2

### Patch Changes

- Fixes issues with auth error parsing.
- Updated dependencies
  - @theorchard/songwhip-utils@1.0.17

## 1.0.1

### Patch Changes

- Initial publish
- Updated dependencies
  - @theorchard/songwhip-utils@1.0.15
