1.0.1 • Published 5 years ago

@bladedancer/api-builder-plugin-gm-hash v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

api-builder-plugin-gm-hash

About

This module installs the Hash flow-node to be used within Axway API Builder's flow editor.

The Hash flow-node allows the hashing of strings from within the flow.

md5

The md5 method calculatest the MD5 hash of the input string.

ParamTypeRequiredDescription
plaintextstringyThe plain text to generate the hash for.

Getting started

  1. Go to platform.axway.com and create an account
  2. Install API Builder
  3. Follow the Getting Started Guide

Install

After creating your API Builder project (npx @axway/api-builder init project), you can install this flow-node handler using npm:

npm install api-builder-plugin-gm-hash

The "Hash" flow-node will then be available in the tools panel when creating or editing Flows.