sidelab-ms-invoker
v1.0.13
Published
A package to invoke functions of xeguei app that are used in multiple micro-services
Downloads
3
Readme
Description
A package to invoke functions of xeguei app that are used in multiple micro-services
Install
Follow these steps on Microsoft official documentation of how to download private npm packages.
Then, run the command below in the project folder.
$ yarn add sidelab-ms-invoker
Usage
import { XegueiMicroservices } from 'sidelab-ms-invoker';
const xegueiMS = new XegueiMicroservices();
const response = xegueiMS.invoke('register', { ... });
Contribute
Clone this repository
Make your changes
Open a Pull Request