Class BSV::Transaction::ChainTrackers::WhatsOnChain::RawAuthClient ¶
Inherits: Object
Wraps an injectable HTTP client to set a raw Authorization header value before forwarding the request. This preserves the WoC convention of sending the API key without a Bearer prefix.
Public Instance Methods¶
initialize(api_key, inner_client) ¶
- @return [RawAuthClient] a new instance of RawAuthClient
request(uri, req) ¶
Not documented.