Version: 6.X
Introduction
This open source library for the Spotify Web API provides an easy to use interface for .NET based languages, like C# and VisualBasic .NET. By using it you can query general spotify catalog information (tracks, albums and playlists), manage user-related content ("My Library", create and edit playlists) and control the users music players (play, stop, transfer playback, play specific track).
#
FeaturesFrom version 6 onwards, the library was built with the following features included:
- โ Typed responses and requests to over 74 endpoints. Complete and always up to date.
- โ
Supports
.NET 5.0
and.NET Standard 2.X
, which includes all major platforms, including mobile:.NET Framework
UWP
.NET Core
Xamarin.Forms
- โ
Included
HTTPClient
, but feel free to bring your own! - โ Logging supported
- โ Retry Handlers supported
- โ Proxy support
- โ Pagination support
- โ
All OAuth2 Authentications supported for use in
ASP .NET
andCLI
apps - โ Modular structure, for easy unit testing