-
-
Save evandrocoan/c9adb1fc96d39e98a33c860710154269 to your computer and use it in GitHub Desktop.
Fixed single quote misspelling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// `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