Created
November 28, 2018 15:56
-
-
Save chamatt/7dbae611de4c29accb5793ca77792425 to your computer and use it in GitHub Desktop.
Exemplo Axios GET
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
| 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