# Constants
DefaultAccountEndpoint is the default Fastly Accounts endpoint.
DefaultAPIEndpoint is the default Fastly API endpoint.
# Structs
Data holds global-ish configuration data from all sources: environment variables, config files, and flags.
Flags represents all of the configuration parameters that can be set with explicit flags.
Versioners represents all supported versioner types.
# Type aliases
APIClientFactory creates a Fastly API client (modeled as an api.Interface) from a user-provided API token.