Seavert
Seavert
Sounds great from #313 perspective.
IMHO. Concept of "API authorization queue" is bad. Queue can become a mess because of injection, overflow or rewriting. Request should contain bunch of payments and be processed independently. So...
I would rather suggest to split new and old data. Optimal term can be decided (in-game market browser allready has 5, 10 days). For example, 10 days. Then recent 10...
What do you mean by "not allowed"? It was announced only about most brutal things like evewho scanning huge intervals to spot player entities. Location partition is redundant. If you...
I'm sure that mistakes about 100-200 inaccessible structures isn't a problem. Unlike about 10000 nonexistent ids from structure interval (which I assume "discovery" is).
Not sure if I'm mad or is direction of this discussion, but request was about `/blueprints/` endpoints, not `/assets/`. Where all items are BPOs and BPCs. In such environment boolean...
Sure, I meant `is_blueprint_original`, not `is_blueprint` (fixed there). Are relics just stackable BPCs? If so, than separate flag isn't so important. Normalized `quantity` would just show positive number of items...
Local server can have problems with OS, antivirus or other limitations. My suggestion is to allow custom callback address along with id and secret. App starts auth in default browser....
Is it possible to show average pilots in space in the past **60** minutes? Worse than in game, but consistent with `_kills` and `_jumps` endpoints :)
How about static endpoints with full descriptions? Something like: ``` GET /characters/portraits/ { "substring": "", "images": [ { "id": 1, "format": "jpg", "width": 64, "height": 64, "link": "https://imageserver.eveonline.com/Character/_64.jpg" } ]...