mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 18:01:08 +01:00
Updated Development_API (markdown)
parent
fbd1dedb23
commit
ab9be6dbcf
@ -132,7 +132,7 @@ The idea behind the __details()__ function is that it allows developers to pass
|
||||
## 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).
|
||||
|
||||
Even when you just using the **Apprise()** object, behind the scenes a generic **AppriseAsset()** object is created which retrieves all of it's information from this path: https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default (which is the _default_ theme directory).
|
||||
Even when you're just using the **Apprise()** object, behind the scenes a generic **AppriseAsset()** object is created which retrieves all of it's information from this path: https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default (which is the _default_ theme directory).
|
||||
|
||||
A default AppriseAsset() object might have the following defined in it:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user