esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
209 stars 23 forks source link

expose rate limits #1376

Open guiguilechat opened 6 months ago

guiguilechat commented 6 months ago

Context

Several people have been banned for the reason of exceeding expected usage. If such an usage is not provided, it can't be expected. And by contra position, if it is expected, it must be provided.

AFAIK

Feature

new path : GET:/status/rates description : provide requested dynamic maximum rates for paths, with a per-second and per-hour value. ESI users are expected to abide those values. provide : array[pathrate] with pathrate : path(string), persecond(float), perhour(float) 200 example :

[
 {
  "path":"get_characters_character_id_mail",
  "persecond":2.5,
  "perhour":7200
 }
]

expires : this path is cached for 5 minutes (300s)

GoldenGnu commented 6 months ago

I would suggest making a PR to the documentation with the information: https://github.com/esi/esi-docs

At least that would have a chance of improving the issue.

I think the likelihood of a new endpoint being added is currently zero.

guiguilechat commented 6 months ago

I don't disagree with your estimation of an infinite ETA.

I don't have that information though. CCP is the one who has it.

This ticket exists mostly as a trace of the issue. When new people come and ask about rates, we can redirect: them to it.

guiguilechat commented 5 months ago

https://esi.evetech.net/ui/#/Character/get_characters_character_id_corporationhistory seems to be rated at 5/s