@@ -22,16 +22,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
2222var 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
3636var apiInstance = new SibApiV3Sdk.AttributesApi ();
3737
@@ -82,16 +82,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
8282var 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
9696var apiInstance = new SibApiV3Sdk.AttributesApi ();
9797
@@ -139,16 +139,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
139139var 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
153153var apiInstance = new SibApiV3Sdk.AttributesApi ();
154154apiInstance .getAttributes ().then (function (data ) {
@@ -187,16 +187,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
187187var 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
201201var apiInstance = new SibApiV3Sdk.AttributesApi ();
202202
0 commit comments