Skip to content

Commit 506998c

Browse files
committed
removed application information
client secret is reset :)
1 parent 0fe5e0d commit 506998c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import com.adamratzman.spotify.main.spotifyApi
2+
import com.adamratzman.spotify.utils.Market
3+
import com.adamratzman.spotify.utils.Track
4+
5+
fun main(args:Array<String>){
6+
val api = spotifyApi {
7+
credentials {
8+
clientId = ""
9+
clientSecret = ""
10+
}
11+
}.buildCredentialed()
12+
13+
api.search.searchTrack("High Hopes", 4, market = Market.US).queue { items ->
14+
items
15+
}
16+
}

0 commit comments

Comments
 (0)