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 envelope;
8pub mod page;
9pub mod pagination;
10pub mod post;
11pub mod settings;
12pub mod tag;