Merge pull request #4025 from pocesar/mandrill

mandrill api
This commit is contained in:
Masahiro Wakame
2015-04-23 00:23:16 +09:00
2 changed files with 1196 additions and 0 deletions

1182
mandrill-api/mandrill-api.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

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);