cnolewajka

Results 5 issues of cnolewajka

For the moment, nullable types when they have no value are serialized as empty strings. IMHO, they should not appear at all on the response.

As per spec, an attribute, even when not a simple value, doesn't have to be a resource: http://jsonapi.org/format/#document-resource-object-attributes I would like to request an extension when an attribute can produce...

enhancement

As per definition of meta object: http://jsonapi.org/format/#document-meta it would be nice to have support for meta object for resources: (resource and relationships) http://jsonapi.org/format/#document-resource-objects top level: http://jsonapi.org/format/#document-top-level resource identifier objects: http://jsonapi.org/format/#document-resource-identifier-objects...

enhancement

As per jsonapi spec: http://jsonapi.org/format/#fetching-relationships I tried to fetch related resources using /articles/id/relationships/author in the given example and it seems it couldn't get it work. I tried to look at...

enhancement
question

It looks like there is an issue with servicing the POST/PATCH operations. This is related to how the values are deserialized into the Delta object. It looks like the process...

bug