call_api_with_retry: Wrapper for tuber API calls with built-in retry logic

View source: R/error_handling.R

call_api_with_retryR Documentation

Wrapper for tuber API calls with built-in retry logic

Description

Wrapper for tuber API calls with built-in retry logic

Usage

call_api_with_retry(api_function, ..., retry_config = list())

Arguments

api_function

The tuber API function to call

...

Arguments to pass to the API function

retry_config

List of retry configuration options

Value

Result of API function call


tuber documentation built on March 25, 2026, 9:08 a.m.