@atomist/automation-client
Version:
Atomist API for software low-level client
8 lines • 386 B
TypeScript
/**
* Register the automation client to send application events to Atomist.
* This is useful to show starting and stopping automation clients as part of their general lifecycle in eg Slack.
* @param {string} workspaceId
* @returns {Promise<any>}
*/
export declare function registerApplicationEvents(workspaceId: string): Promise<any>;
//# sourceMappingURL=applicationEvent.d.ts.map