mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
4afe31f1fa
commit
30deaafeb9
|
@ -120,3 +120,6 @@ It basically boils down to this:
|
|||
- All in all.... just have a look at the [plugins directory](https://github.com/caronc/apprise/tree/master/apprise/plugins) and feel free to use this as a reference to help structure and solve your own notification service you might be building
|
||||
|
||||
You can have a look at the NotifyBase object and see all of the other entries you can define that Apprise can look after for you (such as restricting the message length, title length, handling TEXT -> Markdown, etc). You can also look at how other classes were built.
|
||||
|
||||
# Demo Plugins
|
||||
- [An HTTP Web Request Based Plugin](DemoPlugin_WebRequest)
|
Loading…
Reference in New Issue