Scripts (Internal)
Throttle
Limit the amount of times an request can be made by a given key.
Public
No
Request
Request
Object containing the following properties:
Property | Type |
---|---|
type (*) | string |
key (*) | string |
requests (*) | number |
period (*) | number |
(*) Required.
Response
Response
Object record with dynamic keys:
- keys of type
string
- values of type
never