Skip to content

Instantly share code, notes, and snippets.

@evandrocoan
Forked from zlatkov/sample24.js
Last active April 24, 2022 23:35
Show Gist options
  • Save evandrocoan/c9adb1fc96d39e98a33c860710154269 to your computer and use it in GitHub Desktop.
Save evandrocoan/c9adb1fc96d39e98a33c860710154269 to your computer and use it in GitHub Desktop.
Fixed single quote misspelling
// `rp` is a request-promise function.
rp('https://api.example.com/endpoint1').then(function(data) {
// …
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment