Built docs | AppVeyor Build 230

This commit is contained in:
AppVeyor Doc Generation 2017-09-30 21:25:04 +00:00
parent 09a1f5cc20
commit 70b0ebae07
3 changed files with 25 additions and 24 deletions

View File

@ -258,15 +258,15 @@ static void Main(string[] args)
static void auth_OnResponseReceivedEvent(Token token, string state, string error)
{
//stop the http server
auth.StopHttpServer();
var spotify = new SpotifyWebApiClass()
{
TokenType = token.TokenType,
AccessToken = token.AccessToken
};
//We can now make calls with the token object
//stop the http server
auth.StopHttpServer();
}
</code></pre>
@ -304,8 +304,6 @@ static void Main(string[] args)
private static void auth_OnResponseReceivedEvent(AutorizationCodeAuthResponse response)
{
//Stop the HTTP Server, done.
auth.StopHttpServer();
//NEVER DO THIS! You would need to provide the ClientSecret.
//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
//Stop the HTTP Server, done.
auth.StopHttpServer();
}
</code></pre>

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<url>
<loc>/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
@ -13,85 +13,85 @@
<url>
<loc>/SpotifyWebAPI/gettingstarted/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/examples/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/auth/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/albums/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/artists/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/browse/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/follow/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/library/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/player/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/playlists/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/profiles/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/search/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/tracks/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>/SpotifyWebAPI/util/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>
@ -100,7 +100,7 @@
<url>
<loc>/SpotifyLocalAPI/</loc>
<lastmod>2017-09-03</lastmod>
<lastmod>2017-09-30</lastmod>
<changefreq>daily</changefreq>
</url>