mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Add support for HTTP method PATCH #75

Closed Andries-Smit closed 8 years ago

Andries-Smit commented 8 years ago

To support OData http://www.odata.org/getting-started/basic-tutorial/#update We require to use the Http Method PATCH

However this require the httpclient to be update to version newer the 4.2

mweststrate commented 8 years ago

This is (most probably) a feature request with lots of impact, I suggest filing a ticket at support.mendix.com

Andries-Smit commented 8 years ago

PATCH Method can be found in the Mendix 6.6.0 release.