Skip to content

Commit 5b7e388

Browse files
docs: be more explicit about supported version of nodejs for docs (#1473)
1 parent 7daf19f commit 5b7e388

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

samples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Samples by API
2-
The following samples show basic usage of various APIs. Throughout these samples, you will find code that relies on various authentication methods.
2+
The following samples show basic usage of various APIs. **All samples require Node.js 8.x or greater**.
3+
4+
Throughout these samples, you will find code that relies on various authentication methods.
35
- **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.
46
- **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.
57
- **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`.

0 commit comments

Comments
 (0)