Skip to content

Instantly share code, notes, and snippets.

@vedovato
Last active November 21, 2018 20:13
Show Gist options
  • Save vedovato/1dfced6c24bdf3a74b053523dbf1dbfd to your computer and use it in GitHub Desktop.
Save vedovato/1dfced6c24bdf3a74b053523dbf1dbfd to your computer and use it in GitHub Desktop.
Proposta de API JSON
{
"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