foru_ms_sdk 0.0.40

SDK for the Foru.ms API
Documentation
//! API client and types for the Foru.ms API v2
//!
//! This module contains all the API definitions including request/response types
//! and client implementations for interacting with the API.
//!
//! ## Modules
//!
//! - [`resources`] - Service clients and endpoints
//! - [`types`] - Request, response, and model types

pub mod resources;
pub mod types;

pub use resources::{
    AuthClient, ForumClient, IntegrationsClient, NotificationsClient, PostsClient,
    PrivateMessagesClient, ReportsClient, RolesClient, SsOsClient, TagsClient, ThreadsClient,
    UsersClient, WebhooksClient,
};
pub use types::*;