From 536436d4ff2579e72403cd5e22fe39c38877dc4d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 13 Oct 2020 14:51:31 -0400 Subject: [PATCH] Updated Development_API (markdown) --- Development_API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Development_API.md b/Development_API.md index 15417ae..1def263 100644 --- a/Development_API.md +++ b/Development_API.md @@ -2,6 +2,7 @@ Apprise is very easy to use as a developer. The **Apprise()** object handles everything for you, meanwhile the **AppriseAsset()** Object allows you to stray away from some default configuration to personalize the users experience (and perhaps fit your application better): * **[[The Apprise Object|Development_API#the-apprise-object]]** * **[[The Apprise Asset Object|Development_API#the-apprise-asset-object]]** +* **[[The LogCapture Object|Development_LogCapture]]** Some additional functionality is available via the **[[The Apprise Notification Object|Development_API#the-apprise-notification-object]]** for those who want to manage the notifications themselves.