sureshanaparti commented on code in PR #107:
URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056077237
##########
cloudstack/CloudianService.go:
##########
@@ -51,7 +51,7 @@ func (s *CloudianService) NewCloudianIsEnabledParams()
*CloudianIsEnabledParams
// Checks if the Cloudian Connector is enabled
func (s *CloudianService) CloudianIsEnabled(p *CloudianIsEnabledParams)
(*CloudianIsEnabledResponse, error) {
- resp, err := s.cs.newRequest("cloudianIsEnabled", p.toURLValues())
+ resp, err := s.cs.newPostRequest("cloudianIsEnabled", p.toURLValues())
Review Comment:
```suggestion
resp, err := s.cs.newRequest("cloudianIsEnabled", 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]