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

Upgraded to Mendix 7.0.0-RC1 (Beta) version #83

Closed sancgaug closed 7 years ago

sancgaug commented 7 years ago

Changed the implementation of serveListingFromDB method in DataServices.java. Added tests around it in the project. Replaced Layouts module with the NavigationLayout from the AppStore.

emirozer commented 7 years ago

@sancgaug @fazzdev Just a heads up :) the .idea directory is local to your project/machine that keeps intellij IDEA preferences and settings. you might want to remove it later.

fazzdev commented 7 years ago

We removed .idea in the next pull request.