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 1ea963a commit 3c7e91bCopy full SHA for 3c7e91b
spotify.examples/src/main/kotlin/PublicExamples.kt
@@ -5,12 +5,12 @@ import com.adamratzman.spotify.utils.Track
5
fun main(args:Array<String>){
6
val api = spotifyApi {
7
credentials {
8
- clientId = "79d455af5aea45c094c5cea04d167ac1"
9
- clientSecret = "2ed0a8e3a946471e928c5e80b83c184d"
+ clientId = ""
+ clientSecret = ""
10
}
11
}.buildCredentialed()
12
13
api.search.searchTrack("High Hopes", 4, market = Market.US).queue { items ->
14
- items.
+ items
15
16
0 commit comments