Skip to content

Commit ad2ab96

Browse files
committed
camelCase
1 parent 82ce992 commit ad2ab96

14 files changed

+476
-476
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
103103
var defaultClient = SibApiV3Sdk.ApiClient.instance;
104104

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

111111
// Configure API key authorization: partner-key
112-
var partner-key = defaultClient.authentications['partner-key'];
112+
var partnerKey = defaultClient.authentications['partner-key'];
113113
partner-key.apiKey = "YOUR API KEY"
114114
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
115-
//partner-key.apiKeyPrefix['partner-key'] = "Token"
115+
//partnerKey.apiKeyPrefix['partner-key'] = "Token"
116116

117117
var api = new SibApiV3Sdk.AccountApi()
118118
api.getAccount().then(function(data) {

docs/AccountApi.md

Lines changed: 4 additions & 4 deletions
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'];
22+
var apiKey = defaultClient.authentications['api-key'];
2323
api-key.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'];
28+
var partnerKey = defaultClient.authentications['partner-key'];
2929
partner-key.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

Lines changed: 16 additions & 16 deletions
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'];
25+
var apiKey = defaultClient.authentications['api-key'];
2626
api-key.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'];
31+
var partnerKey = defaultClient.authentications['partner-key'];
3232
partner-key.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'];
85+
var apiKey = defaultClient.authentications['api-key'];
8686
api-key.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'];
91+
var partnerKey = defaultClient.authentications['partner-key'];
9292
partner-key.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'];
142+
var apiKey = defaultClient.authentications['api-key'];
143143
api-key.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'];
148+
var partnerKey = defaultClient.authentications['partner-key'];
149149
partner-key.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'];
190+
var apiKey = defaultClient.authentications['api-key'];
191191
api-key.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'];
196+
var partnerKey = defaultClient.authentications['partner-key'];
197197
partner-key.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)