This module is not automatically generated.
It executes the requests described by the generated operation modules using
Req, translating successful responses into their typed structs.
Extra Req options can be set globally with config :polarex, req_options:
and per call with the req_options: option; the per-call ones win. Emits
[:polarex, :request, :start | :stop | :exception] telemetry events with the
operation, method and url as metadata.
Requests are only retried when they are safe to repeat (GET); mutating
requests are never retried automatically. Override through req_options if
you know better.