mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
8fa7ef29b3
commit
eee5e503b5
|
@ -177,6 +177,7 @@ You can have a look at the NotifyBase object and see all of the other entries yo
|
||||||
## Demo Plugins
|
## Demo Plugins
|
||||||
Some people learn by just working with already pre-written code. So here are some sample plugins I put together that you can copy and paste and start your own notification service off of. Each plugin tries to explain with a lot of in-line code comments what is going on and why things are the way they are:
|
Some people learn by just working with already pre-written code. So here are some sample plugins I put together that you can copy and paste and start your own notification service off of. Each plugin tries to explain with a lot of in-line code comments what is going on and why things are the way they are:
|
||||||
|
|
||||||
|
- [A Very Basic Plugin](DemoPlugin_Basic) That simply posts the message to stdout
|
||||||
- [An HTTP Web Request Based Plugin](DemoPlugin_WebRequest)
|
- [An HTTP Web Request Based Plugin](DemoPlugin_WebRequest)
|
||||||
- More coming soon :slightly_smiling_face:
|
- More coming soon :slightly_smiling_face:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue