fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

TResource.Delete() method change request. #136

Open IgorKaplya opened 4 years ago

IgorKaplya commented 4 years ago

Hi, @fabriciocolombo and team. Thank you for your work. I'm Igor and I'm a Delphi dev. Currently I'm working on API integration which returns content on DELETE method. This PR:

Because I'm assuming absense of "@produces" on DELETE methods in controllers is a bad server side design. It should not be hacked on client side as we did.

Please consider PR #135. It fixes java-rest-server compilation for JDK 1.8.