esi / esi-issues

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

alliances/affiliations #734

Closed whinis closed 6 years ago

whinis commented 6 years ago

ATTENTION: DON'T SUBMIT SSO/CREST/XML RELATED ISSUES

Feature request

Route

alliances/affiliations

Authentication

Use case

Getting the faction of alliances in bulk

Example returns

[
 {
    "alliance_id": 434243723,
    "faction_id":5
  }
]

Previous XML or CREST route

After talk in slack #esi it may have at one point functioned at but does not currently https://api.eveonline.com/eve/CharacterAffiliation.xml.aspx

a-tal commented 6 years ago

this use case is made redundant by your other issue (#733)

lukasni commented 6 years ago

How does /corporations/affiliations/ make this redundant? This would be used to resolve the faction_id of a bunch of alliance_ids in bulk, which the other route wouldn't be able to do.