sureshanaparti commented on code in PR #107:
URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2149668170
##########
cloudstack/UserService.go:
##########
@@ -3133,7 +3133,7 @@ func (s *UserService)
NewVerifyOAuthCodeAndGetUserParams(provider string) *Verif
// Verify the OAuth Code and fetch the corresponding user from provider
func (s *UserService) VerifyOAuthCodeAndGetUser(p
*VerifyOAuthCodeAndGetUserParams) (*VerifyOAuthCodeAndGetUserResponse, error) {
- resp, err := s.cs.newPostRequest("verifyOAuthCodeAndGetUser",
p.toURLValues())
+ resp, err := s.cs.newRequest("verifyOAuthCodeAndGetUser",
p.toURLValues())
Review Comment:
yes, this is changed with generate. it's a GET call, valid one
@weizhouapache
--
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]