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

Introduce custom paths for microflow services, e.g: "POST api/1/users/:userid/tweets/:tweetid" #16

Closed mweststrate closed 10 years ago

mweststrate commented 10 years ago

if a request exactly matches the method and path the microflow should be executed. the variable attributes (:attributename) should be handled similarly as named parameters (?attributename=..), that is, they should appear in the input arguments object.