Interface: WordPressConfig
Defined in: src/types/index.ts:1202
Configuration for the WordPress REST API integration.
Properties
apiNamespace?
optionalapiNamespace?:string
Defined in: src/types/index.ts:1208
Custom API namespace (default: "wp/v2").
auth?
optionalauth?:WordPressAuth
Defined in: src/types/index.ts:1206
Authentication credentials (choose one method).
baseUrl
baseUrl:
string
Defined in: src/types/index.ts:1204
WordPress site base URL (e.g. "https://mysite.com").