Ik

Results 3 comments of Ik

> could you please provide the example repo info? Yes, I tried to get events from some repositories, one of it is [node.js](https://github.com/nodejs/node) repository. > You may fire an issue...

> ```python > async for event_dict in gh.paginate( > gh.rest.activity.async_list_repo_events, > owner=owner, > repo=repo, > map_func=lambda resp: resp.json() > ): > . > ``` So, this code raises HTTP exception...