You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,9 @@ Watson services are migrating to token-based Identity and Access Management (IAM
50
50
### Getting credentials
51
51
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:
52
52
53
-
1. Go to the IBM Cloud **[Dashboard][watson-dashboard]** page.
54
-
1. Either click an existing Watson service instance or click **Create**.
55
-
1. Click **Show** to view your service credentials.
56
-
1. Copy the `url` and either `apikey` or `username` and `password`.
53
+
1. Go to the IBM Cloud [Dashboard](https://console.bluemix.net/dashboard/apps?category=ai) page.
54
+
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.
55
+
1. Copy the `url` and either `apikey` or `username` and `password`. Click **Show** if the credentials are masked.
57
56
58
57
In your code, you can use these values in the service constructor or with a method call after instantiating your service.
59
58
@@ -189,4 +188,3 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).<TODO revise coding standard>
0 commit comments