Skip to main content

ResQ.Storage.PinataClient

PinataClient.ConfigureHttpClient() Method

Configures the HTTP client with base address, timeout, and authentication.
private void ConfigureHttpClient();

Remarks

This method sets up the HTTP client with:
  • Base address from ApiUrl
  • Timeout from TimeoutSeconds
  • JWT Bearer authentication if JWT token is provided
  • API key/secret headers if no JWT token is provided