WunderTools
WunderTools copied to clipboard
Add integration / example on clearing Cloudflare caches on deployment
Can be done with a simple POST request like this:
-H “X-Auth-Email: [email protected]” \
-H “X-Auth-Key: AUTH-KEY” \
-H “Content-Type: application/json” \
--data ‘{“purge_everything”:true}’```