Skip to content

Commit 19a2a73

Browse files
committed
docs: rank total count 조회 API 문서를 추가한다
1 parent 87f8fe2 commit 19a2a73

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Get rank
2+
3+
type에 해당하는 랭킹의 카운트를 응답합니다.
4+
5+
## Request
6+
### Http method: `GET`
7+
### URL: `https://render.gitanimals.org/ranks/total`
8+
### Parameter
9+
- type: WEEKLY_GUILD_CONTRIBUTIONS, WEEKLY_USER_CONTRIBUTIONS // 조회할 랭크의 타입을 입력합니다.
10+
11+
## Response
12+
13+
```json
14+
{
15+
"count": 1999
16+
}
17+
```

0 commit comments

Comments
 (0)