We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daeb01d commit 0d8884cCopy full SHA for 0d8884c
src/test/kotlin/Test.kt
@@ -0,0 +1,9 @@
1
+import com.adamratzman.spotify.main.SpotifyAPI
2
+import com.adamratzman.spotify.main.SpotifyClientAPI
3
+
4
+val id = ""
5
+val secret = ""
6
+val token = ""
7
+val clientApi = SpotifyClientAPI.Builder(id, secret, "https://apple.com")
8
+ .buildToken(token)
9
+val api = SpotifyAPI.Builder(id, secret).build()
0 commit comments