@openfn/language-devtools

1.5.20 • Public • Published

language-template alt text 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @openfn/language-devtools

Weekly Downloads

24

Version

1.5.20

License

LGPLv3

Unpacked Size

9.1 MB

Total Files

6754

Last publish

Collaborators

  • mtuchi
  • elias-ba
  • stuartc-openfn
  • taylordowns2000