enhancementgood first issue
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Add the following functions and corresponding tests:
- List routing rules: GET /beta/routing-rules
- Create a single routing rule: POST /beta/routing-rules
- Get a single routing rule: GET /beta/routing-rules/{name}
- Update a single routing rule: PUT /beta/routing-rules/{name}
- Delete a single routing rule: DELETE /beta/routing-rules/{name}