You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API for the Spotify-Client and Spotify's Web API, written in .NET
5
-
Look at the example provided in the Repo
6
5
7
-
Following 3 files will be needed for all features:
8
-
+ SpotifyAPI.dll
9
-
+ Newtonsoft.Json.dll (Will be merged into SpotifyAPI.dll in the official Releases using ILMerge)
10
-
+ nircmd.dll (Used to Mute & UnMute Spotify)
6
+
**Spotify's Web API** ([link](https://developer.spotify.com/web-api/))
7
+
> Based on simple REST principles, our Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue.
8
+
> The API also provides access to user-related data such as playlists and music saved in a “Your Music” library, subject to user’s authorization.
11
9
12
-
Please look at the [wiki](https://github.com/JohnnyCrazy/SpotifyAPI-NET/wiki) for more information, it provides examples and a documentation.
10
+
**Spotify's *unofficial* Local API**
11
+
> Do you ever wanted to control your local Spotify Client with some sort of API? Now you can! This API gives you full control over your spotify client.
12
+
> You can get infos about the currently playing song, get its Album-Art, skip/pause and much more. It also features multiple Event-Interfaces.
13
13
14
-
###Installation
14
+
###Docs and Usage
15
+
16
+
More Information, Installation-Instructions, Examples and API-Reference can be found at [github.io/SpotifyAPI-Net/](http://johnnycrazy.github.io/SpotifyAPI-NET/)
17
+
18
+
###NuGet
15
19
You can add the API to your project via [nuget-package](https://www.nuget.org/packages/SpotifyAPI-NET/):
0 commit comments