go-json-spec-handler icon indicating copy to clipboard operation
go-json-spec-handler copied to clipboard

Simple JSON API Spec Compatibility in Golang

Results 3 go-json-spec-handler issues
Sort by recently updated
recently updated
newest added

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",...

bug

JSC should provide an API for handling: `/resource/:id/relationships/otherType`

enhancement

See https://github.com/derekdowling/go-json-spec-handler/blob/master/parser.go#L118 for the full description.

enhancement