json-api-dart icon indicating copy to clipboard operation
json-api-dart copied to clipboard

JSONAPI nested writes

Open eslamodeh opened this issue 2 years ago • 1 comments

Hey everyone,

Currently, I am trying to do nested writes but I am not sure if we can achieve this in this library.

More about nested writes / atomic operations can be found here: https://jsonapi.org/format/#document-resource-identifier-objects https://jsonapi.org/format/#document-compound-documents

eslamodeh avatar Feb 27 '23 10:02 eslamodeh

Atomic operations are specified in JSON:API 1.1 while this package only supports JSON:API 1.0. There is a chance that v6 of this package will support it.

f3ath avatar Apr 25 '23 03:04 f3ath