ghost-io-api 0.2.0

Strongly-typed, async Rust client for the Ghost CMS Content and Admin APIs
Documentation
1
2
3
4
//! API client implementations for Ghost.

pub mod admin;
pub mod content;