Last active
May 17, 2018 17:36
-
-
Save ebectar/c8234c1fc57261adb278e27840c63e6c 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
| const apiUrl = '' | |
| fetch('apiUrl') | |
| .then(response => response.json()) | |
| .then(data => console.log(data)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment