Skip to content

Commit eda1337

Browse files
authored
Merge pull request #141 from adamint/multiplatform
Add Multiplatform Support (JVM/JS)
2 parents 63d976f + 945309c commit eda1337

39 files changed

+86
-364
lines changed

docs/com/adamratzman/spotify/SpotifyApiBuilderDsl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3>Method Summary</h3>
170170
</tr>
171171
<tr id="i2" class="altColor">
172172
<td class="colFirst"><code>void</code></td>
173-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#buildClientAsync-consumer-">buildClientAsync</a></span>(kotlin.jvm.functions.Function1&lt;? super com.adamratzman.spotify.SpotifyClientAPI,kotlin.Unit&gt;&nbsp;consumer)</code>
173+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#buildClientAsync-consumer-">buildClientAsync</a></span>(kotlin.jvm.functions.Function1&lt;? super com.adamratzman.spotify.SpotifyClientApi,kotlin.Unit&gt;&nbsp;consumer)</code>
174174
<div class="block">Build the client api using a provided authorization code, token string, or token object (only one of which
175175
is necessary)</div>
176176
</td>
@@ -362,7 +362,7 @@ <h4>buildCredentialed</h4>
362362
<ul class="blockList">
363363
<li class="blockList">
364364
<h4>buildClientAsync</h4>
365-
<pre>public&nbsp;void&nbsp;buildClientAsync(kotlin.jvm.functions.Function1&lt;? super com.adamratzman.spotify.SpotifyClientAPI,kotlin.Unit&gt;&nbsp;consumer)</pre>
365+
<pre>public&nbsp;void&nbsp;buildClientAsync(kotlin.jvm.functions.Function1&lt;? super com.adamratzman.spotify.SpotifyClientApi,kotlin.Unit&gt;&nbsp;consumer)</pre>
366366
<div class="block"><p><p>Build the client api using a provided authorization code, token string, or token object (only one of which
367367
is necessary)</p></p><p><p><p>Provide a consumer object to be executed after the client has been successfully built</p></p></p></div>
368368
</li>

docs/com/adamratzman/spotify/SpotifyAppAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SpotifyAppAPI</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.SpotifyAppAPI class">
9+
<meta name="keywords" content="com.adamratzman.spotify.SpotifyAppApi class">
1010
<meta name="keywords" content="getSearch()">
1111
<meta name="keywords" content="getAlbums()">
1212
<meta name="keywords" content="getBrowse()">
@@ -113,7 +113,7 @@ <h2 title="Class SpotifyAppAPI" class="title">Class SpotifyAppAPI</h2>
113113
<li>SpotifyAPI</li>
114114
<li>
115115
<ul class="inheritance">
116-
<li>com.adamratzman.spotify.SpotifyAppAPI</li>
116+
<li>com.adamratzman.spotify.SpotifyAppApi</li>
117117
</ul>
118118
</li>
119119
</ul>

docs/com/adamratzman/spotify/SpotifyClientAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SpotifyClientAPI</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.SpotifyClientAPI class">
9+
<meta name="keywords" content="com.adamratzman.spotify.SpotifyClientApi class">
1010
<meta name="keywords" content="getSearch()">
1111
<meta name="keywords" content="getAlbums()">
1212
<meta name="keywords" content="getBrowse()">
@@ -123,7 +123,7 @@ <h2 title="Class SpotifyClientAPI" class="title">Class SpotifyClientAPI</h2>
123123
<li>SpotifyAPI</li>
124124
<li>
125125
<ul class="inheritance">
126-
<li>com.adamratzman.spotify.SpotifyClientAPI</li>
126+
<li>com.adamratzman.spotify.SpotifyClientApi</li>
127127
</ul>
128128
</li>
129129
</ul>

docs/com/adamratzman/spotify/endpoints/client/ClientFollowingAPI.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientFollowingAPI</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientFollowingAPI class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientFollowingApi class">
1010
<meta name="keywords" content="isFollowingUser()">
1111
<meta name="keywords" content="isFollowingPlaylist()">
1212
<meta name="keywords" content="isFollowingUsers()">
@@ -120,7 +120,7 @@ <h2 title="Class ClientFollowingAPI" class="title">Class ClientFollowingAPI</h2>
120120
<li>FollowingAPI</li>
121121
<li>
122122
<ul class="inheritance">
123-
<li>com.adamratzman.spotify.endpoints.client.ClientFollowingAPI</li>
123+
<li>com.adamratzman.spotify.endpoints.client.ClientFollowingApi</li>
124124
</ul>
125125
</li>
126126
</ul>
@@ -272,7 +272,7 @@ <h3>Method Summary</h3>
272272
</tr>
273273
</table>
274274
<ul class="blockList">
275-
<li class="blockList"><a name="methods.inherited.from.class.com.adamratzman.spotify.endpoints.public.FollowingAPI">
275+
<li class="blockList"><a name="methods.inherited.from.class.com.adamratzman.spotify.endpoints.public.FollowingApi">
276276
<!-- -->
277277
</a>
278278
<h3>Methods inherited from class&nbsp;com.adamratzman.spotify.endpoints.public.<a href="../../../../../com/adamratzman/spotify/endpoints/public/FollowingAPI.html" title="class in com.adamratzman.spotify.endpoints.public">FollowingAPI</a></h3>

docs/com/adamratzman/spotify/endpoints/client/ClientLibraryAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientLibraryAPI</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientLibraryAPI class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientLibraryApi class">
1010
<meta name="keywords" content="getSavedTracks()">
1111
<meta name="keywords" content="getSavedAlbums()">
1212
<meta name="keywords" content="contains()">
@@ -106,7 +106,7 @@ <h2 title="Class ClientLibraryAPI" class="title">Class ClientLibraryAPI</h2>
106106
<li>SpotifyEndpoint</li>
107107
<li>
108108
<ul class="inheritance">
109-
<li>com.adamratzman.spotify.endpoints.client.ClientLibraryAPI</li>
109+
<li>com.adamratzman.spotify.endpoints.client.ClientLibraryApi</li>
110110
</ul>
111111
</li>
112112
</ul>

docs/com/adamratzman/spotify/endpoints/client/ClientPersonalizationAPI.TimeRange.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientPersonalizationAPI.TimeRange</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPersonalizationAPI.TimeRange class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPersonalizationApi.TimeRange class">
1010
<meta name="keywords" content="toString()">
1111
<meta name="keywords" content="getId()">
1212
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

docs/com/adamratzman/spotify/endpoints/client/ClientPersonalizationAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientPersonalizationAPI</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPersonalizationAPI class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPersonalizationApi class">
1010
<meta name="keywords" content="getTopArtists()">
1111
<meta name="keywords" content="getTopTracks()">
1212
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -103,7 +103,7 @@ <h2 title="Class ClientPersonalizationAPI" class="title">Class ClientPersonaliza
103103
<li>SpotifyEndpoint</li>
104104
<li>
105105
<ul class="inheritance">
106-
<li>com.adamratzman.spotify.endpoints.client.ClientPersonalizationAPI</li>
106+
<li>com.adamratzman.spotify.endpoints.client.ClientPersonalizationApi</li>
107107
</ul>
108108
</li>
109109
</ul>

docs/com/adamratzman/spotify/endpoints/client/ClientPlayerAPI.PlayerRepeatState.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientPlayerAPI.PlayerRepeatState</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPlayerAPI.PlayerRepeatState class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPlayerApi.PlayerRepeatState class">
1010
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../../../script.js"></script>
1212
</head>

docs/com/adamratzman/spotify/endpoints/client/ClientPlayerAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientPlayerAPI</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPlayerAPI class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPlayerApi class">
1010
<meta name="keywords" content="getDevices()">
1111
<meta name="keywords" content="getCurrentContext()">
1212
<meta name="keywords" content="getRecentlyPlayed()">
@@ -115,7 +115,7 @@ <h2 title="Class ClientPlayerAPI" class="title">Class ClientPlayerAPI</h2>
115115
<li>SpotifyEndpoint</li>
116116
<li>
117117
<ul class="inheritance">
118-
<li>com.adamratzman.spotify.endpoints.client.ClientPlayerAPI</li>
118+
<li>com.adamratzman.spotify.endpoints.client.ClientPlayerApi</li>
119119
</ul>
120120
</li>
121121
</ul>

docs/com/adamratzman/spotify/endpoints/client/ClientPlaylistAPI.Snapshot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ClientPlaylistAPI.Snapshot</title>
88
<meta name="date" content="2019-08-13">
9-
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPlaylistAPI.Snapshot class">
9+
<meta name="keywords" content="com.adamratzman.spotify.endpoints.client.ClientPlaylistApi.Snapshot class">
1010
<meta name="keywords" content="getSnapshotId()">
1111
<meta name="keywords" content="component1()">
1212
<meta name="keywords" content="copy()">
@@ -104,7 +104,7 @@ <h2 title="Class ClientPlaylistAPI.Snapshot" class="title">Class ClientPlaylistA
104104
</div>
105105
<div class="contentContainer">
106106
<ul class="inheritance">
107-
<li>com.adamratzman.spotify.endpoints.client.ClientPlaylistAPI.Snapshot</li>
107+
<li>com.adamratzman.spotify.endpoints.client.ClientPlaylistApi.Snapshot</li>
108108
</ul>
109109
<div class="description">
110110
<ul class="blockList">

0 commit comments

Comments
 (0)