go-json-spec-handler
go-json-spec-handler copied to clipboard
Simple JSON API Spec Compatibility in Golang
Currently all of the relationships are one-to-many. This can be seen in the following example: ``` "relationships": { "source": { "links": { "self": "/annotate/361878dab8298d35e36c5e032c2255c998080743" }, "data": [ { "type": "source",...
JSC should provide an API for handling: `/resource/:id/relationships/otherType`
See https://github.com/derekdowling/go-json-spec-handler/blob/master/parser.go#L118 for the full description.