Created
February 15, 2017 01:00
-
-
Save felquis/3cccc640d25bdf8536ee1771ffba521f to your computer and use it in GitHub Desktop.
This file contains 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
fetch('https://api.pagar.me/1/zipcodes/86900000', { method: 'get' }) | |
.then(response => response.json()) | |
.then(console.log) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment