Updated Development_API (markdown)

Chris Caron 2020-10-13 14:51:31 -04:00
parent c08eeec033
commit 536436d4ff

@ -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.