api-client icon indicating copy to clipboard operation
api-client copied to clipboard

add AsyncAPIClient

Open mom1 opened this issue 2 years ago • 0 comments

An implementation option for an asynchronous api client.

But it seems to me that in order to optimize the installation of a dependency, it is possible to allow installation separately with requests or / and with aiohttp.

TODO:

  • [ ] async pagination
  • [ ] test retry async request
  • [ ] update README

mom1 avatar May 21 '22 12:05 mom1