tikv / tikv/pd

Tracking issue for Scale Process (with API v2)

Open
#4,640 1 comment 0 reactions 0 assignees View on GitHub
type/development
Dominant language
Go
Stars
1.2k
Forks
783
Avg merge
5d 21h
Merged PRs (30d)
36

Description

## Development Task
The current HTTP API doesn't follow the RESTful API conventions. We have summarized some problems of the current status:
- mixed-use of `_` and `-`
- some methods are not accurate, e.g., we do not distinguish `PUT` and `POST`
- the resource should use a noun
- query parameter should not occur in the path
- mixed-use of singular and plural nouns

In addition, we can use `gin` as our HTTP web framework which is more popular and has a better ecosystem.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.