@itarius-ug/parameter-utils
v1.0.0
Published
A utility class to retrieve and store IEF configuration parameters in DocuWare
Downloads
1
Readme
Parameter Utils
Installation
pnpm i @itarius-ug/parameter-utils
Example Usage
import { ParameterUtils } from "@itarius-ug/parameter-utils";
(async () => {
try {
const paramUtils = new ParameterUtils({
baseUrl,
username,
password,
impersonateName,
}, "My-Application");
await paramUtils.initialize();
const params = await paramUtils.getGroup("PARAMGROUP");
}
})();
Credits
This project exists thanks to all the people who contribute.