From 30deaafeb94626bc82d1b03f8f5ef96d4adec341 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 22 Aug 2021 21:15:11 -0400 Subject: [PATCH] Updated Development_Contribution (markdown) --- Development_Contribution.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Development_Contribution.md b/Development_Contribution.md index d65a67a..6b36a0d 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -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) \ No newline at end of file