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