jsonapi 0.7.0

JSONAPI implementation
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "type": "articles",
  "id": "1",
  "attributes": {
    "title": "Rails is Omakase"
  },
  "links": {
    "self": "http://example.com/articles/1"
  }
}