Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Github API를 사용할 수 있는 HTTP API #53

Open
gidskql6671 opened this issue Sep 24, 2021 · 0 comments
Open

[docs] Github API를 사용할 수 있는 HTTP API #53

gidskql6671 opened this issue Sep 24, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@gidskql6671
Copy link
Member

  • GET /user/{userId}/commits
    • 해당 유저의 최근 한달간 커밋수를 담은 배열을 json으로 응답한다.
    • [ { day: "2021-08-25", commit: 5 }, { day: "2021-08-26", commit: 6 }, ..., { day: "2021-09-24", commit: 10 } ]
    • day는 해당하는 날짜, commit은 그 날의 커밋수를 나타낸다.
  • GET /study/{teamId}/commits
    • 해당 팀의 모든 참가자의 당일 커밋수를 담은 배열을 json으로 응답한다.
    • [ { userId: String, commit: Integar }, { userId: String, commit: Integar }, ... ]
    • userId는 해당하는 팀원의 github id를 나타내며, commit은 그 팀원의 당일 커밋수를 나타낸다.
@gidskql6671 gidskql6671 added the documentation Improvements or additions to documentation label Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant