Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Created May 28, 2013 17:53
Show Gist options
  • Save darrelmiller/5664671 to your computer and use it in GitHub Desktop.
Save darrelmiller/5664671 to your computer and use it in GitHub Desktop.
var client = new HttpClient();
var runscopeLink = new RunScopeLink() {
Target = new Uri("https://api.github.com"),
BucketKey = "bucket_key"
};
var response = client.SendAsync(runscopeLink.CreateRequest()).Response;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment