1.0.0-1 • Published 6 years ago

nodehandler-restclient v1.0.0-1

Weekly downloads
69
License
SEE LICENCE IN LI...
Repository
-
Last release
6 years ago

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:

ParamTypeRequiredDescription
URLstringyThe target HTTP URL.
HeadersobjectnThe headers to send with the request.
InsecurebooleannDo not require the SSL certificates to be valid. Default: False
Follow redirectbooleannFollow HTTP 3xx responses as redirects. Default: True
Maximum redirectsintegernThe 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.

1.0.0-17

6 years ago

1.0.0-16

6 years ago

1.0.0-15

6 years ago

1.0.0-14

6 years ago

1.0.0-13

6 years ago

1.0.0-12

6 years ago

1.0.0-11

6 years ago

1.0.0-10

6 years ago

1.0.0-9

6 years ago

1.0.0-8

6 years ago

1.0.0-7

6 years ago

1.0.0-6

6 years ago

1.0.0-5

6 years ago

1.0.0-4

6 years ago

1.0.0-3

6 years ago

1.0.0-2

6 years ago

1.0.0-1

6 years ago