Skip to content

Instantly share code, notes, and snippets.

@Dispader
Last active June 20, 2016 19:01
Show Gist options
  • Save Dispader/c27cb1905a79be2d2355af9e9608dcd2 to your computer and use it in GitHub Desktop.
Save Dispader/c27cb1905a79be2d2355af9e9608dcd2 to your computer and use it in GitHub Desktop.
BASE = 'http://api.icndb.com/jokes/random?'
new JsonSlurper().parseText("${BASE}qs".toURL().text).value.joke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment