Try it out now
- .NET CLI
- Package Manager
- Package Reference
dotnet add package SpotifyAPI.Web
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
dotnet add package SpotifyAPI.Web.Auth
Install-Package SpotifyAPI.Web
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
Install-Package SpotifyAPI.Web.Auth
<PackageReferenceInclude="SpotifyAPI.Web"Version="7.2.1"/>
<!-- Optional Auth module, which includes an embedded HTTP Server for OAuth2 -->
<PackageReferenceInclude="SpotifyAPI.Web.Auth"Version="7.2.1"/>
[object Object]
Sane Defaults - Easy To Configure
SpotifyAPI-NET allows you to quickly integrate with Spotify's Web API by supplying sane configuration defaults from the start. Later on, behaviour can be customized using extensive configuration possibilities.
[object Object]
All API Calls Integrated
The Spotify Web API consists of over 74 API calls. SpotifyAPI-NET provides fully typed requests/responses for all of them.
[object Object]
.NET Standard 2.X
With the support of .NET Standard 2.X, SpotifyAPI-NET runs on many platforms, including .NET Core, UWP and Xamarin.Forms (Windows, Android, iOS and Mac)
[object Object]
Testable
SpotifyAPI-NET is built on a modular structure, which allows easy testing through mocks and stubs. Learn more by visiting the Testing Guide