mirror of https://github.com/caronc/apprise
Updated Development_API (markdown)
parent
792cd39578
commit
e95e695924
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue