Carbon Alabel
Carbon Alabel
Quoting https://developers.eveonline.com/blog/article/breaking-changes-and-you: >Once an alt-route is only available on /legacy (or if you call /legacy directly), your app will start receiving "warning" headers with every payload, **even on 401 unauthorized...
Keep in mind the /universe/names/ endpoint is currently relied on by other endpoints for determining entity types, see https://github.com/esi/esi-issues/issues/839 and https://github.com/esi/esi-issues/issues/879.
Please note that this information is already available through the corporation assets endpoint. Since structures are corporation assets, they will show up in the corporation assets endpoint, along with all...
Any updates on this? The liquid ozone quantity has been visible in-game for quite some time, still not easily available through ESI.
To further add to the "not happening" verdict: ESI generally doesn't return information that isn't already exposed in-game, and can't return something that isn't even recorded. This is not an...
Alpha skill lists will soon no longer be race specific (as described in https://community.eveonline.com/news/dev-blogs/clone-states-the-next-steps/), so resolving this should become much easier: the permitted skill levels could simply be listed as...
Updated list of useless scopes: - `publicData` - v2 SSO will always provide a refresh token - `esi-characterstats.read.v1` - endpoint was recently removed - `esi-characters.read_chat_channels.v1` - endpoint was removed a...
How is ESI supposed to know the SSO is having issues? That is just the usual error message the SSO returns when you provide an invalid token.
Looks like the endpoint is using the same (server version based) ETag as static data endpoints, which shouldn't be the case for an endpoint with daily updating data.
Some thoughts on this: As mentioned in https://github.com/esi/eve-glue#readme, it would be best if apps used the string values returned by ESI enums, and not the IDs and bitmasks that are...