0 則留言 (0 則留言)0 個反應 (0 個反應)0 位負責人 (0 位負責人)C1,003 個分叉 (1,003 個分叉)batch import
area/docdbgood first issuekind/bugpriority/medium
倉庫指標
- 星標
- 8,229 顆星 (8,229 顆星)
- PR 合併指標
- PR 指標待抓取 (PR 指標待抓取)
描述
Jira Link: DB-3497
Description
We don't have a list of all API's under api/v1 documented for other engineering teams to consume. Please document a list of all the APIs under api/v1 endpoint.
貢獻者指南
- 研究方向
- 首先,檢查原始碼以識別所有註冊到 /api/v1/ 路徑的處理程式。在 `src/yb/server/webserver.cc` 或類似檔案中查找路由定義。編譯端點路徑和 HTTP 方法的清單。最後,在適當的檔案中(可能在 `docs/` 目錄或 README 中)記錄該清單。沒有現有的 PR 或評論。
- 技術棧
- 無
- 領域
- apidocumentation
- 議題類型
- 文件
- 前置要求
- Gitbasic knowledge of REST APIs