proto-blue-api 0.3.3

AT Protocol high-level API: agent, rich text, moderation, generated types
Documentation
// Generated by atproto-codegen. Do not edit.
#![allow(clippy::pedantic, clippy::nursery, clippy::all)]

pub mod block;
pub mod defs;
pub mod follow;
#[path = "getActorStarterPacks.rs"]
pub mod get_actor_starter_packs;
#[path = "getBlocks.rs"]
pub mod get_blocks;
#[path = "getFollowers.rs"]
pub mod get_followers;
#[path = "getFollows.rs"]
pub mod get_follows;
#[path = "getKnownFollowers.rs"]
pub mod get_known_followers;
#[path = "getList.rs"]
pub mod get_list;
#[path = "getListBlocks.rs"]
pub mod get_list_blocks;
#[path = "getListMutes.rs"]
pub mod get_list_mutes;
#[path = "getLists.rs"]
pub mod get_lists;
#[path = "getListsWithMembership.rs"]
pub mod get_lists_with_membership;
#[path = "getMutes.rs"]
pub mod get_mutes;
#[path = "getRelationships.rs"]
pub mod get_relationships;
#[path = "getStarterPack.rs"]
pub mod get_starter_pack;
#[path = "getStarterPacks.rs"]
pub mod get_starter_packs;
#[path = "getStarterPacksWithMembership.rs"]
pub mod get_starter_packs_with_membership;
#[path = "getSuggestedFollowsByActor.rs"]
pub mod get_suggested_follows_by_actor;
pub mod list;
pub mod listblock;
pub mod listitem;
#[path = "muteActor.rs"]
pub mod mute_actor;
#[path = "muteActorList.rs"]
pub mod mute_actor_list;
#[path = "muteThread.rs"]
pub mod mute_thread;
#[path = "searchStarterPacks.rs"]
pub mod search_starter_packs;
pub mod starterpack;
#[path = "unmuteActor.rs"]
pub mod unmute_actor;
#[path = "unmuteActorList.rs"]
pub mod unmute_actor_list;
#[path = "unmuteThread.rs"]
pub mod unmute_thread;
pub mod verification;