braziljs / conf-suggestions

Indique um conteúdo, palestrante, empresa ou qualquer outra sugestão para a BrazilJS Conf :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dan Gebhardt

danilovaz opened this issue · comments

Descrição: Seria muito legal ver o @dgeb na BrazilJS falando sobre o JSON:API uma ótima especificação de resposta JSON. Dan é co-fundador da Cerebris, trabalha na Tildeio e faz parte do core team de Emberjs, JSON:API e Orbitjs.

JSON:API:

HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
  "links": {
    "self": "http://example.com/articles"
  },
  "data": [{
    "type": "articles",
    "id": "1",
    "attributes": {
      "title": "JSON API paints my bikeshed!"
    }
  }, {
    "type": "articles",
    "id": "2",
    "attributes": {
      "title": "Rails is Omakase"
    }
  }]
}

Link: Twitter - Github

Acho que poderíamos renomear a issue para ter o nome do palestrante né @danilovaz ?
Valeu 👍

Tem razão! Feito 😄