Last active
July 19, 2016 04:04
-
-
Save renanccastro/e4f245f263ca4980dce755fa670f4e4b 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
[ | |
{ | |
"id":1, | |
"usuario":{ | |
"id":1, | |
"profileImage":null, | |
"nome":"LIP", | |
"descricao":"Sou uma pessoal muito legal.", | |
"email":"[email protected]", | |
"telefone":null, | |
"instagram":null, | |
"facebook":null | |
}, | |
"dataHoraCriacao":1468899374420, | |
"titulo":"Como criar filhos na igreja", | |
"conteudo":"Muito difícil", | |
"tags":[ | |
], | |
"publicado":true | |
} | |
] |
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
[ | |
{ | |
"id":1, | |
"usuario":{ | |
"id":1, | |
"profileImage":null, | |
"nome":"LIP", | |
"descricao":"Sou uma pessoal muito legal.", | |
"email":"[email protected]", | |
"telefone":null, | |
"instagram":null, | |
"facebook":null | |
}, | |
"url":"http://youtube.com.br/video2", | |
"nome":"asdf", | |
"descricao":"Vídeo do pastor muito doido fazendo coisas doidas!" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment