0.20.1 • Published 8 months ago

@teqfw/web-api v0.20.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@teqfw/web-api

TeqFW plugin to use synchronous requests to backend services in teq-apps.

CAUTION: TeqFW is an unstable, fast-growing project w/o backward compatibility. Use it at your own risk.

This teq-plugin contains web requests handler that processes synchronous POST/GET requests with JSON payload to backend services (like regular REST).

Install

$ npm i @teqfw/web-api --save 

Namespace

This plugin uses TeqFw_Web_Api namespace.

teqfw.json

DTO for @teqfw/web-api nodes in teq-plugins descriptors.

{
  "@teqfw/web-api": {}
}

./cfg/local.json

DTO for @teqfw/web-api node.