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
`var spotify = new SpotifyClient("YourAccessToken");
15
+
constexampleCode=`var spotify = new SpotifyClient("YourAccessToken");
16
16
17
17
var me = await spotify.UserProfile.Current();
18
18
Console.WriteLine($"Hello there {me.DisplayName}");
@@ -30,7 +30,9 @@ const features = [
30
30
imageUrl: 'img/undraw_preferences_uuo2.svg',
31
31
description: ()=>(
32
32
<>
33
-
<code>SpotifyAPI-NET</code> allows you to quickly integrate with Spotify's Web API by supplying sane configuration defaults from the start. Later on, behaviour can be customized using extensive configuration possibilities.
33
+
<code>SpotifyAPI-NET</code> allows you to quickly integrate with Spotify's Web API by supplying sane
34
+
configuration defaults from the start. Later on, behaviour can be customized using extensive configuration
The Spotify Web API consists of over 74 API calls. <code>SpotifyAPI-NET</code> provides fully typed requests/responses for all of them.
44
+
The Spotify Web API consists of over 74 API calls. <code>SpotifyAPI-NET</code> provides fully typed
45
+
requests/responses for all of them.
43
46
</>
44
47
),
45
48
},
@@ -48,7 +51,8 @@ const features = [
48
51
imageUrl: 'img/undraw_Devices_e67q.svg',
49
52
description: ()=>(
50
53
<>
51
-
With the support of .NET Standard 2.X, <code>SpotifyAPI-NET</code> runs on many platforms, including .NET Core, UWP and Xamarin.Forms (Windows, Android, iOS and Mac)
54
+
With the support of .NET Standard 2.X, <code>SpotifyAPI-NET</code> runs on many platforms, including .NET Core,
55
+
UWP and Xamarin.Forms (Windows, Android, iOS and Mac)
52
56
</>
53
57
),
54
58
},
@@ -57,7 +61,8 @@ const features = [
57
61
imageUrl: 'img/undraw_QA_engineers_dg5p.svg',
58
62
description: ()=>(
59
63
<>
60
-
<code>SpotifyAPI-NET</code> is built on a modular structure, which allows easy testing through mocks and stubs. Learn more by visiting the <Linkto={useBaseUrl('docs/next/testing')}>Testing Guide</Link>
64
+
<code>SpotifyAPI-NET</code> is built on a modular structure, which allows easy testing through mocks and stubs.
65
+
Learn more by visiting the <Linkto={useBaseUrl('docs/next/testing')}>Testing Guide</Link>
61
66
</>
62
67
),
63
68
},
@@ -82,9 +87,7 @@ function Home() {
82
87
constcontext=useDocusaurusContext();
83
88
const{ siteConfig ={}}=context;
84
89
return(
85
-
<Layout
86
-
title={`${siteConfig.title}`}
87
-
description="Documentation for the C# .NET SpotifyAPI-NET Library">
90
+
<Layouttitle={`${siteConfig.title}`}description="Documentation for the C# .NET SpotifyAPI-NET Library">
0 commit comments