-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added `SpotifyAPI.audiobookChapters(_:market:limit:offset:)`. `SpotifyAPI.currentUserSavedAudiobooks(limit:offset:)` now returns the correct type: `PagingObject<Audiobook>` instead of `PagingObject<SavedAudiobook>`. Removed `SpotifyAPI.removeSpecificOccurrencesFromPlaylist(_:of:)` because it is no longer possible to remove items at specific indices from a playlist. `ClientCredentialsFlowBackendManager` now actually conforms to `Hashable` (it already implemented the required methods, but never explicitly declared the conformance) Removed market parameter from `SpotifyAPI.removeSavedAudiobooksForCurrentUser` Removed market parameter from `SpotifyAPI.currentUserSavedShows` Removed "Audiobooks are only available for the US market" from the following methods: `SpotifyAPI.audiobook` `SpotifyAPI.audiobooks` `SpotifyAPI.chapter` `SpotifyAPI.chapters` Removed "Currently, there is a bug in the web API in which the market parameter must be provided, or a 500 server error will be returned. It must be set to "US"." doc comment for `SpotifyAPI.chapter` and `SpotifyAPI.chapters`. Changed the type of `Show.description` from `String` to `String?` because it is sometimes null in the JSON payload Removed "Warning: There is a bug in the web API in which you cannot specify both show and audiobook." in doc comment for "categories" parameter of `SpotifyAPI.search`. Made all properties in `Show` and `Episode` optional (except for those with default values) Replaced `SpotifyAPI.usersFollowPlaylist(_:userURIs:)` with `SpotifyAPI.currentUserFollowsPlaylist(_:)` because this endpoint now only works with the current user Changed type of `releaseDate` for all objects in object model from `Date?` to `String?` Changed type of `PlaylistItem.name` from `String` to `String?` `Show` and `Episode` no longer conform to `SpotifyURIConvertible`. Removed `URIsWithPositionsContainer` and `URIWithPositions`. The following endpoints are now **deprecated** for new web API applications (see https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api): `SpotifyAPI.relatedArtists` `SpotifyAPI.recommendations` `SpotifyAPI.trackAudioFeatures` `SpotifyAPI.tracksAudioFeatures` `SpotifyAPI.trackAudioAnalysis` `SpotifyAPI.featuredPlaylists` `SpotifyAPI.categoryPlaylists`
- Loading branch information
1 parent
e251d77
commit f4747d0
Showing
3,435 changed files
with
4,237 additions
and
5,835 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.