Skip to content

Commit 0d8884c

Browse files
committed
add references to api in tests
1 parent daeb01d commit 0d8884c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/test/kotlin/Test.kt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)