mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 06:12:54 +08:00
1182
mandrill-api/mandrill-api.d.ts
vendored
Normal file
1182
mandrill-api/mandrill-api.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
14
mandrill-api/mandrill-tests.ts
Normal file
14
mandrill-api/mandrill-tests.ts
Normal 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);
|
||||
Reference in New Issue
Block a user