1.0.1 • Published 1 year ago

@emlalock/api v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

EmlaLock API

This is the official EmlaLock API for JavaScript and TypeScript.

Installation

npm install @emlalock/api

Usage

import { EmlaLock, Info } from '@emlalock/api';

const emlalockApi: EmlaLock = new EmlaLock();

const info: Info | ErrorObject = await emlalockApi.getInfo({userid: "abc123", apikey: "secret"});

License

MIT

1.0.1

1 year ago

1.0.0

1 year ago