rusty_meta_threads 0.8.1

Community Rust SDK for integrating with Meta Threads API
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod shared;
pub use crate::shared::{MetaMediaResponse, Paging, ThreadsApiRespErrorPayload};
pub mod auth;
pub mod create_reply;
pub mod mentions;
pub mod oembed;
pub mod posts;
pub mod profiles;
pub mod reply_management;
pub mod retrieve_media;
pub mod utils;