JacobBennett / SendyPHP

A PHP class built to interface with the Sendy API
MIT License
133 stars 38 forks source link

Add support for delete endpoint #32

Open JorisDebonnet opened 5 years ago

JorisDebonnet commented 5 years ago

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!

ahmadawais commented 5 years ago

@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

JorisDebonnet commented 5 years ago

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.