docusign / docusign-esign-csharp-client

The Official Docusign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://developers.docusign.com/docs/esign-rest-api/sdks/csharp/
MIT License
129 stars 159 forks source link

ApiClient methods missing async variants #294

Open bbarry opened 4 years ago

bbarry commented 4 years ago

notably: RequestJWTUserToken, GenerateAccessToken, GetUserInfo, and RequestJWTApplicationToken

All 4 (and overloads) are making http requests but are only offered as sync methods.

epatrick commented 1 year ago

Do you have an ETA on moving to async methods?