Skip to content

Instantly share code, notes, and snippets.

@OlivierJM
Last active August 4, 2018 23:38
Show Gist options
  • Save OlivierJM/da9026641dce7d94c180b7f939a3292c to your computer and use it in GitHub Desktop.
Save OlivierJM/da9026641dce7d94c180b7f939a3292c to your computer and use it in GitHub Desktop.
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