enhancementhelp wantedservant-server
仓库指标
- Star
- (1,953 star)
- PR 合并指标
- (平均合并 23小时 44分钟) (30 天内合并 4 个 PR)
描述
Most APIs have some sort of rate-limit.
This rate-limit can be per API call (for example AWS does this), or for the whole API.
It might not be reasonable to encode this in the types directly, but some way of configuring this would make sense, at least as a global rate-limit as wrapping every function is tedious boiler-plate.