sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056114303
########## cloudstack/QuotaService.go: ########## @@ -801,7 +801,7 @@ func (s *QuotaService) NewQuotaSummaryParams() *QuotaSummaryParams { // Lists balance and quota usage for all accounts func (s *QuotaService) QuotaSummary(p *QuotaSummaryParams) (*QuotaSummaryResponse, error) { - resp, err := s.cs.newRequest("quotaSummary", p.toURLValues()) + resp, err := s.cs.newPostRequest("quotaSummary", p.toURLValues()) Review Comment: ```suggestion resp, err := s.cs.newRequest("quotaSummary", p.toURLValues()) ``` -- 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