interface
RestEvents
export
interface
RestEvents
Table of contents
Properties
handlerSweep
hashSweep
invalidRequestWarning
rateLimited
response
restDebug
Properties
handlerSweep :
[sweptHandlers:
Collection
<
string
,
IHandler
>]
hashSweep :
[sweptHashes:
Collection
<
string
,
HashData
>]
invalidRequestWarning :
[invalidRequestInfo:
InvalidRequestWarningData
]
rateLimited :
[rateLimitInfo:
RateLimitData
]
response :
[request:
APIRequest
, response:
ResponseLike
]
restDebug :
[info:
string
]