Optional
apiThe apiKey (cookie) to use for authenticating Rettiwt against Twitter API.
Optional
delayThe delay (in ms) to use between concurrent request.
Can either be a number or a function that returns a number synchronously or asynchronously.
Optional
errorOptional custom error handler to define error conditions and process API/HTTP errors in responses.
Optional
headersOptional custom HTTP headers to add to all requests to Twitter API.
Optional
loggingWhether to write logs to console or not.
Optional
proxyOptional URL to proxy server to use for requests to Twitter API.
Optional
tidOptional custom x-client-transaction-id
header provider.
Optional
timeoutThe 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.