-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google-api-go-generator: respect HttpBody for GET requests
CL 39310 didn't generate *http.Response return values for GET requests, only for those requests that had an HttpBody request body. Change-Id: Ibfabfdf27075391e0bd15f047d79ab585813cfc2 Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/40590 Reviewed-by: Tyler Bui-Palsulich <[email protected]> Reviewed-by: Chris Broadfoot <[email protected]> Reviewed-by: kokoro <[email protected]>
- Loading branch information
Showing
3 changed files
with
184 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters