SendyPHP icon indicating copy to clipboard operation
SendyPHP copied to clipboard

Add support for delete endpoint

Open JorisDebonnet opened this issue 6 years ago • 2 comments
trafficstars

I've wanted this for a while, so just implemented it. I have tested it, works perfectly fine on my Sendy 4.0.3.2 installation, but should work on anything at or above 2.1.1.4!

JorisDebonnet avatar Oct 10 '19 02:10 JorisDebonnet

@JorisDebonnet you can try my wrapper which is more complete and already has this function in case this PR doesn't go through https://github.com/ahmadawais/Sendy-PHP-API/blob/master/src/Sendy.php#L223-L255

ahmadawais avatar Oct 10 '19 10:10 ahmadawais

https://github.com/ahmadawais/Sendy-PHP-API

Oh, interesting, will give that a look! Of course, this PR can still stay here for those other people still using this package.

JorisDebonnet avatar Oct 10 '19 12:10 JorisDebonnet