🔉 A Client for the Spotify Web API, written in C#/.NET
Go to file
Gus Perez (Home) 84b28a1aa9 Added beta support to SpotifyLocalAPIClass
Adds support for the spotifybeta.exe and spotifybetawebhelper.exe
version of the Spotify desktop client for Windows.
2015-02-22 11:31:27 -08:00
ILMerge Changed compile input and output 2014-02-13 18:54:14 +01:00
SpotifyAPI Added beta support to SpotifyLocalAPIClass 2015-02-22 11:31:27 -08:00
SpotifyLocalAPIExample Added beta support to SpotifyLocalAPIClass 2015-02-22 11:31:27 -08:00
SpotifyWebAPIExample Updated to support latest features (Changelog-date: February 11th, 2015) 2015-02-13 00:23:07 +01:00
.gitattributes Initialisieren Sie das Commit, um ".gitIgnore"- und ".gitAttribute"-Standarddateien hinzuzufügen. 2014-01-07 16:25:32 +01:00
.gitignore Initial commit 2014-01-28 12:01:07 -08:00
LICENSE Initial commit 2014-01-28 12:01:07 -08:00
Newtonsoft.Json.dll Added Files 2014-02-01 13:52:33 +01:00
nircmd.dll Added Files 2014-02-01 13:52:33 +01:00
README.md Update README.md 2014-12-05 15:18:32 +01:00
SpotifyAPI.sln Addition to last commit | Added ability to queue songs 2014-08-05 18:56:29 +02:00

SpotifyAPI-NET

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