diff --git a/Development_API.md b/Development_API.md index 8972ebd..4bfd220 100644 --- a/Development_API.md +++ b/Development_API.md @@ -229,11 +229,27 @@ The output will look like: "... etc, ..." - ] + ], + "details": { + "templates": { + ... + }, + "tokens": { + ... + }, + "args": { + ... + }, + "kwargs": { + ... + }, + }, } ``` The idea behind the **details()** function is that it allows developers to pass details back through their program letting their users know what notifications are supported. Thus as this library deprecates and introduces new notification services, calling front end applications (built around the **details()** function) can automatically serve this information back to their user base. +More detailed information about this object can be found [[here|Development_Apprise_Details]]. + ## The Apprise Asset Object The apprise object allows you to customize your alarms by offering it different images, different sources and different themes. Different notification services support different ways of passing images into it (and some don't support images at all). Apprise offers a way of supporting both local and hosted images and looks after passing the correct one to the correct service (when requested).