Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Last active December 29, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismaelc/7652047 to your computer and use it in GitHub Desktop.
Save ismaelc/7652047 to your computer and use it in GitHub Desktop.
var Request = unirest.get("https://bbyopen-bbyopen.p.mashape.com/products?apiKey=<insert Best Buy API key here>")
.headers({
"X-Mashape-Authorization": "<insert Mashape key here>"
})
.end(function (response) {
console.log(response);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment