Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created September 11, 2019 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/d616e1eaaeaec186e6e06cc045b7b73a to your computer and use it in GitHub Desktop.
Save mugan86/d616e1eaaeaec186e6e06cc045b7b73a to your computer and use it in GitHub Desktop.
Información del personaje Walter White cuyo id es "1"
axios_.post(apiUrl, {
query: queries.getCharacterWalter
})
.then((res) => {
console.log('--------------------- Información de Walter White - ID = 1 --------------------------')
console.log(res.data)
})
.catch((error) => {
console.error(error)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment