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 adb2a03 commit 4247616Copy full SHA for 4247616
src/commonTest/kotlin/com.adamratzman/spotify/Common.kt
@@ -15,6 +15,8 @@ val api = when {
15
else -> {
16
println("CLIENT ID: ${getEnvironmentVariable("clientId")}")
17
println("CLIENT SECRET: ${getEnvironmentVariable("clientSecret")}")
18
+ println("REDIRECT URI: ${getEnvironmentVariable("spotifyRedirectUri")}")
19
+ println("TOKEN: ${getEnvironmentVariable("spotifyTokenString")}")
20
spotifyClientApi {
21
credentials {
22
clientId = getEnvironmentVariable("clientId")
0 commit comments