Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Generic post(...) function

Compare
Choose a tag to compare
@taylordowns2000 taylordowns2000 released this 07 Jul 13:37

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}
  }
})