MerginMaps / MerginMaps/python-api-client
Create unified api interface for api integration
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 23
- 派生
- 12
- 平均合并
- 2 天 13 小时
- 30 天内合并 PR
- 7
描述
The idea: all api call will be separated in module called api , api_v2, where we will define functions jut for api calls.
mc.api.push_start()
mc.api_v2.push_project_version()
etc.
Originally posted by @MarcelGeo in https://github.com/MerginMaps/python-api-client/pull/262#discussion_r2318204284
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查现有的 API 调用模块,以及 mc.api.push_start() 和 mc.api_v2.push_project_version() 所暗示的公共入口点。在修改代码之前,定义 api 和 api_v2 之间预期的边界;当 API 调用通过 issue 中描述的统一接口一致地公开时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100