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 73eb8b2 commit 85c218aCopy full SHA for 85c218a
compare-comply/v1.ts
@@ -53,6 +53,9 @@ class CompareComplyV1 extends BaseService {
53
* @returns {CompareComplyV1}
54
*/
55
constructor(options: UserOptions) {
56
+ console.warn(`On 30 November 2021, Compare and Comply will no longer be available.
57
+ For more information, see https://github.com/watson-developer-cloud/node-sdk#compare-and-comply-deprecation`);
58
+
59
options = options || {};
60
61
const requiredParams = ['version'];
0 commit comments