-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add type_id to GET /characters/{character_id}/ #210
Comments
You have the |
I don't actually know of anywhere in the static data that is defined. I think it was hard coded. Don't hold me to that though as I don't have the SDE in front of me to double check. |
It isn't defined in the SDE. The only way of obtaining this data programmatically (that I know of) is by matching the bloodline name to type ID names, as they seem to follow the pattern of |
Yea I seemed to remember it being defined in code and not static data. |
This data is defined in the SDE in the chrBloodlines Table and the chrRace table and the chrAncestries table. A characters type could easily be derived from this information with a small method or class to determine it based those attributes. Please look up the character types based on the groupID 1 in the invTypes table of the SDE. As far as the redundancy goes, this is not redundant. Either you have these ID's listed in the output, or the API Consumer has to write a script to determine what these attributes would be based on the lowest type Id, |
Please ignore my comment above. I have no idea what I was talking about back then. |
Characters, like corporations, alliances, and every other object in EVE, have a type ID, which for characters varies depending on their race and bloodline. I would find it useful to have that type ID returned by this endpoint, or to have it otherwise available.
The text was updated successfully, but these errors were encountered: