first commit for e-party

This commit is contained in:
edwinQQQ
2025-07-07 14:19:07 +08:00
parent 007c10daaf
commit 5926906f3c
14 changed files with 1248 additions and 201 deletions

View File

@@ -54,6 +54,23 @@ yana/
- 通讯录管理
- 本地会话列表
## API 使用
项目提供了完整的 API 架构,基于 TCA (The Composable Architecture) 设计:
- 📖 **[API 使用指南](API-README.md)** - 完整的 API 使用文档
- 🔧 **[API 规则详解](yana/APIs/API%20rule.md)** - API 请求配置和安全机制
- 🚀 **[集成指南](yana/APIs/Integration-Guide.md)** - API 集成和最佳实践
### 快速开始
```swift
// 基本 API 请求示例
let apiService = LiveAPIService()
let request = ConfigRequest()
let response = try await apiService.request(request)
```
## 注意事项
- 项目使用 CocoaPods 管理依赖