🔉 A Client for the Spotify Web API, written in C#/.NET
Go to file
kg73 fa0f3e2d90 Modified SpotifyWebClient to use a single HttpClient per class lifeti… (#287)
* Modified SpotifyWebClient to use a single HttpClient per class lifetime. This will allow the HttpClient to properly pool connections.
Reference: https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client

* Added suggested changes. Moved ProxyConfig to the constructor of SpotifyWebClient.
2018-09-17 14:44:22 +02:00
SpotifyAPI.Docs Made UserAgent configurable and docs 2018-07-18 21:51:56 +02:00
SpotifyAPI.Web Modified SpotifyWebClient to use a single HttpClient per class lifeti… (#287) 2018-09-17 14:44:22 +02:00
SpotifyAPI.Web.Auth Cleanup 2018-09-04 14:41:35 +02:00
SpotifyAPI.Web.Example Added support for .net 4.6 2018-09-04 14:39:07 +02:00
SpotifyAPI.Web.Tests Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00
.gitattributes Initialisieren Sie das Commit, um ".gitIgnore"- und ".gitAttribute"-Standarddateien hinzuzufügen. 2014-01-07 16:25:32 +01:00
.gitignore Refactored SpotifyUri Parsing (#194) 2017-11-09 15:36:53 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-21 21:09:39 +02:00
donate.svg Added donation link 2018-03-26 01:13:14 +02:00
LICENSE Initial commit 2014-01-28 12:01:07 -08:00
publish.cmd Fixed publish script 2018-08-24 15:12:02 +02:00
README.md Update README.md 2018-09-04 14:46:22 +02:00
SpotifyAPI.sln Updated to .NET Core and reimplemented auth strategies 2018-08-24 14:10:13 +02:00

SpotifyAPI-NET

Build status Nuget Gitter

A Wrapper for Spotify's Web API, written in .NET

Spotify's Web API (link)

Based on simple REST principles, our Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue. The API also provides access to user-related data such as playlists and music saved in a “Your Music” library, subject to users authorization.

Docs and Usage

More Information, Installation-Instructions, Examples and API-Reference can be found at github.io/SpotifyAPI-Net/

NuGet

You can add the API to your project via nuget-package:

Install-Package SpotifyAPI.Web
Install-Package SpotifyAPI.Web.Auth

//or

Install-Package SpotifyAPI.Web -pre
Install-Package SpotifyAPI.Web.Auth -pre

Example

SpotifyLocalAPI Example SpotifyWebAPI Example
WebExample LocalExample

Donations

If you want to support this project or my work in general, you can donate a buck or two via the link below. However, this will be always optional!

Donate Link