Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 658 Bytes

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 ;-)