Skip to content

Commit 72a48cb

Browse files
committed
camelCase
1 parent ad2ab96 commit 72a48cb

14 files changed

+238
-238
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
104104

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

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

docs/AccountApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
2020

2121
// Configure API key authorization: api-key
2222
var apiKey = defaultClient.authentications['api-key'];
23-
api-key.apiKey = 'YOUR 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)
2525
//apikey.apiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
2828
var partnerKey = defaultClient.authentications['partner-key'];
29-
partner-key.apiKey = 'YOUR API 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)
3131
//partnerKey.apiKeyPrefix = 'Token';
3232

docs/AttributesApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
2323

2424
// Configure API key authorization: api-key
2525
var apiKey = defaultClient.authentications['api-key'];
26-
api-key.apiKey = 'YOUR 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)
2828
//apikey.apiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
3131
var partnerKey = defaultClient.authentications['partner-key'];
32-
partner-key.apiKey = 'YOUR API 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)
3434
//partnerKey.apiKeyPrefix = 'Token';
3535

@@ -83,13 +83,13 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
8383

8484
// Configure API key authorization: api-key
8585
var apiKey = defaultClient.authentications['api-key'];
86-
api-key.apiKey = 'YOUR 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)
8888
//apikey.apiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
9191
var partnerKey = defaultClient.authentications['partner-key'];
92-
partner-key.apiKey = 'YOUR API 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)
9494
//partnerKey.apiKeyPrefix = 'Token';
9595

@@ -140,13 +140,13 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
140140

141141
// Configure API key authorization: api-key
142142
var apiKey = defaultClient.authentications['api-key'];
143-
api-key.apiKey = 'YOUR 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)
145145
//apikey.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148148
var partnerKey = defaultClient.authentications['partner-key'];
149-
partner-key.apiKey = 'YOUR API 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)
151151
//partnerKey.apiKeyPrefix = 'Token';
152152

@@ -188,13 +188,13 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
188188

189189
// Configure API key authorization: api-key
190190
var apiKey = defaultClient.authentications['api-key'];
191-
api-key.apiKey = 'YOUR 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)
193193
//apikey.apiKeyPrefix = 'Token';
194194

195195
// Configure API key authorization: partner-key
196196
var partnerKey = defaultClient.authentications['partner-key'];
197-
partner-key.apiKey = 'YOUR API 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)
199199
//partnerKey.apiKeyPrefix = 'Token';
200200

0 commit comments

Comments
 (0)