-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Class design changes for GitLabApiTransport
* get and post should return Optionals, as the GsonParserUtil.parseHttpResponse method can return a null. * replaceClazz is replaced with responseType, which is a Type. This lets us pass in parameterized Types for GSON to case responses to. BUG=393370224 PiperOrigin-RevId: 726574202 Change-Id: I82694eca30763fe70494e948755207e034d21482
- Loading branch information
1 parent
1830e2a
commit 9230fff
Showing
3 changed files
with
31 additions
and
24 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