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
+4-19Lines changed: 4 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Python client library to quickly get started with the various [Watson APIs][wdc]
19
19
*[Getting credentials](#getting-credentials)
20
20
*[IAM](#iam)
21
21
*[Username and password](#username-and-password)
22
-
*[API key](#api-key)
23
22
*[Python version](#python-version)
24
23
*[Changes for v1.0](#changes-for-v10)
25
24
*[Changes for v2.0](#changes-for-v20)
@@ -71,7 +70,10 @@ For more details see [#405](https://github.com/watson-developer-cloud/python-sdk
71
70
72
71
## Examples
73
72
74
-
The [examples][examples] folder has basic and advanced examples. The examples within each service assume that you already have [service credentials](#getting-credentials).
73
+
The [examples][examples] folder has basic and advanced examples. The examples within each service assume that you already have [service credentials](#getting-credentials).
74
+
75
+
Note:
76
+
Conversation V1 is deprecated and will be removed in the next major release of the SDK. Use Assistant V1 or Assistant V2.
75
77
76
78
## Running in IBM Cloud
77
79
@@ -83,7 +85,6 @@ Watson services are migrating to token-based Identity and Access Management (IAM
83
85
84
86
- With some service instances, you authenticate to the API by using **[IAM](#iam)**.
85
87
- In other instances, you authenticate by providing the **[username and password](#username-and-password)** for the service instance.
86
-
- Visual Recognition uses a form of [API key](#api-key) only with instances created before May 23, 2018. Newer instances of Visual Recognition use IAM.
87
88
88
89
**Note:** Authenticating with the X-Watson-Authorization-Token header is deprecated. The token continues to work with Cloud Foundry services, but is not supported for services that use Identity and Access Management (IAM) authentication. See [here](#iam) for details.
**Important**: This type of authentication works only with Visual Recognition instances created before May 23, 2018. Newer instances of Visual Recognition use [IAM](#iam).
152
-
153
-
```python
154
-
from watson_developer_cloud import VisualRecognitionV3
0 commit comments