Skip to content

Commit 5eb9bc0

Browse files
committed
wrapperupdate
1 parent bca73e8 commit 5eb9bc0

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ var SibApiV3Sdk = require('sib-api-v3-typescript');
3232

3333
var apiInstance = new SibApiV3Sdk.AccountApi()
3434

35-
// Configure API key authorization: api-key
35+
// Configure API key authorization: apiKey
3636

3737
var apiKey = apiInstance.authentications['apiKey'];
3838
apiKey.apiKey = "YOUR API KEY"
3939

40-
// Configure API key authorization: partner-key
40+
// Configure API key authorization: partnerKey
4141

4242
var partnerKey = apiInstance.authentications['partnerKey'];
4343
partnerKey.apiKey = "YOUR API KEY"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,22 @@
22
"name": "sib-api-v3-typescript",
33
"version": "1.2.1",
44
"description": "NodeJS client for sib-api-v3-typescript",
5+
"repository": "GIT_USER_ID/GIT_REPO_ID",
56
"main": "api.js",
67
"types": "api.d.ts",
78
"scripts": {
89
"clean": "rm -Rf node_modules/ *.js",
910
"build": "tsc",
1011
"test": "npm run build && node client.js"
1112
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/sendinblue/APIv3-typescript-library.git"
15-
},
16-
"author": {
17-
"name": "SendinBlue",
18-
"email": "[email protected]",
19-
"url": "https://www.sendinblue.com/"
20-
},
13+
"author": "Swagger Codegen Contributors",
2114
"license": "Unlicense",
2215
"dependencies": {
2316
"bluebird": "^3.5.0",
2417
"request": "^2.81.0",
2518
"@types/bluebird": "*",
2619
"@types/request": "*"
2720
},
28-
"bugs": {
29-
"url": "https://github.com/sendinblue/APIv3-typescript-library/issues"
30-
},
31-
"homepage": "https://github.com/sendinblue/APIv3-typescript-library#readme",
3221
"devDependencies": {
3322
"typescript": "^2.4.2"
3423
}

0 commit comments

Comments
 (0)