1.1.9 • Published 6 days ago

cookr-interservice-gateway v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

Cookr interservice gateway

A wrapper function built on Axios request config that routes the request to the service based on the function parameters

Example

For convenience, aliases have been provided

requestAdaptor(env, method, service, requestPath, headers, query, data)

Example:

const {requestAdaptor} = require('test-api-gate');

(async function() {

let response = await requestAdaptor('develop', 'get', 'menu-service', 'kitchens', {}, {});
console.log(response);

})()

1.1.9

6 days ago

1.1.1

8 months ago

1.1.0

8 months ago

1.1.8

7 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.5

8 months ago

1.1.3

8 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.12

11 months ago

1.0.9

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago