Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit 6e39ece

Browse files
committed
updated sample
1 parent 4b2ee02 commit 6e39ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var sendinblue = require('../sendinblue-api');
2-
var sendinObj = new sendinblue('https://api.sendinblue.com/v2.0/', 'xnZCHqGbBVTXRjU0', 5000);
2+
var sendinObj = new sendinblue('https://api.sendinblue.com/v2.0/', 'your_api_key', 5000);
33

44
sendinObj.get_account().on('complete', function(data) {
55
data = JSON.parse(data);

0 commit comments

Comments
 (0)