We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2313fe commit 356069bCopy full SHA for 356069b
1 file changed
lib/ibm_watson.rb
@@ -7,6 +7,15 @@ module IBMWatson
7
ApiException = IBMCloudSdkCore::ApiException
8
DetailedResponse = IBMCloudSdkCore::DetailedResponse
9
10
+ module Auth
11
+ BasicAuthenticator = IBMCloudSdkCore::BasicAuthenticator
12
+ BearerTokenAuthenticator = IBMCloudSdkCore::BearerTokenAuthenticator
13
+ CloudPakForDataAuthenticator = IBMCloudSdkCore::CloudPakForDataAuthenticator
14
+ ConfigBasedAuthenticatorFactory = IBMCloudSdkCore::ConfigBasedAuthenticatorFactory
15
+ IamAuthenticator = IBMCloudSdkCore::IamAuthenticator
16
+ NoAuthAuthenticator = IBMCloudSdkCore::NoAuthAuthenticator
17
+ end
18
+
19
require_relative("./ibm_watson/personality_insights_v3.rb")
20
require_relative("./ibm_watson/tone_analyzer_v3.rb")
21
require_relative("./ibm_watson/assistant_v1.rb")
0 commit comments