Add delete_playlist support for Rust SDK 3.1.0 - #8
Merged
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
Client::delete_playlist(id, &json!({}))forDELETE /playlists/{id}and preparespodcast-api3.1.0. The generated README includes the permanent-deletion warning and a runnable public-mock example; the method preserves the existingResponsewrapper and positional path-argument convention.The contract and test dispatcher now cover 31 methods. Focused tests verify encoded playlist IDs, an empty DELETE body, response headers, API errors, client isolation, validation, timeouts, and disabled redirects/retries. Rust 1.88 remains the minimum; dependencies are unchanged.
Validation:
Crates.io publication is separate. The website's published-version gate remains at 3.0.0 until the new crate is available.