This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Generic post(...) function
This release adds a generic post(...) function. It is used in the following example expression:
post({
"endpoint": "some_endpoint/create",
"body": function(state) {
return {state}
}
})