Anthony Martinez
Anthony Martinez
Fix line 846 'delete-target-snaspshots' should be 'delete-target-snapshots' Fix line 1920 same typo Fix line 217 Fix line 28
can confirm this issue on Hugo version: 0.115.1
Requesting a review to check any mistakes/issues in implementation. @vishesh92 @mlsorensen
I noticed that the listApis.json was missing the api functions.
quotaUpdate that was generated has additional response fields in the struct when the documentation states it should only show "updated_on". ```go type QuotaUpdateResponse struct { JobID string `json:"jobid"` Jobstatus int...
```user@linux go test -v ./... # github.com/apache/cloudstack-go/v2/cloudstack cloudstack/QuotaService.go:235:5: v declared and not used cloudstack/QuotaService.go:241:5: v declared and not used cloudstack/QuotaService.go:849:5: v declared and not used cloudstack/QuotaService.go:1418:5: v declared and not...
seems to be an issue with generator.go on double types
Fixed the double/float type generation. ```Running Suite: Encoding Suite - /home/user1/git/cloudstack-go/test ================================================================== Random Seed: 1721788077 Will run 4 of 4 specs •••• Ran 4 of 4 Specs in 0.000 seconds...
As of cloudstack 14.19.0.2 it seems like the quotaBalance response object does not match listApis.json from cmk-cli. Is the object I am receiving from cloudstack api. ```json { "quotabalanceresponse": {...
Implemented response type overrides for quotaBalance and quotaStatement that should work.