Skip to content
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

Add synth.py for automating client library generation #1306

Merged
merged 4 commits into from Sep 4, 2018

Conversation

chingor13
Copy link
Contributor

@chingor13 chingor13 commented Aug 24, 2018

  • npm test succeeds
  • Pull request has been squashed into 1 commit
  • I did NOT manually make changes to anything in apis/
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate JSDoc comments were updated in source code (if applicable)
  • Appropriate changes to readme/docs are included in PR

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 24, 2018

logging.basicConfig(level=logging.DEBUG)

repository_url = "https://github.com/google/google-api-nodejs-client.git"

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

synth.py Outdated

# copy src, test, samples directories
s.copy(repository / "src")
s.copy(repository / "test")

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith
Copy link
Contributor

gentle ping @chingor13

@JustinBeckwith JustinBeckwith merged commit 0a16b4c into googleapis:master Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants