Built docs | AppVeyor Build 150

This commit is contained in:
AppVeyor Doc Generation 2016-08-27 16:00:49 +00:00
parent 7a4abe3eb5
commit 3ec8925b68
2 changed files with 2 additions and 3 deletions

View File

@ -187,7 +187,6 @@ So after you added the API to your project, you may want to add following import
<pre><code class="cs">using SpotifyAPI.Local; //Base Namespace <pre><code class="cs">using SpotifyAPI.Local; //Base Namespace
using SpotifyAPI.Local.Enums; //Enums using SpotifyAPI.Local.Enums; //Enums
using SpotifyAPI.Local.Models; //Models for the JSON-responses using SpotifyAPI.Local.Models; //Models for the JSON-responses
using SpotifyAPI.Local; //Base Namespace
</code></pre> </code></pre>
<p><strong>Basic-Usage</strong><br /> <p><strong>Basic-Usage</strong><br />

File diff suppressed because one or more lines are too long