lemmy_api_common 1.0.0-beta.1

A link aggregator for the fediverse
Documentation
pub use lemmy_db_views_person_content_combined::api::{ListPersonHidden, ListPersonRead};
pub use lemmy_db_views_person_liked_combined::ListPersonLiked;
pub use lemmy_db_views_person_saved_combined::ListPersonSaved;
pub use lemmy_db_views_post_comment_combined::PostCommentCombinedView;
pub use lemmy_db_views_site::api::{DeleteAccount, MyUserInfo, SaveUserSettings};
pub mod auth {
  pub use lemmy_db_schema::source::login_token::LoginToken;
  pub use lemmy_db_views_registration_applications::api::{CaptchaAnswer, Register};
  pub use lemmy_db_views_site::api::{
    CaptchaResponse,
    ChangePassword,
    ChangePasswordAfterReset,
    EditTotp,
    EditTotpResponse,
    ExportDataResponse,
    GenerateTotpSecretResponse,
    GetCaptchaResponse,
    ListLoginsResponse,
    Login,
    LoginResponse,
    ResendVerificationEmail,
    ResetPassword,
    UserSettingsBackup,
    VerifyEmail,
  };
}