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
Copy file name to clipboardExpand all lines: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,13 @@ A Wrapper for Spotify's Web API, written in .NET
12
12
> Based on simple REST principles, our Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue.
13
13
> 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.
14
14
15
-
### Docs and Usage
15
+
**SpotifyAPI.Web**
16
+
> A wrapper around Spotify's Web API, providing sync and async methods to query all possible endpoints. Results are returned as typed class instances, allowing property-based access.
17
+
18
+
**SpotifyAPI.Web.Auth**
19
+
> A library providing C# implementations of the 3 supported Authentication modes, including `ImplicitGrantAuth`, `AuthorizationCodeAuth` and `CredentialsAuth`
16
20
17
-
>Docs are currently outdated and are being worked on. Please refer to the example Project for a rough overview.
21
+
###Docs and Usage
18
22
19
23
More Information, Installation-Instructions, Examples and API-Reference can be found at [github.io/SpotifyAPI-Net/](http://johnnycrazy.github.io/SpotifyAPI-NET/)
Copy file name to clipboardExpand all lines: SpotifyAPI.Docs/docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This project, written in C#/.NET, provides 2 libraries for an easier usage of th
14
14
**SpotifyAPI.Web.Auth**
15
15
> A library providing C# implementations of the 3 supported Authentication modes, including `ImplicitGrantAuth`, `AuthorizationCodeAuth` and `CredentialsAuth`
0 commit comments