-
-
Save 0xv/cdcce411569e4908eb43af88ae9f0a0b to your computer and use it in GitHub Desktop.
asdf
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
var url = "http://api.myjson.com/bins/tzcjb" | |
var axios = require('axios'); | |
axios.get(url) | |
.then(response =>{ | |
console.log(response) | |
}) | |
.catch(e => { | |
this.errors.push(e) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment