🔉 A Client for the Spotify Web API, written in C#/.NET
Go to file
Johnny Dellinger @PC b0f687c994 Rearranged models
2015-07-26 14:02:22 +02:00
.nuget Added .nuget folder 2015-07-07 18:34:59 +02:00
SpotifyAPI Rearranged models 2015-07-26 14:02:22 +02:00
SpotifyAPI.Example Full Rewrite & Cleanup (New documentation follows) 2015-07-07 18:11:11 +02:00
SpotifyAPI.Tests Added .nuget folder 2015-07-07 18:34:59 +02:00
.gitattributes Initialisieren Sie das Commit, um ".gitIgnore"- und ".gitAttribute"-Standarddateien hinzuzufügen. 2014-01-07 16:25:32 +01:00
.gitignore Full Rewrite & Cleanup (New documentation follows) 2015-07-07 18:11:11 +02:00
LICENSE Initial commit 2014-01-28 12:01:07 -08:00
README.md Added AppVeyor status badge 2015-07-07 19:38:54 +02:00
SpotifyAPI.sln Added .nuget folder 2015-07-07 18:34:59 +02:00

SpotifyAPI-NET Build status

An API for the Spotify-Client and Spotify's Web API, written in .NET
Look at the example provided in the Repo

Following 3 files will be needed for all features:

  • SpotifyAPI.dll
  • Newtonsoft.Json.dll (Will be merged into SpotifyAPI.dll in the official Releases using ILMerge)
  • nircmd.dll (Used to Mute & UnMute Spotify)

Please look at the wiki for more information, it provides examples and a documentation.

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

Install-Package SpotifyAPI-NET

###Example

Screenshot of the SpotifyLocal-Example: alt text