rate_limit_info: Get the current rate limit information for all or a specific...

View source: R/rate_limits.R

rate_limit_infoR Documentation

Get the current rate limit information for all or a specific API

Description

This function retrieves the rate limit details for the specified API, or for all APIs stored in the .tidyllm_rate_limit_env if no API is specified.

Usage

rate_limit_info(.api_name = NULL)

Arguments

.api_name

(Optional) The name of the API whose rate limit info you want to print. If not provided, the rate limit info for all APIs in the environment will be returned

Value

A tibble containing the rate limit information.


tidyllm documentation built on Oct. 10, 2024, 5:07 p.m.