Simple .NET wrapper for Apprise API.
This wrapper assumes you have Apprise API running as stateless sidecar solution.
An easy and quick way to get it up and running is using docker
docker run --name apprise \
-p 8000:8000 \
-d caronc/apprise:latest
or use the provided docker-compose.yml
docker-compose up