Skip to content

Commit c7e9eb5

Browse files
authored
Merge branch 'master' into change-readme-in-demo
2 parents b7ee65c + c8c6181 commit c7e9eb5

File tree

20 files changed

+2182
-60
lines changed

20 files changed

+2182
-60
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.9.0](https://github.com/watson-developer-cloud/node-sdk/compare/v3.8.0...v3.9.0) (2018-08-15)
2+
3+
4+
### Features
5+
6+
* **regenerate:** add methods for new discovery metrics endpoints ([f396eca](https://github.com/watson-developer-cloud/node-sdk/commit/f396eca))
7+
18
# [3.8.0](https://github.com/watson-developer-cloud/node-sdk/compare/v3.7.1...v3.8.0) (2018-08-07)
29

310

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Watson services are migrating to token-based Identity and Access Management (IAM
8888
### Getting credentials
8989
To find out which authentication to use, view the service credentials. You find the service credentials for authentication the same way for all Watson services:
9090

91-
1. Go to the IBM Cloud **[Dashboard][watson-dashboard]** page.
92-
1. Either click an existing Watson service instance or click **Create**.
93-
1. Click **Show** to view your service credentials.
94-
1. Copy the `url` and either `apikey` or `username` and `password`.
91+
1. Go to the IBM Cloud [Dashboard](https://console.bluemix.net/dashboard/apps?category=ai) page.
92+
1. Either click an existing Watson service instance or click [**Create resource > AI**](https://console.bluemix.net/catalog/?category=ai) and create a service instance.
93+
1. Click **Show** to view your service credentials.
94+
1. Copy the `url` and either `apikey` or `username` and `password`.
9595

9696
### IAM
9797

@@ -283,7 +283,7 @@ function (err, token) {
283283

284284
Use the [Assistant][conversation] service to determine the intent of a message.
285285

286-
Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
286+
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
287287

288288
```js
289289
var AssistantV1 = require('watson-developer-cloud/assistant/v1');

discovery/v1-generated.ts

Lines changed: 569 additions & 13 deletions
Large diffs are not rendered by default.

examples/browserify/package-lock.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dotenv": "^2.0.0",
1313
"express": "^4.14.0",
1414
"express-browserify": "^1.0.2",
15-
"watson-developer-cloud": "*"
15+
"watson-developer-cloud": "latest"
1616
},
1717
"devDependencies": {},
1818
"engines": {

examples/conversation_tone_analyzer_integration/package-lock.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/conversation_tone_analyzer_integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"bluebird": "^3.4.1",
1010
"dotenv": "^2.0.0",
11-
"watson-developer-cloud": "*"
11+
"watson-developer-cloud": "latest"
1212
},
1313
"engines": {
1414
"node": ">=4"

0 commit comments

Comments
 (0)