-
Notifications
You must be signed in to change notification settings - Fork 641
adding the first bits of gcloud.compute support #197
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
Conversation
|
Hi Dave, Thanks for your interest in contributing! |
|
Hi Silvano, Oh, wow, I didn't even see google-api-nodejs-client. huge sigh of relief. I'm just going to try and use that, and will sheepishly withdraw this pull request. |
|
It'd be nice to give a link to Google APIs Node.js Client on the README. |
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md * updated package.json * updated samples/package.json
* updated CHANGELOG.md * updated package.json * updated samples/package.json
* updated CHANGELOG.md * updated package.json * updated samples/package.json
* updated CHANGELOG.md * updated package.json * updated samples/package.json
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(main): release 2.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* chore: update npm scripts and synth.py Update npm scripts: add clean, prelint, prefix; make sure that lint and fix are set properly. Use post-process feature of synthtool. * fix: broken tsconfig.json
I'd like to do this a bit at a time if that's OK. The Compute Engine API is gigantic. I am trying to follow the same patterns I see in the other gcloud-node modules - let me know if there's anything I should do differently! Thanks.