SpotifyApi.NetCore
SpotifyApi.NetCore copied to clipboard
Lightweight .NET Core wrapper for the Spotify Web API
GetPlaylists is not passing limit and offset parameters to GetPlaylists: https://github.com/Ringobot/SpotifyApi.NetCore/blob/master/src/SpotifyApi.NetCore/PlaylistsApi.cs#L54 Can you fix it for us?
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...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
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...
Nice project. But i am missing label,popularity,external_ids, and copyrights info from album model, they may be not in documentation but are available in json response.
`PlayerApi.GetCurrentPlaybackInfo()` returns `null` when no devices are connected. I propose we return a result which reflects the API response to make this less ambiguous, e.g. ``` SpotifyResponse HttpStatusCode = 204,...
Creating this issue in response to #49 . * User configurable retry, backoff and circuit breaker * Handle retry-after headers (if any) from throttling errors
Hello, How can I handle throttling ?