-
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
Return Fleet Boss character_id with character/{character_id}/fleet endpoint #774
Comments
A dupe of #773, but a better implementation idea than that? |
Please include also the name of the fleet people are in, in case it is not possible to request the fleet details directly |
A fleet doesn't always have a name, it does always have a boss. This FR's better able to handle when you know of a CharacterID in a fleet, but don't yet know the fleetID. |
This is why I asked for my interpretation of the feature, only showing fleet_id boss doesn't leak everything. in #773 if you get a spy in fleet, you can have the entire fleets location immediately, their fleet composition, etc etc, mine is barebone, here's a fleet_id's boss, if you have access to the fleet info go get it yourself. Keep in mind I created this issue within a few minutes of the other issue, it was just fluke coincidence we both were after the same thing at the same time |
Some new fleet-finder endpoint or unauthenticated variation of It's not at all likely that these other would-be-FCs dropped fleet at the same time as the last boss, so it should take very few erroring attempts to find a trusting & current fleet member, and then the correct boss character ID via this RF, and thus new details & token to use to resume service with. |
Yes, please, so we can avoid useless bounced request to fleet endpoint because character is not the boss 😍 |
Can we get some info from CCP if this is possible or even being looked at, as it stands I have to check through a list of 20 people to see which one is the boss, I just want to know who the boss of the fleet is so I don't have to guess and get 400 errors |
This basically makes sense. I don't know if it's possible yet since I haven't looked at the code but I don't expect it to be hard (I've been surprised before though, no promises). I've had a quick discussion with a few people re the passive spying fleet boss concern. The short version is: so approved I guess? |
This'll deploy Tuesday next week, in a /v2/ of the /characters/{character_id}/fleet endpoint. New version because it's a new required field. Technically the backend allows fleets without fleet bosses, but I don't think there's any case where this can actually happen barring bugged fleets, pretty sure it's just an artifact of the fleet system being very old. Anyway, it'll be in /dev/ for the usual 6 weeks so give it a good testing and we'll find out if it's not the case I guess. |
Feature request
Return the fleet boss character_id with the /characters/{character_id}/fleet/ endpoint
Route
/characters/{character_id}/fleet/
Use case
you can use this information to pull the full fleet information if we have a token for the fleet boss
Example returns
Alternatively a fleet finder endpoint?
The text was updated successfully, but these errors were encountered: