f3ath / json-api-dart

JSON:API client and server for Dart/Flutter
https://pub.dartlang.org/packages/json_api
MIT License
79 stars 24 forks source link

JSONAPI nested writes #131

Open eslamodeh opened 1 year ago

eslamodeh commented 1 year ago

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

f3ath commented 1 year ago

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.