0.0.2 • Published 7 years ago

kerio-api v0.0.2

Weekly downloads
53
License
MIT
Repository
github
Last release
7 years ago

kerio-api

NPM version

NPM package that allows simple access to Kerio Technolgies products administration API (Control, Connect, Operator).

Usage

Kerio products implement API based on json-rpc protocol. Methods are grouped to interfaces and their names follow Interface.method convention. This API simulates an object-like interface following that convention.

Interfaces and methods itself are documented at Kerio website.

Examples

See examples directory ;-)