en-US/about_BluebirdPS_Configuration.help.txt

TOPIC
    about_bluebirdps_configuration
 
SHORT DESCRIPTION
    BluebirdPS Configuration provides instructions to commands on how to handle
    rate limits, whether the raw API response should be returned, and
    information of configuration and credential file save locations.
 
LONG DESCRIPTION
    BluebirdPS Configuration provides commands on how to handle rate limits,
    whether the raw API response should be returned, and information of
    configuration and credential file save locations. During module import, the
    session variable is created and the saved configuration is read from disk.
 
USER SETTABLE VALUES
    The use can use Set-BluebirdPSConfiguration to set the following values:
    RateLimitAction, RateLimitThreshold, and OutputType.
 
    The RateLimitAction and RateLimitThreshold values instruct how and when to act
    against the Twitter API rate limits.
 
    The OutputType value specifies what type of data to return to the user.
    The default OutputType is 'CustomClasses' (custom C# classes), but 'PSCustomObject' (as returned by Invoke-RestMethod) or 'JSON' can be specified.
 
OTHER VALUES
    The AuthUserId and AuthUserName are used by some endpoints that require the
    authenticating user's id, or the user name. When the authentication credentials
    are set, these configuration values are also set.
 
    The AuthValidationDate and AuthLastExportDate are provided to help the user manage
    credential refreshes.
 
    The ConfigurationPath and CredentialsPath are used during the export of configuration
    and authentication data.
 
KEYWORDS
    Import-BluebirdPSConfiguration
    Set-BluebirdPSConfiguration
    Export-BluebirdPSConfiguration
    Get-BluebirdPSConfiguration