Package io.github.evisentin.wordpress.client.domain.model
package io.github.evisentin.wordpress.client.domain.model
Data transfer objects (DTOs) representing WordPress resources.
This package contains domain models used to serialize and deserialize data exchanged with the WordPress REST API, including posts, categories, tags, and related structures.
DTOs are designed to closely reflect the JSON structures returned by the WordPress API.
-
ClassesClassDescriptionRepresents a WordPress category as returned by the WordPress REST API.Represents a WordPress comment as returned by the WordPress REST API.Represents an error response returned by the WordPress REST API.Represents a WordPress media item as returned by the WordPress REST API.Generic wrapper representing a paginated response from the WordPress REST API.Represents a WordPress post as returned by the WordPress REST API.Represents a WordPress tag as returned by the WordPress REST API.Represents a WordPress field that may contain both raw and rendered values.Base class for WordPress content resources exposed through the WordPress REST API.Represents a WordPress post type as returned by the WordPress REST API.Represents a WordPress tag as returned by the WordPress REST API.