apnex / vmw-cli

CLI and API for programmatic access to my.vmware.com
MIT License
30 stars 9 forks source link

Documentation for the my.vmware.com APIs #3

Closed vaibhavggarg closed 3 years ago

vaibhavggarg commented 3 years ago

Hi, I wanted to work on a script that automatically downloads the latest packages from my.vmware.com, I couldn't find any documentation on the myvmware apis you used in your project. Could you please point me towards that

apnex commented 3 years ago

As far as I'm aware - there is no VMware documentation for the APIs I used. The code in this repository is a result of trial and error using Postman interceptor and Chrome Developer tools to interrogate browsers calls to my.vmware.com. If you are looking to write your own scripts and code - take a look at my examples at https://github.com/apnex/vmw-sdk as this could be a good starting point