enhancementhelp wantedservant-server
Repository metrics
- Stars
- (1,953 stars)
- PR merge metrics
- (平均マージ 23h 44m) (30d で 4 merged PRs)
説明
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.