Skip to main content

ghost_io_api/models/
mod.rs

1//! Data models for Ghost API resources.
2//!
3//! This module contains all the data structures that represent Ghost API
4//! resources and their associated types.
5
6pub mod author;
7pub mod page;
8pub mod pagination;
9pub mod post;
10pub mod settings;
11pub mod tag;