File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66### Http method: ` GET `
77### URL: ` https://render.gitanimals.org/ranks `
88### Parameter
9- - rank: 1 //특정 랭크를 입력하면 해당 랭크부터 {size} 수 만큼 응답합니다.
9+ - rank: 0 //특정 랭크를 입력하면 해당 랭크부터 {size} 수 만큼 응답합니다.
1010- size: 10 // 조회할 랭크의 수 입니다. default: 10
1111- type: WEEKLY_GUILD_CONTRIBUTIONS, WEEKLY_USER_CONTRIBUTIONS // 조회할 랭크의 타입을 입력합니다.
1212
1616{
1717 "ranks" : [
1818 {
19+ "id" : " 123" , // user면 user의 id guild면 guild의 id
1920 "rank" : 1 ,
2021 "image" : " https://static.gitanimals.org/..." ,
2122 "name" : " dog" ,
2223 "contributions" : 3 ,
2324 },
2425 {
26+ "id" : " 124" ,
2527 "rank" : 2 ,
2628 "image" : " https://static.gitanimals.org/..." ,
2729 "name" : " cat" ,
Original file line number Diff line number Diff line change 99## Response
1010``` json
1111{
12+ "id" : " 123" , // user면 user의 id guild면 guild의 id
1213 "rank" : 100 ,
1314 "image" : " https://static.gitanimals.org/..." ,
1415 "name" : " dog" ,
You can’t perform that action at this time.
0 commit comments