openlark-helpdesk 0.15.0

OpenLark 帮助台模块 - 提供飞书帮助台 API
Documentation
1
2
3
4
5
6
7
8
9
pub mod api_endpoints;
pub mod api_utils;

pub use api_endpoints::HelpdeskApiV1;

pub mod constants {
    pub const DEFAULT_PAGE_SIZE: i32 = 20;
    pub const MAX_PAGE_SIZE: i32 = 100;
}