Skip to content

Commit d8688a4

Browse files
committed
update docs
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 78bc5d7 commit d8688a4

File tree

26 files changed

+155
-38
lines changed

26 files changed

+155
-38
lines changed

docs/spotify-web-api-kotlin/alltypes/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h5><a href="../com.adamratzman.spotify.endpoints.client/-client-library-a-p-i.h
147147
<tr>
148148
(common, js, jvm)
149149
<h5><a href="../com.adamratzman.spotify.endpoints.client/-client-library-api/index.html">com.adamratzman.spotify.endpoints.client.ClientLibraryApi</a></h5>
150-
<p>Endpoints for retrieving information about, and managing, tracks that the current user has saved in their “Your Music” library.</p>
150+
<p>Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.</p>
151151
</tr>
152152
<tr>
153153
(common, js, jvm)
@@ -268,6 +268,7 @@ <h5><a href="../com.adamratzman.spotify.models/-episode/index.html">com.adamratz
268268
<tr>
269269
(common, js, jvm)
270270
<h5><a href="../com.adamratzman.spotify.endpoints.public/-episode-api/index.html">com.adamratzman.spotify.endpoints.public.EpisodeApi</a></h5>
271+
<p>Endpoints for retrieving information about one or more episodes from the Spotify catalog.</p>
271272
</tr>
272273
<tr>
273274
(common, js, jvm)

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/-client-library-api/-init-.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1>&lt;init&gt;</h1>
1111
<a name="com.adamratzman.spotify.endpoints.client.ClientLibraryApi$&lt;init&gt;(com.adamratzman.spotify.SpotifyApi((, com.adamratzman.spotify.ISpotifyApiBuilder((, )))))"></a>
1212
(common, js, jvm) <code><span class="identifier">&lt;init&gt;</span><span class="symbol">(</span><span class="identifier" id="com.adamratzman.spotify.endpoints.client.ClientLibraryApi$<init>(com.adamratzman.spotify.SpotifyApi((, com.adamratzman.spotify.ISpotifyApiBuilder((, )))))/api">api</span><span class="symbol">:</span>&nbsp;<a href="../../com.adamratzman.spotify/-generic-spotify-api.html"><span class="identifier">GenericSpotifyApi</span></a><span class="symbol">)</span></code>
13-
<p>Endpoints for retrieving information about, and managing, tracks that the current user has saved in their “Your Music” library.</p>
13+
<p>Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.</p>
1414
<p><strong><a href="https://developer.spotify.com/documentation/web-api/reference/library/">Api Reference</a></strong></p>
1515
</BODY>
1616
</HTML>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/-client-library-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1>ClientLibraryApi</h1>
1111
<a name="com.adamratzman.spotify.endpoints.client.ClientLibraryApi"></a>
1212
(common, js, jvm) <code><span class="keyword">class </span><span class="identifier">ClientLibraryApi</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../com.adamratzman.spotify.http/-spotify-endpoint/index.html"><span class="identifier">SpotifyEndpoint</span></a></code>
13-
<p>Endpoints for retrieving information about, and managing, tracks that the current user has saved in their “Your Music” library.</p>
13+
<p>Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.</p>
1414
<p><strong><a href="https://developer.spotify.com/documentation/web-api/reference/library/">Api Reference</a></strong></p>
1515
<h3>Constructors</h3>
1616
<table>
@@ -21,7 +21,7 @@ <h3>Constructors</h3>
2121
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
2222
</td>
2323
<td>
24-
<p>Endpoints for retrieving information about, and managing, tracks that the current user has saved in their “Your Music” library.</p>
24+
<p>Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.</p>
2525
<code><span class="identifier">&lt;init&gt;</span><span class="symbol">(</span><span class="identifier" id="com.adamratzman.spotify.endpoints.client.ClientLibraryApi$<init>(com.adamratzman.spotify.SpotifyApi((, com.adamratzman.spotify.ISpotifyApiBuilder((, )))))/api">api</span><span class="symbol">:</span>&nbsp;<a href="../../com.adamratzman.spotify/-generic-spotify-api.html"><span class="identifier">GenericSpotifyApi</span></a><span class="symbol">)</span></code></td>
2626
</tr>
2727
</tbody>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h4><a href="-client-library-a-p-i.html">ClientLibraryAPI</a></h4>
4242
<h4><a href="-client-library-api/index.html">ClientLibraryApi</a></h4>
4343
</td>
4444
<td>
45-
<p>Endpoints for retrieving information about, and managing, tracks that the current user has saved in their “Your Music” library.</p>
45+
<p>Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.</p>
4646
<code><span class="keyword">class </span><span class="identifier">ClientLibraryApi</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../com.adamratzman.spotify.http/-spotify-endpoint/index.html"><span class="identifier">SpotifyEndpoint</span></a></code></td>
4747
</tr>
4848
<tr>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.public/-episode-api/-init-.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
<h1>&lt;init&gt;</h1>
1111
<a name="com.adamratzman.spotify.endpoints.public.EpisodeApi$&lt;init&gt;(com.adamratzman.spotify.SpotifyApi((, com.adamratzman.spotify.ISpotifyApiBuilder((, )))))"></a>
1212
(common, js, jvm) <code><span class="identifier">&lt;init&gt;</span><span class="symbol">(</span><span class="identifier" id="com.adamratzman.spotify.endpoints.public.EpisodeApi$<init>(com.adamratzman.spotify.SpotifyApi((, com.adamratzman.spotify.ISpotifyApiBuilder((, )))))/api">api</span><span class="symbol">:</span>&nbsp;<a href="../../com.adamratzman.spotify/-generic-spotify-api.html"><span class="identifier">GenericSpotifyApi</span></a><span class="symbol">)</span></code>
13+
<p>Endpoints for retrieving information about one or more episodes from the Spotify catalog.</p>
14+
<p><strong><a href="https://developer.spotify.com/documentation/web-api/reference/episodes/">Api Reference</a></strong></p>
1315
</BODY>
1416
</HTML>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.public/-episode-api/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<h1>EpisodeApi</h1>
1111
<a name="com.adamratzman.spotify.endpoints.public.EpisodeApi"></a>
1212
(common, js, jvm) <code><span class="keyword">class </span><span class="identifier">EpisodeApi</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../com.adamratzman.spotify.http/-spotify-endpoint/index.html"><span class="identifier">SpotifyEndpoint</span></a></code>
13+
<p>Endpoints for retrieving information about one or more episodes from the Spotify catalog.</p>
14+
<p><strong><a href="https://developer.spotify.com/documentation/web-api/reference/episodes/">Api Reference</a></strong></p>
1315
<h3>Constructors</h3>
1416
<table>
1517
<tbody>
@@ -19,6 +21,7 @@ <h3>Constructors</h3>
1921
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
2022
</td>
2123
<td>
24+
<p>Endpoints for retrieving information about one or more episodes from the Spotify catalog.</p>
2225
<code><span class="identifier">&lt;init&gt;</span><span class="symbol">(</span><span class="identifier" id="com.adamratzman.spotify.endpoints.public.EpisodeApi$<init>(com.adamratzman.spotify.SpotifyApi((, com.adamratzman.spotify.ISpotifyApiBuilder((, )))))/api">api</span><span class="symbol">:</span>&nbsp;<a href="../../com.adamratzman.spotify/-generic-spotify-api.html"><span class="identifier">GenericSpotifyApi</span></a><span class="symbol">)</span></code></td>
2326
</tr>
2427
</tbody>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.public/-tuneable-track-attribute/attribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<h1>attribute</h1>
1111
<a name="com.adamratzman.spotify.endpoints.public.TuneableTrackAttribute$attribute"></a>
1212
(common, js, jvm) <code><span class="keyword">val </span><span class="identifier">attribute</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
13-
<p>The com.adamratzman.spotify id for the track attribute</p>
13+
<p>The spotify id for the track attribute</p>
1414
</BODY>
1515
</HTML>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.public/-tuneable-track-attribute/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>TuneableTrackAttribute</h1>
1414
<p><strong><a href="https://developer.spotify.com/documentation/web-api/reference/browse/get-recommendations/">Api Reference</a></strong></p>
1515
<h3>Parameters</h3>
1616
<p><a name="attribute"></a>
17-
<code>attribute</code> - The com.adamratzman.spotify id for the track attribute</p>
17+
<code>attribute</code> - The spotify id for the track attribute</p>
1818
<h3>Types</h3>
1919
<table>
2020
<tbody>
@@ -187,7 +187,7 @@ <h3>Properties</h3>
187187
<h4><a href="attribute.html">attribute</a></h4>
188188
</td>
189189
<td>
190-
<p>The com.adamratzman.spotify id for the track attribute</p>
190+
<p>The spotify id for the track attribute</p>
191191
<code><span class="keyword">val </span><span class="identifier">attribute</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
192192
</tr>
193193
<tr>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ <h4><a href="-browse-api/index.html">BrowseApi</a></h4>
7676
<h4><a href="-episode-api/index.html">EpisodeApi</a></h4>
7777
</td>
7878
<td>
79+
<p>Endpoints for retrieving information about one or more episodes from the Spotify catalog.</p>
7980
<code><span class="keyword">class </span><span class="identifier">EpisodeApi</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../com.adamratzman.spotify.http/-spotify-endpoint/index.html"><span class="identifier">SpotifyEndpoint</span></a></code></td>
8081
</tr>
8182
<tr>

docs/spotify-web-api-kotlin/com.adamratzman.spotify.http/-spotify-endpoint/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h4><a href="../../com.adamratzman.spotify.endpoints.public/-browse-api/index.ht
101101
<h4><a href="../../com.adamratzman.spotify.endpoints.client/-client-library-api/index.html">ClientLibraryApi</a></h4>
102102
</td>
103103
<td>
104-
<p>Endpoints for retrieving information about, and managing, tracks that the current user has saved in their “Your Music” library.</p>
104+
<p>Endpoints for retrieving information about, and managing, tracks and albums that the current user has saved in their “Your Music” library.</p>
105105
<code><span class="keyword">class </span><span class="identifier">ClientLibraryApi</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">SpotifyEndpoint</span></a></code></td>
106106
</tr>
107107
<tr>
@@ -129,6 +129,7 @@ <h4><a href="../../com.adamratzman.spotify.endpoints.client/-client-player-api/i
129129
<h4><a href="../../com.adamratzman.spotify.endpoints.public/-episode-api/index.html">EpisodeApi</a></h4>
130130
</td>
131131
<td>
132+
<p>Endpoints for retrieving information about one or more episodes from the Spotify catalog.</p>
132133
<code><span class="keyword">class </span><span class="identifier">EpisodeApi</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">SpotifyEndpoint</span></a></code></td>
133134
</tr>
134135
<tr>

0 commit comments

Comments
 (0)