vultr / govultr

Vultr Go API client
MIT License
230 stars 56 forks source link

Support Marketplace App Variables #291

Closed christhemorse closed 8 months ago

christhemorse commented 8 months ago

Description

This PR introduces support for marketplace app variables over the Vultr API. Particularly, it includes an endpoint for listing user-supplied variables for a given marketplace app as well as a new AppVariables property that can be provided when creating VPS instances or BM servers. This should allow customers to finally use the Vultr API/open source libraries to deploy marketplace app instances when there are one or more required variable inputs, which was previously not possible.

Checklist: