Last active
November 21, 2018 20:13
-
-
Save vedovato/1dfced6c24bdf3a74b053523dbf1dbfd to your computer and use it in GitHub Desktop.
Proposta de API JSON
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
{ | |
"comunicados": [ | |
{ | |
"title": "Encontro de Cordas Friccionadas - Projeto Guri", | |
"data_post": "2018-11-18T18:30:00-00:00", | |
"data_event": "20/11/2018", | |
"thumbnail": "https://cdn.flexnuvem.com.br/assets/192839183.png", | |
"content": "<p>Lorem ipsun dolor sit amet blalala tes mae maoe..... (texto completo)</p><br><p>Segundo paragrafo...</p>", | |
"type": 1 | |
}, | |
{ | |
"title": "Segundo item aqui", | |
"data_post": "2018-11-18T18:30:00-00:00", | |
"data_event": "10/12/2018", | |
"thumbnail": "https://cdn.flexnuvem.com.br/assets/as8dgas7d89as9d8.png", | |
"content": "<p>Lorem ipsun dolor sit amet</p><br><p>Segundo paragrafo...</p>", | |
"type": "videoSingle" | |
}, | |
... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment