Skip to content

Commit 5363c67

Browse files
committed
wrapperupdate
1 parent 5eb9bc0 commit 5363c67

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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: apiKey
35+
// Configure API key authorization: api-key
3636

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

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

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

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,33 @@
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",
65
"main": "api.js",
76
"types": "api.d.ts",
87
"scripts": {
98
"clean": "rm -Rf node_modules/ *.js",
109
"build": "tsc",
1110
"test": "npm run build && node client.js"
1211
},
13-
"author": "Swagger Codegen Contributors",
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+
},
1421
"license": "Unlicense",
1522
"dependencies": {
1623
"bluebird": "^3.5.0",
1724
"request": "^2.81.0",
1825
"@types/bluebird": "*",
1926
"@types/request": "*"
2027
},
28+
"bugs": {
29+
"url": "https://github.com/sendinblue/APIv3-typescript-library/issues"
30+
},
31+
"homepage": "https://github.com/sendinblue/APIv3-typescript-library#readme",
2132
"devDependencies": {
2233
"typescript": "^2.4.2"
2334
}

0 commit comments

Comments
 (0)