RevenueCat.Client behaviour
(revenuecat v0.4.0)
Copy Markdown
HTTP client adapter interface for RevenueCat requests.
Summary
Functions
Dispatch a fully-formed request to the configured adapter.
Build and dispatch a request with RevenueCat headers and base options.
Types
Callbacks
@callback do_request(request_opts()) :: response()
Functions
@spec do_request(request_opts()) :: response()
Dispatch a fully-formed request to the configured adapter.
@spec do_request(atom(), String.t(), request_opts()) :: response()
Build and dispatch a request with RevenueCat headers and base options.