nodehandler-restclient

1.0.0-1 • Public • Published

nodehandler-restclient

About

This module installs the REST flow-node to be used within Axway API Builder's flow editor. The flow-node provides methods for the HTTP verbs GET, HEAD, OPTIONS, DELETE, POST, PUT and PATCH.

Common Parameters

All methods have these parameters:

Param Type Required Description
URL string y The target HTTP URL.
Headers object n The headers to send with the request.
Insecure boolean n Do not require the SSL certificates to be valid. Default: False
Follow redirect boolean n Follow HTTP 3xx responses as redirects. Default: True
Maximum redirects integer n The maximum number of redirects to follow before aborting. Default: 10

Response format: HEAD, OPTIONS, DELETE

These verbs do not respond with a body. The response consists of {status, headers}.

Response format: GET, POST, PUT, PATCH

These verbs may respond with a body. The response consists of {status, headers, body}.

Getting started

  1. Follow the Getting Started Guide

Install

npm install nodehandler-restclient

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-50v4-next
1.0.0-170v4-preview3
1.0.0-120v4-preview2
1.0.0-100v4-preview1
1.0.0-10latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-170
1.0.0-160
1.0.0-150
1.0.0-140
1.0.0-130
1.0.0-120
1.0.0-110
1.0.0-100
1.0.0-90
1.0.0-80
1.0.0-70
1.0.0-60
1.0.0-50
1.0.0-40
1.0.0-30
1.0.0-20
1.0.0-10

Package Sidebar

Install

npm i nodehandler-restclient

Weekly Downloads

0

Version

1.0.0-1

License

SEE LICENCE IN LICENSE

Unpacked Size

11.5 kB

Total Files

7

Last publish

Collaborators

  • buildernpmuser
  • nkeranova
  • axway-npm
  • bladedancer
  • ddimonov-axway
  • neon-axway
  • vchauhan
  • mdimitrova
  • pdzhorev
  • axway_alasdair
  • pltod2
  • pbozhkovaxway
  • mbonchev-axway
  • axway-vertex