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

Added Post methods with ResultClass: TClass parameter to RestClient #89

Closed gstamac closed 7 years ago

thomaserlang commented 7 years ago

For consistency could you also add the methods for PUT and PATCH?

thomaserlang commented 7 years ago

Any reason DELETE response body is not supported at all in the client? The specification says that it should if the response code is 200. 1

gstamac commented 7 years ago

Added PUT and PATCH methods