From 1a72b5b9fe543b5ec8cd2970847133bf44677375 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 17 Nov 2019 15:56:41 -0500 Subject: [PATCH] add note on API wrapper --- docs/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 732e7c85e..05bd61667 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -14,6 +14,10 @@ The API is built in CakePHP and lives under the ``/api`` directory. It provides a RESTful service and supports CRUD (create, retrieve, update, delete) functions for Monitors, Events, Frames, Zones and Config. +API Wrappers +^^^^^^^^^^^^^ +- pyzm is a python wrapper for the ZoneMinder APIs. It supports both the legacy and new token based API, as well as ZM logs/ZM shared memory support. See `its project site `__ for more details. Documentation is `here `__. + API evolution ^^^^^^^^^^^^^^^