OptionalapiThe apiKey (cookie) to use for authenticating Rettiwt against Twitter API.
OptionaldelayThe delay (in ms) to use between concurrent request.
Can either be a number or a function that returns a number synchronously or asynchronously.
OptionalerrorOptional custom error handler to define error conditions and process API/HTTP errors in responses.
OptionalheadersOptional custom HTTP headers to add to all requests to Twitter API.
OptionalloggingWhether to write logs to console or not.
OptionalmaxThe maximum number of retries to use.
OptionalproxyOptional URL to proxy server to use for requests to Twitter API.
OptionaltimeoutThe max wait time (in milli-seconds) for a response; if not set, Twitter server timeout is used.
The configuration for initializing a new Rettiwt instance.