jsonapi 0.7.0

JSONAPI implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "articles",
  "id": "1",
  "attributes": {
    "title": "Rails is Omakase",
    "likes": 250,
    "published": true,
    "draft": false,
    "tags": ["rails", "news"]
  },
  "links": {
    "self": "http://example.com/articles/1"
  }
}