AtCoderProblems icon indicating copy to clipboard operation
AtCoderProblems copied to clipboard

Format change in RPS ranking API `/v3/rated_point_sum_ranking`

Open nebocco opened this issue 3 years ago • 0 comments

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.

nebocco avatar Jan 09 '22 04:01 nebocco