Skip to content

Get-TwitterRateLimitWarning

SYNOPSIS

Returns the session setting for the Rate Limit Warning.

SYNTAX

Get-TwitterRateLimitWarning [<CommonParameters>]

DESCRIPTION

Returns the session setting for the Rate Limit Warning.

If this setting is enabled, a warning message will be displayed for each rate limited API call.

Notes: The warning will be always displayed when the remaining available API calls are five (5) or less. This setting is disabled at the beginning of the session.

EXAMPLES

Example 1

PS > Get-TwitterRateLimitWarning
RateLimitWarning is set to Enabled

Returns the session setting for the Rate Limit Warning.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Online Version

Set-TwitterRateLimitWarning