GitHub API rate limit (요청한도) 늘리기
·
Web/Error 해결
깃헙 api를 사용해서 github finder를 만들고 있었는데 잘만 되던 검색이 막혀서 크롬 devTools(개발자 도구)를 살펴봤는데 { "message": "API rate limit exceeded for --내 ip--. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting" } 같은 ip로 여러번 검색하게 되면 limit가 걸리는지 제한이 걸려서 안 ..