-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cloud client library migration part 2: Device creation / deletion #1566
Conversation
/FYI It looks like the failing tests are outside of my change. |
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 - but, this should really live in the samples folder of @google-cloud/iot
. This way we catch bugs with the sample tests, when the library is released instead of waiting until we update the dependency in this repo. Happy to merge this if that makes it easier for you to then transfer to the other repo.
@fhinkel I was going to finish migrating off of the Apiary client before moving to the separate repo. |
…udplatform/nodejs-docs-samples into iot-cloud-client-part2
…udplatform/nodejs-docs-samples into iot-cloud-client-part2
Merging, after I have completed the migration we'll move this to the Cloud client library repo to simplify testing and releasing. |
I'm two PRs away from being ready to move to the Cloud client library repo. |
Migrates the create / delete device snippets to Cloud Client library