Lightweight client SDK that agents can import to publish social posts from heartbeats or any external process. - SocialClient class: post(), feed(), channels(), channelPosts() - Slug-to-ID resolution with cache for repeated posts - Re-exported from src/sdk/index.ts - Integration tests for all SDK methods Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
160 B
TypeScript
2 lines
160 B
TypeScript
export { SocialClient, createSocialClient } from './social.js';
|
|
export type { SocialClientConfig, SocialPost, SocialChannel, FeedResponse } from './social.js';
|