Parameters
- headers:
| Partial<
RawAxiosHeaders & {
"cache-control": AxiosHeaderValue;
"Cache-Control": AxiosHeaderValue;
"content-encoding": AxiosHeaderValue;
"Content-Encoding": AxiosHeaderValue;
"content-length": AxiosHeaderValue;
"Content-Length": AxiosHeaderValue;
"content-type": AxiosHeaderValue;
"Content-Type": AxiosHeaderValue;
server: AxiosHeaderValue;
Server: AxiosHeaderValue;
} & { "set-cookie": string[] },
>
| AxiosResponseHeaders
An array of RestApiRateLimit objects containing the parsed rate limit information.
Parses the rate limit headers from the Axios response headers and returns an array of
RestApiRateLimitobjects.