call_api_with_retry: 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())
Value
Result of API function call
Arguments
- api_function
The tuber API function to call
- ...
Arguments to pass to the API function
- retry_config
List of retry configuration options