-
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
Missing corporation contact labels endpoint #779
Comments
This should be part of parity work, as the XML API endpoint /char/ContactList.xml.aspx provides a list of corporation, as well as alliance contact labels. Closely related to this are issues #173 (regarding write access to contact labels) and #174 (a bug/inconsistency with the return format of a contact's labels). |
up actually corporation contacts are not sortable due to the lack of this endpoint :( |
any ETA about that missing endpoint creation ? |
I'm starting to look into this today so I'll let you know once I've dug in a bit. |
I'm sorry to say I found a bug in the deployed code for this in the monolith and have fixed it, but that means it will not be available until next week :( |
@ccp-zoetrope can you disclose the endpoint structure ? so we can work on our jobs ? :/ |
Sure, there will be two new endpoints, The other change happening for this whole thing will be the addition of Here is the swagger spec for
|
I assume the same thing apply to the new corporation endpoints related to |
@warlof which corporation endpoints are you referring to specifically? |
I was talking about But self explained ^^ |
New routes deployed today: Full changelist available here |
Feature request
I would like to be able to return labels, on contacts, for a corporation. (There also does not seem to be
POST
,PUT
,DELETE
methods for corporation contacts)Route
The route should follow the same pattern as the character endpoint (
/characters/{character_id}/contacts/labels
):Authentication
Not sure what authentication characters use for labels but seems reasonable:
Use case
This endpoint would be used to return labels that are assigned to a contact, of a corporation, to be displayed in one way or another.
Example returns
It should be returned in the same format as the character contact labels endpoint.
The text was updated successfully, but these errors were encountered: