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

Releases: OpenFn/language-http

Responses coerced into JSON objects

08 Aug 13:34
Compare
Choose a tag to compare

Modified the response to a result object so that references can use JSON path.

Generic post(...) function

07 Jul 13:37
Compare
Choose a tag to compare

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

initial language-http

30 Jun 19:39
Compare
Choose a tag to compare
v0.0.1

tagged