ckeboss

Results 1 issues of ckeboss

The JSON:API spec defines relationships links such as: ``` GET /articles/1/relationships/tags HTTP/1.1 200 OK Content-Type: application/vnd.api+json { "links": { "self": "/articles/1/relationships/tags", "related": "/articles/1/tags" }, "data": [ { "type": "tags", "id":...

enhancement