kean / Get

Web API client built using async/await
MIT License
937 stars 74 forks source link

Make willSend async #11

Closed LarsJK closed 2 years ago

LarsJK commented 2 years ago

My use case for this is that I have a TokenManager that uses refresh tokens to update an expired token. So getting a token is async.

kean commented 2 years ago

That makes total sense, thanks!