1.5.20 • Published 2 years ago

@openfn/language-devtools v1.5.20

Weekly downloads
-
License
LGPLv3
Repository
github
Last release
2 years ago

language-template Build Status

An OpenFn adaptor for building integration jobs for use with the ____ API.

Documentation

post

sample configuration

{
  "username": "taylor@openfn.org",
  "password": "supersecret"
}

sample expression using operation

post({
  "url": "api/v1/forms/data/wide/json/formId",
  "body": {"a":1}
  "headers": {}
})

Development

Clone the repo, run npm install.

Run tests using npm run test or npm run test:watch

Build the project using npm run build.