src/ ├── config/ # Configuration files │ ├── constants.js # API constants and settings │ └── cache.js # Cache configuration ├── services/ # Business logic │ └── WorldTableTennisAPI.js # Main API ...
基于飞书官方Python SDK封装的统一API客户端,提供通讯录、消息、多维表格等模块的API调用。 fei-sdk/ ├── contact/ # 通讯录相关API │ ├── __init__.py # 模块导出 │ └── user.py # 用户管理API ...