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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Ruby gem to quickly get started with the various [IBM Watson][wdc] services.
16
16
*[Before you begin](#before-you-begin)
17
17
*[Installation](#installation)
18
18
*[Examples](#examples)
19
+
*[Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d)
19
20
*[Running in IBM Cloud](#running-in-ibm-cloud)
20
21
*[Authentication](#authentication)
21
22
*[Getting credentials](#getting-credentials)
@@ -61,6 +62,10 @@ require "ibm_watson"
61
62
62
63
The [examples][examples] folder has basic and advanced examples. The examples within each service assume that you already have [service credentials](#getting-credentials).
63
64
65
+
## Discovery v2 only on CP4D
66
+
67
+
Discovery v2 is only available on Cloud Pak for Data.
68
+
64
69
## Running in IBM Cloud
65
70
66
71
If you run your app in IBM Cloud, the SDK gets credentials from the [`VCAP_SERVICES`][vcap_services] environment variable.
@@ -350,7 +355,7 @@ The SDK will manage the token for the user
0 commit comments