Tinkex.API (Tinkex v0.3.1)
View SourceHigh-level HTTP API client for Tinkex.
Centralizes retry logic, telemetry, pool routing, and error categorization.
Every function requires an explicit Tinkex.Config via opts[:config].
Summary
Functions
Resolve the HTTP client module for a request based on options/config.
Functions
Resolve the HTTP client module for a request based on options/config.
@spec stream_get( String.t(), keyword() ) :: {:ok, Tinkex.API.StreamResponse.t()} | {:error, Tinkex.Error.t()}