mirror of
https://github.com/caronc/apprise-api.git
synced 2024-11-07 08:44:26 +01:00
improved documentation
This commit is contained in:
parent
5dba9b415f
commit
7cec7dffb2
10
README.md
10
README.md
@ -176,7 +176,15 @@ curl -X POST \
|
||||
curl -X POST \
|
||||
-F 'urls=mailto://user:pass@gmail.com' \
|
||||
-F attachment=https://i.redd.it/my2t4d2fx0u31.jpg \
|
||||
-F attachment=https://raw.githubusercontent.com/caronc/apprise/master/apprise/assets/themes/default/apprise-logo.png \
|
||||
-F attachment=https://path/to/another/remote/file.pdf \
|
||||
http://localhost:8000/notify
|
||||
|
||||
# Finally feel free to mix and match local files with external ones:
|
||||
curl -X POST \
|
||||
-F 'urls=mailto://user:pass@gmail.com' \
|
||||
-F attachment=https://i.redd.it/my2t4d2fx0u31.jpg \
|
||||
-F attachment=https://path/to/another/remote/file.pdf \
|
||||
-F @/path/to/your/local/file/attachment \
|
||||
http://localhost:8000/notify
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user