This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Add an DownloadSignatureRequestFilesAsync method #80
Labels
legacy
Related to legacy, non-OpenAPI SDK
An async version of DownloadSignatureRequestFiles would mean that servers can take advantage of C# async/await functionality instead of "Busy waiting" on the API.
Actually, async versions of all of the API endpoints would be fantastic, but that one in particular would help a ton (as it usually takes multiple seconds to run).
The text was updated successfully, but these errors were encountered: