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.