caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
580 stars 50 forks source link

Add supported services endpoint #99

Closed dokime7 closed 1 year ago

dokime7 commented 1 year ago

:bulb: The Idea It would be cool to have an endpoint that returns the list of all supported services with some info like service_name, secure_protocol, setup_url and maybe templates from plugins object.

Thanks for this amazing tool!

caronc commented 1 year ago

Makes sense, this is already built into the underlining Developer API and CLI tool.

I agree that it should have probably been exposed via this Web API too.

dokime7 commented 1 year ago

Yes like Developer API !

caronc commented 1 year ago

I'm pretty happy with my changes; let me know your thoughts and if I'm forgetting anything.

dokime7 commented 1 year ago

Hi,

Wouah I just tested it, it's amazing! Exactly what I need, many thanks!!