Details of Modules

0
I am working on a project, where i store the details of all other mendix projects. I require to get detials of modules used in other mendix projects like(module name, version of module. appstore module or not).   is there any api or do i get this details in any other way?
asked
1 answers
1

Hi Ravindra, take a look at the Model reflection module available in the app store. It should help you get visible which modules are used in a project. You could then make these available in a web service between your other apps to see which modules are used per project. I don't believe that there is an API available for the Mendix app store as of yet.

answered