ghost-io-api 0.2.0

Strongly-typed, async Rust client for the Ghost CMS Content and Admin APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Data models for Ghost API resources.
//!
//! This module contains all the data structures that represent Ghost API
//! resources and their associated types.

pub mod author;
pub mod envelope;
pub mod page;
pub mod pagination;
pub mod post;
pub mod settings;
pub mod tag;