Last active
April 15, 2017 18:07
-
-
Save allanferreira/ccdc0f3ab8bbdce955a790c1653ed658 to your computer and use it in GitHub Desktop.
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
| //Sua API | |
| let postsApi = 'http://meusite.com/wp-json/wp/v2/posts' | |
| //Jovemnerd | |
| //let postsApi = 'https://jovemnerd.com.br/wp-json/wp/v2/posts' | |
| //B9 | |
| //let postsApi = 'https://www.b9.com.br/wp-json/wp/v2/posts/' | |
| let posts = Http | |
| posts.inicia(postsApi) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment