Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Created June 2, 2013 19:56
Show Gist options
  • Save ismaelc/5694719 to your computer and use it in GitHub Desktop.
Save ismaelc/5694719 to your computer and use it in GitHub Desktop.
HttpResponse<string> jsonResponse = Unirest.get("https://yoda.p.mashape.com/yoda?sentence=You%20will%20learn%20how%20to%20speak%20like%20me%20someday.%20%20Oh%20wait.");
.header("X-Mashape-Authorization", "<Get your own Mashape key and paste it here>")
.asJson<string>();
textBlock1.Text = jsonResponse.Body;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment