mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Built docs | AppVeyor Build 199
This commit is contained in:
parent
8151f3dc3b
commit
3142990ff0
@ -288,7 +288,7 @@ static void Main(string[] args)
|
|||||||
//Set this to localhost if you want to use the built-in HTTP Server
|
//Set this to localhost if you want to use the built-in HTTP Server
|
||||||
RedirectUri = "http://localhost",
|
RedirectUri = "http://localhost",
|
||||||
//How many permissions we need?
|
//How many permissions we need?
|
||||||
Scope = Scope.USER_READ_PRIVATE,
|
Scope = Scope.UserReadPrivate,
|
||||||
};
|
};
|
||||||
//This will be called, if the user cancled/accept the auth-request
|
//This will be called, if the user cancled/accept the auth-request
|
||||||
auth.OnResponseReceivedEvent += auth_OnResponseReceivedEvent;
|
auth.OnResponseReceivedEvent += auth_OnResponseReceivedEvent;
|
||||||
@ -338,7 +338,7 @@ static void Main(string[] args)
|
|||||||
//Your client secret UNSECURE!!
|
//Your client secret UNSECURE!!
|
||||||
ClientSecret = "XXXXXXXXXXXX",
|
ClientSecret = "XXXXXXXXXXXX",
|
||||||
//How many permissions we need?
|
//How many permissions we need?
|
||||||
Scope = Scope.USER_READ_PRIVATE,
|
Scope = Scope.UserReadPrivate,
|
||||||
};
|
};
|
||||||
//With this token object, we now can make calls
|
//With this token object, we now can make calls
|
||||||
Token token = auth.DoAuth();
|
Token token = auth.DoAuth();
|
||||||
|
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-06-06</lastmod>
|
<lastmod>2017-06-07</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-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/examples/</loc>
|
<loc>/SpotifyWebAPI/examples/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/auth/</loc>
|
<loc>/SpotifyWebAPI/auth/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/albums/</loc>
|
<loc>/SpotifyWebAPI/albums/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/artists/</loc>
|
<loc>/SpotifyWebAPI/artists/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/browse/</loc>
|
<loc>/SpotifyWebAPI/browse/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/follow/</loc>
|
<loc>/SpotifyWebAPI/follow/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/library/</loc>
|
<loc>/SpotifyWebAPI/library/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/player/</loc>
|
<loc>/SpotifyWebAPI/player/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/playlists/</loc>
|
<loc>/SpotifyWebAPI/playlists/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/profiles/</loc>
|
<loc>/SpotifyWebAPI/profiles/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/search/</loc>
|
<loc>/SpotifyWebAPI/search/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/tracks/</loc>
|
<loc>/SpotifyWebAPI/tracks/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyWebAPI/util/</loc>
|
<loc>/SpotifyWebAPI/util/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/SpotifyLocalAPI/</loc>
|
<loc>/SpotifyLocalAPI/</loc>
|
||||||
<lastmod>2017-06-06</lastmod>
|
<lastmod>2017-06-07</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user