You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The lib is nice, but I don't want to use the SendAsync(...) extension because I have different code that builds the request and then I call SendAsync (official). I just want to sign the request, adding the needed headers etc, without having to call SendAsync.
How can I do that? The code is probably there already.