Skip to content

Commit 34f39c7

Browse files
committed
typescript wrapper update to 1.2.0
1 parent cc6d980 commit 34f39c7

File tree

8 files changed

+2449
-820
lines changed

8 files changed

+2449
-820
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ apiKey.apiKey = "YOUR API KEY"
6868
var partnerKey = apiInstance.authentications['partnerKey'];
6969
partnerKey.apiKey = "YOUR API KEY"
7070

71-
var opts = {
71+
var opts = {
7272
'limit': 10, // Number | Number of documents per page
7373
'offset': 0 // Number | Index of the first document of the page
7474
};
@@ -90,4 +90,3 @@ apiInstance.getLists(opts).then(function(data) {
9090

9191

9292
For more examples, refer the https://github.com/sendinblue/APIv3-nodejs-library#documentation-for-api-endpoints
93-

0 commit comments

Comments
 (0)