Our company has a monitoring service for github repositories working using the web-hooks. Does their usage consume rate-limits?
Asked
Active
Viewed 30 times
0
-
No. Rate limits are for API usage. Does your company use the API? – osowskit Nov 27 '18 at 05:57
-
Yes, also we have a github client using API v3. Can you send a link confirming your words? – Евгений Боченков Nov 27 '18 at 07:07
-
A request *to* GitHub via API is usually subject to rate limits https://developer.github.com/v3/#rate-limiting. A webhook is *from* GitHub so doesn't have rate limits. – osowskit Nov 27 '18 at 15:08