jsonapi 0.7.0

JSONAPI implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "articles",
  "id": "1",
  "attributes": {
    "title": "Rails is Omakase"
  },
  "relationships": {
    "author": {
      "links": {
        "self": "/articles/1/relationships/author",
        "related": "/articles/1/author"
      }
    }
  }
}