@cob/rest-api-wrapper is a library of functions to simplify the interaction with a CoB server backend.
It uses part of the available REST API
In your project directory run:
npm i @cob/rest-api-wrapper
The list of available functions are:
serverauthumLoggedinrmDomainSearchrmDefinitionSearchrmDefinitionAggregationrmGetInstancermAddInstancermDeleteInstancedmEquipmentSearch
Checkout the tests directory for use cases for each of the functions.
For contributions to the project checkout README.Development.md