mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Built docs | AppVeyor Build 230
This commit is contained in:
parent
09a1f5cc20
commit
70b0ebae07
@ -258,15 +258,15 @@ static void Main(string[] args)
|
|||||||
|
|
||||||
static void auth_OnResponseReceivedEvent(Token token, string state, string error)
|
static void auth_OnResponseReceivedEvent(Token token, string state, string error)
|
||||||
{
|
{
|
||||||
//stop the http server
|
|
||||||
auth.StopHttpServer();
|
|
||||||
|
|
||||||
var spotify = new SpotifyWebApiClass()
|
var spotify = new SpotifyWebApiClass()
|
||||||
{
|
{
|
||||||
TokenType = token.TokenType,
|
TokenType = token.TokenType,
|
||||||
AccessToken = token.AccessToken
|
AccessToken = token.AccessToken
|
||||||
};
|
};
|
||||||
//We can now make calls with the token object
|
//We can now make calls with the token object
|
||||||
|
|
||||||
|
//stop the http server
|
||||||
|
auth.StopHttpServer();
|
||||||
}
|
}
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
@ -304,8 +304,6 @@ static void Main(string[] args)
|
|||||||
|
|
||||||
private static void auth_OnResponseReceivedEvent(AutorizationCodeAuthResponse response)
|
private static void auth_OnResponseReceivedEvent(AutorizationCodeAuthResponse response)
|
||||||
{
|
{
|
||||||
//Stop the HTTP Server, done.
|
|
||||||
auth.StopHttpServer();
|
|
||||||
|
|
||||||
//NEVER DO THIS! You would need to provide the ClientSecret.
|
//NEVER DO THIS! You would need to provide the ClientSecret.
|
||||||
//You would need to do it e.g via a PHP-Script.
|
//You would need to do it e.g via a PHP-Script.
|
||||||
@ -318,6 +316,9 @@ private static void auth_OnResponseReceivedEvent(AutorizationCodeAuthResponse re
|
|||||||
};
|
};
|
||||||
|
|
||||||
//With the token object, you can now make API calls
|
//With the token object, you can now make API calls
|
||||||
|
|
||||||
|
//Stop the HTTP Server, done.
|
||||||
|
auth.StopHttpServer();
|
||||||
}
|
}
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
32
sitemap.xml
32
sitemap.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/</loc>
|
<loc>/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -13,85 +13,85 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/gettingstarted/</loc>
|
<loc>/SpotifyWebAPI/gettingstarted/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/examples/</loc>
|
<loc>/SpotifyWebAPI/examples/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/auth/</loc>
|
<loc>/SpotifyWebAPI/auth/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/albums/</loc>
|
<loc>/SpotifyWebAPI/albums/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/artists/</loc>
|
<loc>/SpotifyWebAPI/artists/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/browse/</loc>
|
<loc>/SpotifyWebAPI/browse/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/follow/</loc>
|
<loc>/SpotifyWebAPI/follow/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/library/</loc>
|
<loc>/SpotifyWebAPI/library/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/player/</loc>
|
<loc>/SpotifyWebAPI/player/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/playlists/</loc>
|
<loc>/SpotifyWebAPI/playlists/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/profiles/</loc>
|
<loc>/SpotifyWebAPI/profiles/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/search/</loc>
|
<loc>/SpotifyWebAPI/search/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/tracks/</loc>
|
<loc>/SpotifyWebAPI/tracks/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/util/</loc>
|
<loc>/SpotifyWebAPI/util/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyLocalAPI/</loc>
|
<loc>/SpotifyLocalAPI/</loc>
|
||||||
<lastmod>2017-09-03</lastmod>
|
<lastmod>2017-09-30</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user