Skip to content

Interface: ChanomhubClient

Defined in: index.ts:56

Chanomhub SDK Client interface

PropertyTypeDescriptionDefined in
articlesArticleRepositoryArticle operationsindex.ts:58
authAuthRepositoryAuthentication operations (requires Supabase config for OAuth)index.ts:66
configChanomhubConfigSDK configurationindex.ts:70
favoritesFavoritesRepositoryFavorites operationsindex.ts:60
graphql<T>(query, variables, options) => Promise<GraphQLResponse<T>>Raw GraphQL fetcher for custom queriesindex.ts:68
searchSearchRepositorySearch operationsindex.ts:64
usersUsersRepositoryUser/Profile operationsindex.ts:62