Skip to content

Commit 82ce992

Browse files
committed
init 2020
1 parent 08bbed7 commit 82ce992

File tree

217 files changed

+2403
-1214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+2403
-1214
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2019, SendinBlue
3+
Copyright (c) 2020, SendinBlue
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

README.md

+56-31
Large diffs are not rendered by default.

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 apiKey = defaultClient.authentications['api-key'];
23-
apiKey.apiKey = 'YOUR API KEY';
22+
var api-key = defaultClient.authentications['api-key'];
23+
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-
//apikey.apiKeyPrefix = 'Token';
25+
//api-key.apiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
28-
var partnerKey = defaultClient.authentications['partner-key'];
29-
partnerKey.apiKey = 'YOUR API KEY';
28+
var partner-key = defaultClient.authentications['partner-key'];
29+
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-
//partnerKey.apiKeyPrefix = 'Token';
31+
//partner-key.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 apiKey = defaultClient.authentications['api-key'];
26-
apiKey.apiKey = 'YOUR API KEY';
25+
var api-key = defaultClient.authentications['api-key'];
26+
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-
//apikey.apiKeyPrefix = 'Token';
28+
//api-key.apiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
31-
var partnerKey = defaultClient.authentications['partner-key'];
32-
partnerKey.apiKey = 'YOUR API KEY';
31+
var partner-key = defaultClient.authentications['partner-key'];
32+
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-
//partnerKey.apiKeyPrefix = 'Token';
34+
//partner-key.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 apiKey = defaultClient.authentications['api-key'];
86-
apiKey.apiKey = 'YOUR API KEY';
85+
var api-key = defaultClient.authentications['api-key'];
86+
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-
//apikey.apiKeyPrefix = 'Token';
88+
//api-key.apiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
91-
var partnerKey = defaultClient.authentications['partner-key'];
92-
partnerKey.apiKey = 'YOUR API KEY';
91+
var partner-key = defaultClient.authentications['partner-key'];
92+
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-
//partnerKey.apiKeyPrefix = 'Token';
94+
//partner-key.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 apiKey = defaultClient.authentications['api-key'];
143-
apiKey.apiKey = 'YOUR API KEY';
142+
var api-key = defaultClient.authentications['api-key'];
143+
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-
//apikey.apiKeyPrefix = 'Token';
145+
//api-key.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148-
var partnerKey = defaultClient.authentications['partner-key'];
149-
partnerKey.apiKey = 'YOUR API KEY';
148+
var partner-key = defaultClient.authentications['partner-key'];
149+
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-
//partnerKey.apiKeyPrefix = 'Token';
151+
//partner-key.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 apiKey = defaultClient.authentications['api-key'];
191-
apiKey.apiKey = 'YOUR API KEY';
190+
var api-key = defaultClient.authentications['api-key'];
191+
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-
//apikey.apiKeyPrefix = 'Token';
193+
//api-key.apiKeyPrefix = 'Token';
194194

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

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

0 commit comments

Comments
 (0)