🔉 A Client for the Spotify Web API, written in C#/.NET
Go to file
Johnny @PC cbd248a2fe - Updated. (Changelog-date: November 11th, 2014)
- Improved HTTPServer
- Ordered methods in SpotifyWebApiCass
- Added various models for the new endpoints
2014-12-04 18:18:11 +01:00
ILMerge Changed compile input and output 2014-02-13 18:54:14 +01:00
SpotifyAPI - Updated. (Changelog-date: November 11th, 2014) 2014-12-04 18:18:11 +01:00
SpotifyLocalAPIExample Delete API.cs 2014-10-31 16:02:10 +01:00
SpotifyWebAPIExample - Updated. (Changelog-date: November 11th, 2014) 2014-12-04 18:18:11 +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-07-20 22:45:22 +02: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)

Screenshot of the SpotifyLocal-Example: alt text

Please look at the wiki for more information