Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Exception when deleting a template category #16

Closed Jericho closed 9 years ago

Jericho commented 9 years ago

The category is deleted but an exception is thrown when we parse the response.

Jericho commented 9 years ago

This exception is due to the fact that the response does not contain a boolean value indicating success as expected but rather it contains an empty array.

Instead of returning {"status":"success","data":"true"} it returns: {"status":"success","data":[]}