Hi all,
i'm facing a problem where i need to create client API that face rate-limit from server. Basically i suspect the server using token-bucket algorithm.
Is there any efficient way to create a client that can honor and respect this rate-limit?

Cheers