identix-api-lib
v1.0.4111111
Published
Library for work with identix server api
Downloads
37
Readme
identix-api-lib
Installation
Using :
$ npm install --save identix-api-lib// using ES6 modules
import IDXApi from "identix-api-lib";
// using CommonJS modules
const IDXApi = require("identix-api-lib");The UMD build is also available on unpkg:
<script src="https://unpkg.com/[email protected]/dist/index.js"></script>You can find the library on window.IDXApi.
