ghapi
ghapi copied to clipboard
Async / await support
Question,
I haven't seen any support for native aiohttp calls .
Is it something that could be implemented later in time?
Thanks,
@AlexandreODelisle I think it would be really problematic to implement this with how GitHub rate limits. It would probably just be easier to offload the results to a queue on another thread and have some code consume that.
The lack of async (specifically trio
) support has so far stopped me investigating ghapi
further.
For managing rate limits aiometer
could help:
https://github.com/florimondmanca/aiometer