Skip to content

Instantly share code, notes, and snippets.

@chamatt
Created November 28, 2018 15:56
Show Gist options
  • Select an option

  • Save chamatt/7dbae611de4c29accb5793ca77792425 to your computer and use it in GitHub Desktop.

Select an option

Save chamatt/7dbae611de4c29accb5793ca77792425 to your computer and use it in GitHub Desktop.
Exemplo Axios GET
axios
.get("https://jsonplaceholder.typicode.com/posts")
.then(resposta => FuncaoQueSeraExecutada(resposta));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment