File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ var SibApiV3Sdk = require('sib-api-v3-typescript');
3232
3333var apiInstance = new SibApiV3Sdk.AccountApi ()
3434
35- // Configure API key authorization: apiKey
35+ // Configure API key authorization: api-key
3636
3737var apiKey = apiInstance .authentications [' apiKey' ];
3838apiKey .apiKey = " YOUR API KEY"
3939
40- // Configure API key authorization: partnerKey
40+ // Configure API key authorization: partner-key
4141
4242var partnerKey = apiInstance .authentications [' partnerKey' ];
4343partnerKey .apiKey = " YOUR API KEY"
Original file line number Diff line number Diff line change 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+ 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 }
You can’t perform that action at this time.
0 commit comments