-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: port REST transport to Ads templates #1003
Conversation
e34fe57
to
4e687e7
Compare
4e687e7
to
6c2276b
Compare
d39b970
to
5e5df3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
Add REST transport tests to Ads generated unit tests
Boost google-api-core dependency version
Minor bugfixes