AtCoderProblems
AtCoderProblems copied to clipboard
Format change in RPS ranking API `/v3/rated_point_sum_ranking`
We are planning to change the response format of RPS ranking API /v3/rated_point_sum_ranking.
old format:
{
user_id: string,
point_sum: int
}
new format:
{
user_id: string,
count: int
}
We will change the API by the following plan.
2022-02-01
The API returns both point_sum and count (these two have exactly the same value).
2022-07-01
We will remove the point_sum field.