Interface: ChanomhubClient
Defined in: index.ts:56
Chanomhub SDK Client interface
Properties
heading.anchorLabel| Property | Type | Description | Defined in |
|---|---|---|---|
articles | ArticleRepository | Article operations | index.ts:58 |
auth | AuthRepository | Authentication operations (requires Supabase config for OAuth) | index.ts:66 |
config | ChanomhubConfig | SDK configuration | index.ts:70 |
favorites | FavoritesRepository | Favorites operations | index.ts:60 |
graphql | <T>(query, variables, options) => Promise<GraphQLResponse<T>> | Raw GraphQL fetcher for custom queries | index.ts:68 |
search | SearchRepository | Search operations | index.ts:64 |
users | UsersRepository | User/Profile operations | index.ts:62 |