Socket
Socket
Sign inDemoInstall

@openfn/language-devtools

Package Overview
Dependencies
29
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @openfn/language-devtools

An adaptor template for OpenFn


Version published
Maintainers
4
Created

Readme

Source

language-template alt text Build Status

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

Documentation

  • View the documentation at https://openfn.github.io/adaptor/
  • To update the documentation site, run: ./node_modules/.bin/jsdoc --readme ./README.md ./lib -d docs

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.

FAQs

Last updated on 26 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc