From 5b7e3888df05289016ea82643535e12a6965d37e Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 3 Dec 2018 15:39:25 -0800 Subject: [PATCH] docs: be more explicit about supported version of nodejs for docs (#1473) --- samples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 56a53692b22..94f7397d9ef 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,5 +1,7 @@ # Samples by API -The following samples show basic usage of various APIs. Throughout these samples, you will find code that relies on various authentication methods. +The following samples show basic usage of various APIs. **All samples require Node.js 8.x or greater**. + +Throughout these samples, you will find code that relies on various authentication methods. - **OAuth2** - To use the OAuth2 samples, create a credential in the cloud developer console, and save the file as `oauth2.keys.json` in the samples directory. - **Service account** - To use the service account based samples, create a new service account in the cloud developer console, and save the file as `jwt.keys.json` in the samples directory. - **API Key** - To use simple API keys, create a new API Key in the cloud developer console, then store the key in the `api_key` field of `config.json`.