Package io.github.evisentin.wordpress.client.domain.api


package io.github.evisentin.wordpress.client.domain.api
Defines typed API contracts for interacting with WordPress REST API resources.

This package contains resource-specific interfaces for posts, comments, categories, tags, media items, post statuses, and post types. These interfaces model high-level WordPress REST API operations such as creating, retrieving, updating, listing, trashing, and deleting resources.