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.
-
InterfacesClassDescriptionDefines operations for managing WordPress categories through the WordPress REST API.Defines operations for managing WordPress comments through the WordPress REST API.Defines operations for managing WordPress media items through the WordPress REST API.Defines operations for managing WordPress posts through the WordPress REST API.Defines operations for retrieving WordPress post statuses through the WordPress REST API.Defines operations for retrieving WordPress post types through the WordPress REST API.Defines operations for managing WordPress tags through the WordPress REST API.