We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8f3df commit cac1431Copy full SHA for cac1431
README.md
@@ -78,7 +78,7 @@ import DiscoveryV1 from 'ibm-watson/discovery/v1';
78
import { IamAuthenticator } from 'ibm-watson/auth';
79
80
const discoveryClient = new DiscoveryV1({
81
- authenticator: new IamAuthenticator({ apikey: '{apikey}' })
+ authenticator: new IamAuthenticator({ apikey: '{apikey}' }),
82
version: '{version}',
83
});
84
0 commit comments