Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Last active September 28, 2018 22:44
Show Gist options
  • Save zlatkov/b66f922b26bb6d5fd701c7ba40ac81d7 to your computer and use it in GitHub Desktop.
Save zlatkov/b66f922b26bb6d5fd701c7ba40ac81d7 to your computer and use it in GitHub Desktop.
// `rp` is a request-promise function.
rp(‘https://api.example.com/endpoint1').then(function(data) {
// …
});
@evandrocoan
Copy link

evandrocoan commented Sep 28, 2018

Hi,

There is a misspelled single quote on the second line. Here too: https://gist.github.com/zlatkov/f506c8de2c73ba1c4c9ec78c5871816c#file-sample25-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment