feat: implement AuthLite

This commit is contained in:
mokurin000
2025-07-30 12:18:17 +08:00
parent d4b6921eeb
commit 82e30c020d
7 changed files with 76 additions and 7 deletions

View File

@@ -6,8 +6,8 @@ pub mod encryption;
pub mod methods;
pub mod model;
mod error;
pub use error::ApiError;
use super::ApiError;
use nyquest::{
AsyncClient, Body,
r#async::Request,