Last active
July 29, 2020 19:53
-
-
Save aidan-harding/d0d779bd82e192491ec663a6acabcd1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String jsonPayload = new YouTubeApi().getPlaylistThumbnail('playlist-id'); | |
String thumbnailUrl = new JsonReader(jsonPayload) | |
.read('items[0].snippet.thumbnails.default.url')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment