feat: port REST transport to Ads templates#1003
Merged
software-dov merged 18 commits intogoogleapis:masterfrom Dec 29, 2021
Merged
feat: port REST transport to Ads templates#1003software-dov merged 18 commits intogoogleapis:masterfrom
software-dov merged 18 commits intogoogleapis:masterfrom
Conversation
e34fe57 to
4e687e7
Compare
arithmetic1728
approved these changes
Oct 1, 2021
tseaver
approved these changes
Oct 1, 2021
4e687e7 to
6c2276b
Compare
d39b970 to
5e5df3e
Compare
vam-google
approved these changes
Nov 29, 2021
Contributor
vam-google
left a comment
There was a problem hiding this comment.
LGTM
Can you please put in the PR description details about how this was/can be tested? Ideally we want to test it by generating full Ads simply client and running some integration tests with it.
vam-google
reviewed
Nov 29, 2021
Contributor
vam-google
left a comment
There was a problem hiding this comment.
@software-dov The unit tests seem to be failing. Can you please fix them? (some are complaining about indentation being wrong)
5e5df3e to
48b454e
Compare
fef1f0d to
8bb33a0
Compare
Add REST transport to Ads templates Add REST transport tests to Ads generated unit tests Boost google-api-core dependency version Rewrite of REST transport call stubs to assist testing Add fragment tests for Ads Multiple bugfixes
cae00ad to
54e311c
Compare
This was referenced Jan 18, 2022
This was referenced Jan 26, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add REST transport tests to Ads generated unit tests
Boost google-api-core dependency version
Minor bugfixes