OptionaldefaultSpecifies a default shard name to use when one is not provided as an argument to a ScreepsHttpClient endpoint function.
Wait for a short period of time before automatically retriing requests that fail due to the global 120 requests/minute rate limit.
Delay (in milliseconds) before the first retry attempt. Only applies to retries for endpoint-specific rate limits.
Maximum delay (in milliseconds) between retry attempts. Only applies to retries for endpoint-specific rate limits.
Maximum number of retry attempts. Exponential backoff is used to increase the delay between subsequent retry attempts. Only applies to retries for endpoint-specific rate limits.
User-configurable options for ScreepsHttpClient
See
DEFAULT_CLIENT_CONFIG for default values