You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added support for mimicking transactions by recording the executed op…
…erations and sending them as Batch-REST-Request to the server,
so restApi.beginTx() starts the recording and tx.success() flags it as ok and tx.finish() sends it over.
The generated entities are updated behind the scenes after the batch-request successfully returns
added streaming support