Skip to content

Commit c477de1

Browse files
committedJun 13, 2022
fixes
1 parent 6f4d9a2 commit c477de1

22 files changed

+990
-978
lines changed
 

‎.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "6.1"
5-
- "5"
6-
- "5.11"
7-
3+
- "10"
4+
- "12"
5+
- "14"

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
9999
var defaultClient = SibApiV3Sdk.ApiClient.instance;
100100

101101
// Configure API key authorization: api-key
102-
var api-key = defaultClient.authentications['api-key'];
103-
api-key.apiKey = "YOUR API KEY"
102+
var apiKey = defaultClient.authentications['api-key'];
103+
apiKey.apiKey = "YOUR API KEY"
104104
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
105-
//api-key.apiKeyPrefix['api-key'] = "Token"
105+
//apiKey.apiKeyPrefix['api-key'] = "Token"
106106

107107
// Configure API key authorization: partner-key
108-
var partner-key = defaultClient.authentications['partner-key'];
109-
partner-key.apiKey = "YOUR API KEY"
108+
var partnerKey = defaultClient.authentications['partner-key'];
109+
partnerKey.apiKey = "YOUR API KEY"
110110
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
111-
//partner-key.apiKeyPrefix['partner-key'] = "Token"
111+
//partnerKey.apiKeyPrefix['partner-key'] = "Token"
112112

113113
var api = new SibApiV3Sdk.AccountApi()
114114
api.getAccount().then(function(data) {

‎docs/AccountApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
1919
var defaultClient = SibApiV3Sdk.ApiClient.instance;
2020

2121
// Configure API key authorization: api-key
22-
var api-key = defaultClient.authentications['api-key'];
23-
api-key.apiKey = 'YOUR API KEY';
22+
var apiKey = defaultClient.authentications['api-key'];
23+
apiKey.apiKey = 'YOUR API KEY';
2424
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
25-
//api-key.apiKeyPrefix = 'Token';
25+
//apiKey.apiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
28-
var partner-key = defaultClient.authentications['partner-key'];
29-
partner-key.apiKey = 'YOUR API KEY';
28+
var partnerKey = defaultClient.authentications['partner-key'];
29+
partnerKey.apiKey = 'YOUR API KEY';
3030
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
31-
//partner-key.apiKeyPrefix = 'Token';
31+
//partnerKey.apiKeyPrefix = 'Token';
3232

3333
var apiInstance = new SibApiV3Sdk.AccountApi();
3434
apiInstance.getAccount().then(function(data) {

‎docs/AttributesApi.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
2222
var defaultClient = SibApiV3Sdk.ApiClient.instance;
2323

2424
// Configure API key authorization: api-key
25-
var api-key = defaultClient.authentications['api-key'];
26-
api-key.apiKey = 'YOUR API KEY';
25+
var apiKey = defaultClient.authentications['api-key'];
26+
apiKey.apiKey = 'YOUR API KEY';
2727
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
28-
//api-key.apiKeyPrefix = 'Token';
28+
//apiKey.apiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
31-
var partner-key = defaultClient.authentications['partner-key'];
32-
partner-key.apiKey = 'YOUR API KEY';
31+
var partnerKey = defaultClient.authentications['partner-key'];
32+
partnerKey.apiKey = 'YOUR API KEY';
3333
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
34-
//partner-key.apiKeyPrefix = 'Token';
34+
//partnerKey.apiKeyPrefix = 'Token';
3535

3636
var apiInstance = new SibApiV3Sdk.AttributesApi();
3737

@@ -82,16 +82,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
8282
var defaultClient = SibApiV3Sdk.ApiClient.instance;
8383

8484
// Configure API key authorization: api-key
85-
var api-key = defaultClient.authentications['api-key'];
86-
api-key.apiKey = 'YOUR API KEY';
85+
var apiKey = defaultClient.authentications['api-key'];
86+
apiKey.apiKey = 'YOUR API KEY';
8787
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
88-
//api-key.apiKeyPrefix = 'Token';
88+
//apiKey.apiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
91-
var partner-key = defaultClient.authentications['partner-key'];
92-
partner-key.apiKey = 'YOUR API KEY';
91+
var partnerKey = defaultClient.authentications['partner-key'];
92+
partnerKey.apiKey = 'YOUR API KEY';
9393
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
94-
//partner-key.apiKeyPrefix = 'Token';
94+
//partnerKey.apiKeyPrefix = 'Token';
9595

9696
var apiInstance = new SibApiV3Sdk.AttributesApi();
9797

@@ -139,16 +139,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
139139
var defaultClient = SibApiV3Sdk.ApiClient.instance;
140140

141141
// Configure API key authorization: api-key
142-
var api-key = defaultClient.authentications['api-key'];
143-
api-key.apiKey = 'YOUR API KEY';
142+
var apiKey = defaultClient.authentications['api-key'];
143+
apiKey.apiKey = 'YOUR API KEY';
144144
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
145-
//api-key.apiKeyPrefix = 'Token';
145+
//apiKey.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148-
var partner-key = defaultClient.authentications['partner-key'];
149-
partner-key.apiKey = 'YOUR API KEY';
148+
var partnerKey = defaultClient.authentications['partner-key'];
149+
partnerKey.apiKey = 'YOUR API KEY';
150150
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
151-
//partner-key.apiKeyPrefix = 'Token';
151+
//partnerKey.apiKeyPrefix = 'Token';
152152

153153
var apiInstance = new SibApiV3Sdk.AttributesApi();
154154
apiInstance.getAttributes().then(function(data) {
@@ -187,16 +187,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
187187
var defaultClient = SibApiV3Sdk.ApiClient.instance;
188188

189189
// Configure API key authorization: api-key
190-
var api-key = defaultClient.authentications['api-key'];
191-
api-key.apiKey = 'YOUR API KEY';
190+
var apiKey = defaultClient.authentications['api-key'];
191+
apiKey.apiKey = 'YOUR API KEY';
192192
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
193-
//api-key.apiKeyPrefix = 'Token';
193+
//apiKey.apiKeyPrefix = 'Token';
194194

195195
// Configure API key authorization: partner-key
196-
var partner-key = defaultClient.authentications['partner-key'];
197-
partner-key.apiKey = 'YOUR API KEY';
196+
var partnerKey = defaultClient.authentications['partner-key'];
197+
partnerKey.apiKey = 'YOUR API KEY';
198198
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
199-
//partner-key.apiKeyPrefix = 'Token';
199+
//partnerKey.apiKeyPrefix = 'Token';
200200

201201
var apiInstance = new SibApiV3Sdk.AttributesApi();
202202

0 commit comments

Comments
 (0)
Please sign in to comment.