|
if a.Name == "deployVirtualMachine" || a.Name == "login" || a.Name == "updateVirtualMachine" { |
The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the listApis should advertise which APIs these are, but until then we need to switch these createUser and updateUser calls (and any other that may send sensitive info) over to use POST.
cloudstack-go/generate/generate.go
Line 1701 in 0d335ef
The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the
listApisshould advertise which APIs these are, but until then we need to switch thesecreateUserandupdateUsercalls (and any other that may send sensitive info) over to use POST.