Last active
August 4, 2018 23:38
-
-
Save OlivierJM/da9026641dce7d94c180b7f939a3292c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
function getData() { | |
HTTP.call('GET', 'https://jsonplaceholder.typicode.com/posts'); | |
console.log('Going to grab data'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment