@ads-vdh/qnamaker-api
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "@ads-vdh/qnamaker-api", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -8,3 +8,3 @@ Provides a wrapper around the [Cognitive Services APIs](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/) for QnaMaker | ||
Install [on npm](https://www.npmjs.com/package/qnamaker-api) | ||
Install [on npm](https://www.npmjs.com/package/@ads-vdh/qnamaker-api) | ||
@@ -20,2 +20,4 @@ ```bash | ||
```js | ||
let qnaMakerApi = require("@ads-vdh/qnamaker-api"); | ||
let client = qnaMakerApi({ | ||
@@ -22,0 +24,0 @@ endpoint: endpoint, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8910
72