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 1c5c221 commit 75fea91Copy full SHA for 75fea91
personality-insights/v2.ts
@@ -22,9 +22,11 @@ import { BaseService } from '../lib/base_service';
22
23
class PersonalityInsightsV2 extends BaseService {
24
static URL: string = 'https://gateway.watsonplatform.net/personality-insights/api';
25
+
26
constructor(options: PersonalityInsightsV2.Options) {
27
super(options);
28
}
29
30
/**
31
* @param params {Object} The parameters to call the service
32
* The accepted parameters are:
0 commit comments