@risk3sixty/extension-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Phalanx Automation Extension SDK

A library that can be used in Phalanx automations/extensions to provide utilities to access common information available in any automation execution and to send data ad hoc back to Phalanx as needed.

Install

$ npm install --save @risk3sixty/extension-sdk

Example

import R3sSdk from '@risk3sixty/extension-sdk'

// Pass back table of data
R3sSdk.addExecutionTabularRows(arrayData)

// Upload a file
R3sSdk.uploadFile(csvData, 'filename.csv')

Development

Test Server

$ npx phalanxSdkTestServer

Readme

Keywords

none

Package Sidebar

Install

npm i @risk3sixty/extension-sdk

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

17.5 kB

Total Files

12

Last publish

Collaborators

  • lnicholas
  • wright.malone
  • zachfey-r3s
  • calsupik
  • tom.edgeworth