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
//! Authentication modules for Ghost API.
//!
//! This module contains authentication mechanisms for both Content API
//! and Admin API access.

pub mod admin;
pub mod content;