github api로 특정 저장소의 커밋내역 불러오기

  • 깃허브 api로 특정 저장소 커밋내역 json으로 받아보기
  • 나는 내 special repository인 chinsun9 저장소의 커밋내역을 받아와보았다

github api

https://api.github.com/repos/chinsun9/chinsun9/commits
https://api.github.com/repos/{유저명}/{저장소명}/commits

  • js에서는 fetch api로 데이터를 가져와 원하는 로직을 수행하면 될 것 같다
  • github api가 있다는 것을 알아보았고, 맛보기를 해보았다
  • 비공개 저장소 접근이나 다른 유용한 api가 있는지 알아보고 활용하면 좋을 것 같다
Author

chinsung

Posted on

2020-11-02

Updated on

2021-08-04

Licensed under

댓글