Interfaces
Interface: TentoClientConfig
Configuration options for TentoClient
Configuration options for TentoClient
Properties
| Property | Type | Description |
|---|---|---|
apiKey | string | API key for authentication (tento_pk_* or tento_sk_*) |
baseUrl? | string | Base URL of the TentoCMS API (default: https://tento-api.intelligentlending.co.uk) |
fetch? | (input, init?) => Promise<Response> | Custom fetch implementation for SSR/edge environments |
previewKey? | string | Preview key for accessing draft content (preview_*) |
timeout? | number | Request timeout in milliseconds (default: 30000) |
Interface: SeoMetadata
SEO metadata for pages and posts
Interface: TentoMedia
Media reference embedded in page/blog content fields. Uses underscore-prefixed keys to distinguish system fields from user content. Returned by the public API when a media field is resolved in page content or as featuredImage on blog posts.

