5bdc552492f83ac5f109c620da15672c744a549e
Introduced a new `DocumentService` class to handle fetching PDF document bytes from an API endpoint. The service uses `HttpClient` for HTTP communication and `IOptions<ApiOptions>` for accessing API configuration. Added the `GetDocumentAsync` method to perform the HTTP GET request, handle responses, and return the document bytes along with the HTTP status code. Included necessary `using` directives and encapsulated the service in the `EnvelopeGenerator.ReceiverUI.Services` namespace.
Description
No description provided
Languages
JavaScript
86.8%
C#
6.6%
Visual Basic .NET
2.7%
HTML
2.3%
CSS
1.1%
Other
0.4%