emailengine-client
Version:
A TypeScript client for the EmailEngine API
19 lines (18 loc) • 611 B
TypeScript
export * from './apis/accounts';
export * from './apis/logs';
export * from './apis/tokens';
export * from './apis/blocklists';
export * from './apis/chat';
export * from './apis/messages';
export * from './apis/multi-message-actions';
export * from './apis/settings';
export * from './apis/smtp-gateway';
export * from './apis/stats';
export * from './apis/submit';
export * from './apis/delivery-test';
export * from './apis/license';
export * from './apis/mailbox';
export * from './apis/oauth2-applications';
export * from './apis/outbox';
export * from './apis/webhooks';
export * from './apis/templates';