Downloading Mendix installer using Java

1
Hello everybody! At the moment I'm trying to find a way to easy download a Mendix installer from the app store using Java. unfortunately I can't find an easy way to do this. Right now I'm downloading it using the URL i found myself. Does Mendix have an SDK/APK or something else for downloading a Mendix installer using Java? Thanks in advance!
asked
1 answers
1

Hi Hugo, 

afaik there is no way to download the installer directly via an API call. 

One way you could automate this is with a combination of web scraping (eg. with JSoup) and selenium. 
Check with JSoup which is the latest mendix installer version and if you not have downloaded it, automate the download process with selenium.

answered