SpotifyAPI-NET icon indicating copy to clipboard operation
SpotifyAPI-NET copied to clipboard

:sound: A Client for the Spotify Web API, written in C#/.NET

Results 39 SpotifyAPI-NET issues
Sort by recently updated
recently updated
newest added

Is it possible to use a custom RetryHandler to refresh the access token? I've already tried to update the Authorization header of the request in HandleRetry but the retry will...

enhancement
pending

Bumps [MvvmCross](https://github.com/MvvmCross/MvvmCross) from 8.0.2 to 9.0.1. Changelog Sourced from MvvmCross's changelog. 9.0.1 (2022-09-10) Full Changelog Fixed bugs: Fixed condition of including macos-related stuff into the build. Fixe… #4480 (snechaev) Merged...

dependencies
.NET

Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 6.0.8 to 6.0.9. Release notes Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases. .NET 6.0.9 Release Commits 3fe12b9 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime 066f1bc [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime d702899 [internal/release/6.0]...

dependencies
.NET

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. Commits 83d2f81 Bump version to 17.3.1 and cherry-pick loc files (#3966) 016e237...

dependencies
.NET

Bumps [AspNet.Security.OAuth.Spotify](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) from 6.0.6 to 6.0.11. Release notes Sourced from AspNet.Security.OAuth.Spotify's releases. 6.0.11 Added Add Xumm provider (#720) Thanks @​DominiqueBlomsma! Contributors @​DominiqueBlomsma @​martincostello Full Changelog: https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/compare/6.0.10...6.0.11 6.0.10 Fixed Fix privilege...

dependencies
.NET

Bumps [EmbedIO](https://github.com/unosquare/embedio) from 3.4.3 to 3.5.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=EmbedIO&package-manager=nuget&previous-version=3.4.3&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) from 7.0.15 to 7.0.16. Release notes Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases. .NET 7.0.16 Release Commits 610fe43 Merged PR 36652: [internal/release/7.0] Merge from public ba2ce58 Merged PR 36581: [internal/release/7.0] Update...

dependencies
.NET

Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 8.0.1 to 8.0.2. Release notes Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases. .NET 8.0.2 Release Commits da7e989 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore 0c785c5 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime 8fdc5e8 [internal/release/8.0]...

dependencies
.NET

The commit revises documentation and parameters in the Spotify API client interfaces. The changes update URLs in the documentation for better clarity, standardize punctuation in parameter descriptions, and modify the...

When using PlayListClient.ReplaceItems(playlist.Id, new PlaylistReplaceItemsRequest(uris), the return code from the ReplaceItems returns false when the HttpResponse is OK from the Spotify endpoint. In the code, it makes the assumption that...

bug