Skip to content

Instantly share code, notes, and snippets.

@rderik
Created January 4, 2019 22:43
Show Gist options
  • Save rderik/9747af88e6f68196f0c63a2a4f677556 to your computer and use it in GitHub Desktop.
Save rderik/9747af88e6f68196f0c63a2a4f677556 to your computer and use it in GitHub Desktop.
Curl Prowl API call
#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