Updated Development_API (markdown)

master
Chris Caron 2025-06-07 14:11:00 -04:00
parent 792cd39578
commit e95e695924
1 changed files with 0 additions and 2 deletions

@ -380,8 +380,6 @@ asset = apprise.AppriseAsset(
| **plugin_paths** | `List[str]` | `[]` | One-level scan of directories or explicit `.py` files for custom notification plugins. | | **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_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). | | **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): Here is an example of what the `html_notify_map` may look like (below is the default settings):
```python ```python