@truschery/eimzo-api
v1.1.9
Published
Lightweight Eimzo Api Package
Readme
Eimzo API
Features
Lightweight package for interacting with the Eimzo API:
- Connecting to the Eimzo application using WebSocket
- Implementing calls to the Eimzo API using Typescript
Installation
Install with npm
npm install @truschery/eimzo-api@latestDocumentation
To view the complete documentation for the package, you can visit Docs
Example
The package exports two classes:
- Client: creates a connection and allows you to send requests to Eimzo
- Eimzo: provides methods for interacting with API Eimzo
import Eimzo from "@truschery/eimzo-api"
const client = new Eimzo()
// Get a list of pfx certificates
const certificates = await client.pfx.listAllCertificates()
// ...To see more, you can visit the page Docs
License
This package is distributed under the MIT license.
