We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e550cf5 commit 0c55858Copy full SHA for 0c55858
1 file changed
README.md
@@ -132,7 +132,6 @@ You supply either an IAM service **API key** or an **access token**:
132
# In the constructor, letting the SDK manage the IAM token
133
authenticator = IBMCloudSdkCore::IamAuthenticator.new(
134
apikey: "<iam_apikey>",
135
- version: "2018-02-16",
136
url: "<iam_url>" # optional - the default value is https://iam.cloud.ibm.com/identity/token
137
)
138
discovery = IBMWatson::DiscoveryV1.new(
@@ -158,8 +157,8 @@ require "ibm_cloud_sdk_core"
158
157
include IBMWatson
159
# In the constructor
160
authenticator = IBMCloudSdkCore::BasicAuthenticator.new(
161
- username: "<username>",
162
- password: "<password>"
+ username: "<username>",
+ password: "<password>"
163
164
discovery = DiscoveryV1.new(
165
version: "2017-10-16",
0 commit comments