|
11 | 11 |
|
12 | 12 | Python client library to quickly get started with the various [Watson APIs][wdc] services. |
13 | 13 |
|
14 | | -<details> |
15 | | - <summary>Table of Contents</summary> |
16 | | - |
17 | | - * [Before you begin](#before-you-begin) |
18 | | - * [Installation](#installation) |
19 | | - * [Examples](#examples) |
20 | | - * [Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d) |
21 | | - * [Running in IBM Cloud](#running-in-ibm-cloud) |
22 | | - * [Authentication](#authentication) |
23 | | - * [Getting credentials](#getting-credentials) |
24 | | - * [IAM](#iam) |
25 | | - * [Username and password](#username-and-password) |
26 | | - * [No Authentication](#no-authentication) |
27 | | - * [Python version](#python-version) |
28 | | - * [Changes for v1.0](#changes-for-v10) |
29 | | - * [Changes for v2.0](#changes-for-v20) |
30 | | - * [Changes for v3.0](#changes-for-v30) |
31 | | - * [Changes for v4.0](#changes-for-v40) |
32 | | - * [Migration](#migration) |
33 | | - * [Configuring the http client](#configuring-the-http-client-supported-from-v110) |
34 | | - * [Disable SSL certificate verification](#disable-ssl-certificate-verification) |
35 | | - * [Setting the service url](#setting-the-service-url) |
36 | | - * [Sending request headers](#sending-request-headers) |
37 | | - * [Parsing HTTP response information](#parsing-http-response-information) |
38 | | - * [Getting the transaction ID](#getting-the-transaction-id) |
39 | | - * [Using Websockets](#using-websockets) |
40 | | - * [Cloud Pak for Data(CP4D)](#cloud-pak-for-data) |
41 | | - * [Logging](#logging) |
42 | | - * [Dependencies](#dependencies) |
43 | | - * [License](#license) |
44 | | - * [Contributing](#contributing) |
45 | | - * [Featured Projects](#featured-projects) |
46 | | - |
47 | | -</details> |
48 | | - |
49 | 14 | ## Announcements |
50 | 15 | ### Updating endpoint URLs from watsonplatform.net |
51 | 16 | Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change. |
@@ -104,9 +69,6 @@ For more details see [#405](https://github.com/watson-developer-cloud/python-sdk |
104 | 69 |
|
105 | 70 | The [examples][examples] folder has basic and advanced examples. The examples within each service assume that you already have [service credentials](#getting-credentials). |
106 | 71 |
|
107 | | -## Discovery v2 only on CP4D |
108 | | -Discovery v2 is only available on Cloud Pak for Data. |
109 | | - |
110 | 72 | ## Running in IBM Cloud |
111 | 73 |
|
112 | 74 | If you run your app in IBM Cloud, the SDK gets credentials from the [`VCAP_SERVICES`][vcap_services] environment variable. |
|
0 commit comments