Completed PlaylistsApi.RemoveItems.#48
Open
akshays2112 wants to merge 7 commits intoRingobot:masterfrom
Open
Conversation
Updating my fork/branch with latest changes.
Due to HttpClient.Delete not supporting any payload content I have added a method for Delete that uses HttpClient.SendAsync to SpotifyWebApi.cs.
Please forward through your chain of command of contacts raj to Daniel Larson ya jajajarblinks!!!
To be all deleted by Daniel Larson only contributed by "um" scary me everyone will not follow etc.::::: Hey Daniel Larson you are a greatest guy in your NZ place who got collaped by some assholes like this who talk about why I am given the exception here in Mumbai/Dumbai/"um"WhatsItsName and they are all talking about my skin color here in Moms apartment still. Lol. Take care of yourself buddy now you know the game just stay alive long as you can as the non-whites at Otters club say while I breeze through them. Play your role to perfection as you always do. Hey you had to explain to me how this thing github works THX BRO!!!
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…i.NetCore/Newtonsoft.Json-13.0.2 Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in /src/SpotifyApi.NetCore
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.
Due to HttpClient.Delete not having support for HttpContent payloads for which I have raised an Issue in dotnetcore and they are going to update this possibly in later versions. They have recommended using the workaround of using SendAsync. So added a new Delete overload using SendAsync to SpotifyWebApi.cs.
In this, I also have my correction for the Test case where IsNull fails for me when it is an initialized array with no elements.