mandrill api

This commit is contained in:
Paulo Cesar
2015-04-01 15:18:41 -03:00
parent 32bb5fea1c
commit 667429afb8
2 changed files with 1196 additions and 0 deletions
+1182
View File
File diff suppressed because it is too large Load Diff
+14
View File
@@ -0,0 +1,14 @@
/// <reference path="mandrill-api.d.ts" />
import mandrill = require('mandrill-api');
var
M = new mandrill.Mandrill('key', false),
cb: mandrill.ICallback = function(asd){
};
M.templates.add({});
M.webhooks.delete({id: 1});
M.call('url', {}, cb, cb);