1.1.1 • Published 3 years ago

language-template v1.1.1

Weekly downloads
-
License
LGPLv3
Repository
github
Last release
3 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 make.

1.1.1

3 years ago

1.1.1-0

3 years ago

1.1.0

3 years ago

1.0.2-22

3 years ago

1.0.2-21

3 years ago

1.0.2-20

3 years ago