mlsorensen opened a new pull request, #42: URL: https://github.com/apache/cloudstack-go/pull/42
Eventually CloudStack could advertise which APIs prefer POST (set via annotations on the API classes), this will make that easier to integrate by pushing the selection of which method to use into the code gen. Right now this PR still decides POST based off of a few API command names, but it does so in code gen rather than in the generated client. Also allows to select POST for custom APIs, in the even that a user needs to manually build a POST call. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org