mirror of
https://github.com/caronc/apprise.git
synced 2025-08-02 13:53:14 +02:00
Updated Development_API (markdown)
@ -380,8 +380,6 @@ asset = apprise.AppriseAsset(
|
||||
| **plugin_paths** | `List[str]` | `[]` | One-level scan of directories or explicit `.py` files for custom notification plugins. |
|
||||
| **storage_mode** | `Optional[str]` | `None` | Enable persistent storage: `"auto"` (on-demand) or `"flush"` (per notification). |
|
||||
| **storage_path** | `Optional[str]` | `None` | Custom file path to use for persistent storage (overrides default). |
|
||||
| **_recursion** | `int` | Internal counter | Tracks recursive calls when using `apprise-api`. |
|
||||
| **_uid** | `str` | Internal UUID | Unique identifier to prevent API-level loops. |
|
||||
|
||||
Here is an example of what the `html_notify_map` may look like (below is the default settings):
|
||||
```python
|
||||
|
Reference in New Issue
Block a user