This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Releases: OpenFn/language-http
Releases · OpenFn/language-http
Responses coerced into JSON objects
Modified the response to a result
object so that references can use JSON path.
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}
}
})
initial language-http
v0.0.1 tagged