Created
January 4, 2019 22:43
-
-
Save rderik/9747af88e6f68196f0c63a2a4f677556 to your computer and use it in GitHub Desktop.
Curl Prowl API call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://www.prowlapp.com/api.php#add | |
curl https://api.prowlapp.com/publicapi/add -F apikey=KEY -F priority=0 -F application=“DJRC Test” -F event=“cache cleared” -F description=“Dev ya termino!” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment