Events API NOT WORKING PROPERLY #148224
Unanswered
shivesh-HJ
asked this question in
API and Webhooks
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I am hitting the GitHub API for getting organization events for authenticated user, the syntax is correct and pagination is applied correctly. Recently I made a lot of changes in a repo in that org, now when I hit the API, it does not give me all events but only the latest 45 events. Seems like old events got vanished
I did and checked the following:
per_page
, such as 1, 10, 20; all giving 45 events means pagination is working fineStill, the older events got lost somehow, i.e. not returned by API. I have gone through the GitHub docs, and what I found is already mentioned. So why is this absurd behavior happening with the API? Any other logic behind it?
Beta Was this translation helpful? Give feedback.
All reactions