proto-blue-api 0.3.0

AT Protocol high-level API: agent, rich text, moderation, generated types
Documentation
// Generated by atproto-codegen. Do not edit.

pub mod defs;
#[path = "deleteAccount.rs"]
pub mod delete_account;
#[path = "disableAccountInvites.rs"]
pub mod disable_account_invites;
#[path = "disableInviteCodes.rs"]
pub mod disable_invite_codes;
#[path = "enableAccountInvites.rs"]
pub mod enable_account_invites;
#[path = "getAccountInfo.rs"]
pub mod get_account_info;
#[path = "getAccountInfos.rs"]
pub mod get_account_infos;
#[path = "getInviteCodes.rs"]
pub mod get_invite_codes;
#[path = "getSubjectStatus.rs"]
pub mod get_subject_status;
#[path = "searchAccounts.rs"]
pub mod search_accounts;
#[path = "sendEmail.rs"]
pub mod send_email;
#[path = "updateAccountEmail.rs"]
pub mod update_account_email;
#[path = "updateAccountHandle.rs"]
pub mod update_account_handle;
#[path = "updateAccountPassword.rs"]
pub mod update_account_password;
#[path = "updateAccountSigningKey.rs"]
pub mod update_account_signing_key;
#[path = "updateSubjectStatus.rs"]
pub mod update_subject_status;