| Package | Description |
|---|---|
| net.troja.eve.esi | |
| net.troja.eve.esi.api | |
| net.troja.eve.esi.auth |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.deserialize(javax.ws.rs.core.Response response,
javax.ws.rs.core.GenericType<T> returnType)
Deserialize response body to Java object according to the Content-Type.
|
File |
ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response)
Download file from the given response.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
javax.ws.rs.client.Entity<?> |
ApiClient.serialize(Object obj,
Map<String,Object> formParams,
String contentType)
Serialize the given Java object into string entity according the given
Content-Type (only JSON is supported for now).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactsApi.deleteCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete contacts Bulk delete contacts --- SSO Scope:
esi-characters.write_contacts.v1
|
void |
FittingsApi.deleteCharactersCharacterIdFittingsFittingId(Integer characterId,
Integer fittingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete fitting Delete a fitting from a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
void |
MailApi.deleteCharactersCharacterIdMailLabelsLabelId(Integer characterId,
Integer labelId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete a mail label Delete a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
void |
MailApi.deleteCharactersCharacterIdMailMailId(Integer characterId,
Integer mailId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete a mail Delete a mail --- SSO Scope: esi-mail.organize_mail.v1
|
void |
FleetsApi.deleteFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Kick fleet member Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
FleetsApi.deleteFleetsFleetIdSquadsSquadId(Long fleetId,
Long squadId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete fleet squad Delete a fleet squad, only empty squads can be deleted
--- SSO Scope: esi-fleets.write_fleet.v1
|
void |
FleetsApi.deleteFleetsFleetIdWingsWingId(Long fleetId,
Long wingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Delete fleet wing Delete a fleet wing, only empty wings can be deleted.
|
List<Integer> |
AllianceApi.getAlliances(String datasource,
String userAgent,
String xUserAgent)
List all alliances List all active player alliances --- This route is
cached for up to 3600 seconds
|
AllianceResponse |
AllianceApi.getAlliancesAllianceId(Integer allianceId,
String datasource,
String userAgent,
String xUserAgent)
Get alliance information Public information about an alliance --- This
route is cached for up to 3600 seconds
|
List<Integer> |
AllianceApi.getAlliancesAllianceIdCorporations(Integer allianceId,
String datasource,
String userAgent,
String xUserAgent)
List alliance's corporations List all current member corporations of
an alliance --- This route is cached for up to 3600 seconds
|
AllianceIconsResponse |
AllianceApi.getAlliancesAllianceIdIcons(Integer allianceId,
String datasource,
String userAgent,
String xUserAgent)
Get alliance icon Get the icon urls for a alliance --- This route is
cached for up to 3600 seconds
|
List<AllianceNamesResponse> |
AllianceApi.getAlliancesNames(List<Long> allianceIds,
String datasource,
String userAgent,
String xUserAgent)
Get alliance names Resolve a set of alliance IDs to alliance names ---
This route is cached for up to 3600 seconds
|
CharacterInfo |
SsoApi.getCharacterInfo() |
CharacterResponse |
CharacterApi.getCharactersCharacterId(Integer characterId,
String datasource,
String userAgent,
String xUserAgent)
Get character's public information Public information about a
character --- This route is cached for up to 3600 seconds
|
List<CharacterResearchAgentsResponse> |
CharacterApi.getCharactersCharacterIdAgentsResearch(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get agents research Return a list of agents research information for a
character.
|
List<CharacterAssetsResponse> |
AssetsApi.getCharactersCharacterIdAssets(Integer characterId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_assets.v1
|
CharacterAttributesResponse |
SkillsApi.getCharactersCharacterIdAttributes(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character attributes Return attributes of a character --- This route
is cached for up to 3600 seconds SSO Scope: esi-skills.read_skills.v1
|
List<CharacterBlueprintsResponse> |
CharacterApi.getCharactersCharacterIdBlueprints(Integer characterId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get blueprints Return a list of blueprints the character owns --- This
route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_blueprints.v1
|
List<CharacterBookmarksResponse> |
BookmarksApi.getCharactersCharacterIdBookmarks(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List bookmarks List your character's personal bookmarks --- This
route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
List<CharacterBookmarkFoldersResponse> |
BookmarksApi.getCharactersCharacterIdBookmarksFolders(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List bookmark folders List your character's personal bookmark folders
--- This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
List<CharacterCalendarResponse> |
CalendarApi.getCharactersCharacterIdCalendar(Integer characterId,
String datasource,
Integer fromEvent,
String token,
String userAgent,
String xUserAgent)
List calendar event summaries Get 50 event summaries from the calendar.
|
CharacterCalendarEventResponse |
CalendarApi.getCharactersCharacterIdCalendarEventId(Integer characterId,
Integer eventId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get an event Get all the information for a specific event --- This route
is cached for up to 5 seconds SSO Scope:
esi-calendar.read_calendar_events.v1
|
List<CharacterCalendarAttendeesResponse> |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendees(Integer characterId,
Integer eventId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get attendees Get all invited attendees for a given event --- This route
is cached for up to 600 seconds SSO Scope:
esi-calendar.read_calendar_events.v1
|
List<CharacterChatChannelsResponse> |
CharacterApi.getCharactersCharacterIdChatChannels(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get chat channels Return chat channels that a character is the owner or
operator of --- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_chat_channels.v1
|
CharacterClonesResponse |
ClonesApi.getCharactersCharacterIdClones(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get clones A list of the character's clones --- This route is cached
for up to 120 seconds SSO Scope: esi-clones.read_clones.v1
|
List<ContactsResponse> |
ContactsApi.getCharactersCharacterIdContacts(Integer characterId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get contacts Return contacts of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-characters.read_contacts.v1
|
List<ContactLabelsResponse> |
ContactsApi.getCharactersCharacterIdContactsLabels(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get contact labels Return custom labels for contacts the character
defined --- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_contacts.v1
|
List<CharacterContractsResponse> |
ContractsApi.getCharactersCharacterIdContracts(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get contracts Returns contracts available to a character, only if the
character is issuer, acceptor or assignee.
|
List<CharacterContractsBidsResponse> |
ContractsApi.getCharactersCharacterIdContractsContractIdBids(Integer characterId,
Integer contractId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get contract bids Lists bids on a particular auction contract --- This
route is cached for up to 300 seconds SSO Scope:
esi-contracts.read_character_contracts.v1
|
List<CharacterContractsItemsResponse> |
ContractsApi.getCharactersCharacterIdContractsContractIdItems(Integer characterId,
Integer contractId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get contract items Lists items of a particular contract --- This route is
cached for up to 3600 seconds SSO Scope:
esi-contracts.read_corporation_contracts.v1 SSO Scope:
esi-contracts.read_character_contracts.v1
|
List<CharacterCorporationHistoryResponse> |
CharacterApi.getCharactersCharacterIdCorporationhistory(Integer characterId,
String datasource,
String userAgent,
String xUserAgent)
Get corporation history Get a list of all the corporations a character
has been a member of --- This route is cached for up to 3600 seconds
|
CharacterFatigueResponse |
CharacterApi.getCharactersCharacterIdFatigue(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get jump fatigue Return a character's jump activation and fatigue
information --- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_fatigue.v1
|
List<CharacterFittingsResponse> |
FittingsApi.getCharactersCharacterIdFittings(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get fittings Return fittings of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-fittings.read_fittings.v1
|
CharacterFleetResponse |
FleetsApi.getCharactersCharacterIdFleet(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character fleet info Return the fleet ID the character is in, if any.
--- This route is cached for up to 60 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
List<Integer> |
ClonesApi.getCharactersCharacterIdImplants(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 3600 seconds SSO Scope:
esi-clones.read_implants.v1
|
List<CharacterIndustryJobsResponse> |
IndustryApi.getCharactersCharacterIdIndustryJobs(Integer characterId,
String datasource,
Boolean includeCompleted,
String token,
String userAgent,
String xUserAgent)
List character industry jobs List industry jobs placed by a character ---
This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_character_jobs.v1
|
List<CharacterKillmailsResponse> |
KillmailsApi.getCharactersCharacterIdKillmailsRecent(Integer characterId,
String datasource,
Integer maxCount,
Integer maxKillId,
String token,
String userAgent,
String xUserAgent)
Get character kills and losses Return a list of character's recent
kills and losses --- This route is cached for up to 120 seconds SSO
Scope: esi-killmails.read_killmails.v1
|
CharacterLocationResponse |
LocationApi.getCharactersCharacterIdLocation(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character location Information about the characters current location.
|
List<CharacterLoyaltyPointsResponse> |
LoyaltyApi.getCharactersCharacterIdLoyaltyPoints(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get loyalty points Return a list of loyalty points for all corporations
the character has worked for --- This route is cached for up to 3600
seconds SSO Scope: esi-characters.read_loyalty.v1
|
List<MailHeadersResponse> |
MailApi.getCharactersCharacterIdMail(Integer characterId,
String datasource,
List<Long> labels,
Integer lastMailId,
String token,
String userAgent,
String xUserAgent)
Return mail headers Return the 50 most recent mail headers belonging to
the character that match the query criteria.
|
MailLabelsResponse |
MailApi.getCharactersCharacterIdMailLabels(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get mail labels and unread counts Return a list of the users mail labels,
unread counts for each label and a total unread count. --- This route is
cached for up to 30 seconds SSO Scope: esi-mail.read_mail.v1
|
List<CharacterMailinglistsResponse> |
MailApi.getCharactersCharacterIdMailLists(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Return mailing list subscriptions Return all mailing lists that the
character is subscribed to --- This route is cached for up to 120 seconds
SSO Scope: esi-mail.read_mail.v1
|
MailResponse |
MailApi.getCharactersCharacterIdMailMailId(Integer characterId,
Integer mailId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Return a mail Return the contents of an EVE mail --- This route is cached
for up to 30 seconds SSO Scope: esi-mail.read_mail.v1
|
List<CharacterMedalsResponse> |
CharacterApi.getCharactersCharacterIdMedals(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get medals Return a list of medals the character has --- This route is
cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1
|
List<CharacterNotificationsResponse> |
CharacterApi.getCharactersCharacterIdNotifications(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character notifications Return character notifications --- This route
is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
List<NewContactNotificationsResponse> |
CharacterApi.getCharactersCharacterIdNotificationsContacts(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get new contact notifications Return notifications about having been
added to someone's contact list --- This route is cached for up to
600 seconds SSO Scope: esi-characters.read_notifications.v1
|
Boolean |
LocationApi.getCharactersCharacterIdOnline(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character online Checks if the character is currently online --- This
route is cached for up to 60 seconds SSO Scope:
esi-location.read_online.v1
|
List<CharacterOpportunitiesResponse> |
OpportunitiesApi.getCharactersCharacterIdOpportunities(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get a character's completed tasks Return a list of tasks finished by
a character --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_opportunities.v1
|
List<CharacterOrdersResponse> |
MarketApi.getCharactersCharacterIdOrders(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List orders from a character List market orders placed by a character ---
This route is cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
List<CharacterPlanetsResponse> |
PlanetaryInteractionApi.getCharactersCharacterIdPlanets(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get colonies Returns a list of all planetary colonies owned by a
character. --- This route is cached for up to 600 seconds SSO Scope:
esi-planets.manage_planets.v1
|
CharacterPlanetResponse |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetId(Integer characterId,
Integer planetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get colony layout Returns full details on the layout of a single
planetary colony, including links, pins and routes.
|
CharacterPortraitResponse |
CharacterApi.getCharactersCharacterIdPortrait(Integer characterId,
String datasource,
String userAgent,
String xUserAgent)
Get character portraits Get portrait urls for a character --- This route
is cached for up to 3600 seconds
|
List<String> |
CharacterApi.getCharactersCharacterIdRoles(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character corporation roles Returns a character's corporation
roles --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_corporation_roles.v1
|
CharacterSearchResponse |
SearchApi.getCharactersCharacterIdSearch(List<String> categories,
Integer characterId,
String search,
String datasource,
String language,
Boolean strict,
String token,
String userAgent,
String xUserAgent)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-search.search_structures.v1
|
CharacterShipResponse |
LocationApi.getCharactersCharacterIdShip(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get current ship Get the current ship type, name and id --- This route is
cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1
|
List<CharacterSkillqueueResponse> |
SkillsApi.getCharactersCharacterIdSkillqueue(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character's skill queue List the configured skill queue for the
given character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skillqueue.v1
|
CharacterSkillsResponse |
SkillsApi.getCharactersCharacterIdSkills(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character skills List all trained skills for the given character ---
This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skills.v1
|
List<CharacterStandingsResponse> |
CharacterApi.getCharactersCharacterIdStandings(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get standings Return character standings from agents, NPC corporations,
and factions --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_standings.v1
|
Float |
WalletApi.getCharactersCharacterIdWallet(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get a character's wallet balance Returns a character's wallet
balance --- This route is cached for up to 120 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
List<CharacterWalletJournalResponse> |
WalletApi.getCharactersCharacterIdWalletJournal(Integer characterId,
String datasource,
Long fromId,
String token,
String userAgent,
String xUserAgent)
Get character wallet journal Retrieve character wallet journal --- This
route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
List<CharacterWalletTransactionsResponse> |
WalletApi.getCharactersCharacterIdWalletTransactions(Integer characterId,
String datasource,
Long fromId,
String token,
String userAgent,
String xUserAgent)
Get wallet transactions Get wallet transactions of a character --- This
route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
List<CharacterNamesResponse> |
CharacterApi.getCharactersNames(List<Long> characterIds,
String datasource,
String userAgent,
String xUserAgent)
Get character names Resolve a set of character IDs to character names ---
This route is cached for up to 3600 seconds
|
CorporationResponse |
CorporationApi.getCorporationsCorporationId(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
Get corporation information Public information about a corporation ---
This route is cached for up to 3600 seconds
|
List<CorporationAlliancesHistoryResponse> |
CorporationApi.getCorporationsCorporationIdAlliancehistory(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
Get alliance history Get a list of all the alliances a corporation has
been a member of --- This route is cached for up to 3600 seconds
|
List<CorporationAssetsResponse> |
AssetsApi.getCorporationsCorporationIdAssets(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation assets Return a list of the corporation assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_corporation_assets.v1
|
List<CorporationBlueprintsResponse> |
CorporationApi.getCorporationsCorporationIdBlueprints(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation blueprints Returns a list of blueprints the corporation
owns --- This route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_blueprints.v1
|
List<CorporationBookmarksResponse> |
BookmarksApi.getCorporationsCorporationIdBookmarks(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation bookmarks A list of your corporation's bookmarks ---
This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_corporation_bookmarks.v1
|
List<CorporationBookmarkFoldersResponse> |
BookmarksApi.getCorporationsCorporationIdBookmarksFolders(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation bookmark folders A list of your corporation's
bookmark folders --- This route is cached for up to 3600 seconds SSO
Scope: esi-bookmarks.read_corporation_bookmarks.v1
|
List<CorporationContactsResponse> |
ContactsApi.getCorporationsCorporationIdContacts(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation contacts Return contacts of a corporation --- This route
is cached for up to 300 seconds SSO Scope:
esi-corporations.read_contacts.v1
|
List<CorporationContainersLogsResponse> |
CorporationApi.getCorporationsCorporationIdContainersLogs(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get all corporation ALSC logs Returns logs recorded in the past seven
days from all audit log secure containers (ALSC) owned by a given
corporation --- This route is cached for up to 600 seconds SSO Scope:
esi-corporations.read_container_logs.v1
|
List<CorporationContractsResponse> |
ContractsApi.getCorporationsCorporationIdContracts(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get coporation contracts Returns contracts available to a coporation,
only if the corporation is issuer, acceptor or assignee.
|
List<CorporationContractsBidsResponse> |
ContractsApi.getCorporationsCorporationIdContractsContractIdBids(Integer contractId,
Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation contract bids Lists bids on a particular auction contract
--- This route is cached for up to 3600 seconds SSO Scope:
esi-contracts.read_corporation_contracts.v1
|
List<CorporationContractsItemsResponse> |
ContractsApi.getCorporationsCorporationIdContractsContractIdItems(Integer contractId,
Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation contract items Lists items of a particular contract ---
This route is cached for up to 3600 seconds SSO Scope:
esi-contracts.read_corporation_contracts.v1 SSO Scope:
esi-contracts.read_character_contracts.v1
|
CorporationDivisionsResponse |
CorporationApi.getCorporationsCorporationIdDivisions(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation divisions Return corporation hangar and wallet division
names, only show if a division is not using the default name --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_divisions.v1
|
CorporationIconsResponse |
CorporationApi.getCorporationsCorporationIdIcons(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
Get corporation icon Get the icon urls for a corporation --- This route
is cached for up to 3600 seconds
|
List<CorporationIndustryJobsResponse> |
IndustryApi.getCorporationsCorporationIdIndustryJobs(Integer corporationId,
String datasource,
Boolean includeCompleted,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation industry jobs List industry jobs run by a corporation
--- This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_corporation_jobs.v1
|
List<CorporationKillmailsResponse> |
KillmailsApi.getCorporationsCorporationIdKillmailsRecent(Integer corporationId,
String datasource,
Integer maxKillId,
String token,
String userAgent,
String xUserAgent)
Get corporation kills and losses Get a list of corporation's recent
kills and losses --- This route is cached for up to 3600 seconds SSO
Scope: esi-killmails.read_corporation_killmails.v1
|
List<CorporationMembersResponse> |
CorporationApi.getCorporationsCorporationIdMembers(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation members Read the current list of members if the calling
character is a member. --- This route is cached for up to 3600 seconds
SSO Scope: esi-corporations.read_corporation_membership.v1
|
Integer |
CorporationApi.getCorporationsCorporationIdMembersLimit(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation member limit Return a corporation's member limit, not
including CEO himself --- This route is cached for up to 3600 seconds SSO
Scope: esi-corporations.track_members.v1
|
List<CorporationMemberTrackingResponse> |
CorporationApi.getCorporationsCorporationIdMembertracking(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Track corporation members Returns additional information about a
corporation's members which helps tracking their activities --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.track_members.v1
|
List<CorporationOrdersResponse> |
MarketApi.getCorporationsCorporationIdOrders(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
List orders from a corporation List market orders placed on behalf of a
corporation --- This route is cached for up to 3600 seconds SSO Scope:
esi-markets.read_corporation_orders.v1
|
List<CorporationRolesResponse> |
CorporationApi.getCorporationsCorporationIdRoles(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation member roles Return the roles of all members if the
character has the personnel manager role or any grantable role. --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_corporation_membership.v1
|
List<CorporationShareholdersResponse> |
CorporationApi.getCorporationsCorporationIdShareholders(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation members Return the current member list of a corporation,
the token's character need to be a member of the corporation. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationStandingsResponse> |
CorporationApi.getCorporationsCorporationIdStandings(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation standings Return corporation standings from agents, NPC
corporations, and factions --- This route is cached for up to 3600
seconds SSO Scope: esi-corporations.read_standings.v1
|
List<CorporationStructuresResponse> |
CorporationApi.getCorporationsCorporationIdStructures(Integer corporationId,
String datasource,
String language,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation structures Get a list of corporation structures --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_structures.v1
|
List<CorporationTitlesResponse> |
CorporationApi.getCorporationsCorporationIdTitles(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation titles Returns a corporation's titles --- This route
is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_titles.v1
|
List<CorporationWalletsResponse> |
WalletApi.getCorporationsCorporationIdWallets(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Returns a corporation's wallet balance Get a corporation's
wallets --- This route is cached for up to 300 seconds SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationWalletJournalResponse> |
WalletApi.getCorporationsCorporationIdWalletsDivisionJournal(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String token,
String userAgent,
String xUserAgent)
Get corporation wallet journal Retrieve corporation wallet journal ---
This route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationWalletTransactionsResponse> |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactions(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String token,
String userAgent,
String xUserAgent)
Get corporation wallet transactions Get wallet transactions of a
corporation --- This route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationNamesResponse> |
CorporationApi.getCorporationsNames(List<Long> corporationIds,
String datasource,
String userAgent,
String xUserAgent)
Get corporation names Resolve a set of corporation IDs to corporation
names --- This route is cached for up to 3600 seconds
|
List<Integer> |
CorporationApi.getCorporationsNpccorps(String datasource,
String userAgent,
String xUserAgent)
Get npc corporations Get a list of npc corporations --- This route
expires daily at 11:05
|
List<Integer> |
DogmaApi.getDogmaAttributes(String datasource,
String userAgent,
String xUserAgent)
Get attributes Get a list of dogma attribute ids --- This route expires
daily at 11:05
|
DogmaAttributeResponse |
DogmaApi.getDogmaAttributesAttributeId(Integer attributeId,
String datasource,
String userAgent,
String xUserAgent)
Get attribute information Get information on a dogma attribute --- This
route expires daily at 11:05
|
List<Integer> |
DogmaApi.getDogmaEffects(String datasource,
String userAgent,
String xUserAgent)
Get effects Get a list of dogma effect ids --- This route expires daily
at 11:05
|
DogmaEffectResponse |
DogmaApi.getDogmaEffectsEffectId(Integer effectId,
String datasource,
String userAgent,
String xUserAgent)
Get effect information Get information on a dogma effect --- This route
expires daily at 11:05
|
FleetResponse |
FleetsApi.getFleetsFleetId(Long fleetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get fleet information Return details about a fleet --- This route is
cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
List<FleetMembersResponse> |
FleetsApi.getFleetsFleetIdMembers(Long fleetId,
String datasource,
String language,
String token,
String userAgent,
String xUserAgent)
Get fleet members Return information about fleet members --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
List<FleetWingsResponse> |
FleetsApi.getFleetsFleetIdWings(Long fleetId,
String datasource,
String language,
String token,
String userAgent,
String xUserAgent)
Get fleet wings Return information about wings in a fleet --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
FactionWarfareLeaderboardResponse |
FactionWarfareApi.getFwLeaderboards(String datasource,
String userAgent,
String xUserAgent)
List of the top factions in faction warfare Top 4 leaderboard of factions
for kills and victory points separated by total, last week and yesterday.
--- This route expires daily at 11:05
|
FactionWarfareLeaderboardCharactersResponse |
FactionWarfareApi.getFwLeaderboardsCharacters(String datasource,
String userAgent,
String xUserAgent)
List of the top pilots in faction warfare Top 100 leaderboard of pilots
for kills and victory points separated by total, last week and yesterday.
--- This route expires daily at 11:05
|
FactionWarfareLeaderboardCorporationsResponse |
FactionWarfareApi.getFwLeaderboardsCorporations(String datasource,
String userAgent,
String xUserAgent)
List of the top corporations in faction warfare Top 10 leaderboard of
corporations for kills and victory points separated by total, last week
and yesterday. --- This route expires daily at 11:05
|
List<FactionWarfareStatsResponse> |
FactionWarfareApi.getFwStats(String datasource,
String userAgent,
String xUserAgent)
An overview of statistics about factions involved in faction warfare
Statistical overviews of factions involved in faction warfare --- This
route expires daily at 11:05
|
List<FactionWarfareSystemsResponse> |
FactionWarfareApi.getFwSystems(String datasource,
String userAgent,
String xUserAgent)
Ownership of faction warfare systems An overview of the current ownership
of faction warfare solar systems --- This route is cached for up to 1800
seconds
|
List<FactionWarfareWarsResponse> |
FactionWarfareApi.getFwWars(String datasource,
String userAgent,
String xUserAgent)
Data about which NPC factions are at war Data about which NPC factions
are at war --- This route expires daily at 11:05
|
List<IncursionsResponse> |
IncursionsApi.getIncursions(String datasource,
String userAgent,
String xUserAgent)
List incursions Return a list of current incursions --- This route is
cached for up to 300 seconds
|
List<IndustryFacilitiesResponse> |
IndustryApi.getIndustryFacilities(String datasource,
String userAgent,
String xUserAgent)
List industry facilities Return a list of industry facilities --- This
route is cached for up to 3600 seconds
|
List<IndustrySystemsResponse> |
IndustryApi.getIndustrySystems(String datasource,
String userAgent,
String xUserAgent)
List solar system cost indices Return cost indices for solar systems ---
This route is cached for up to 3600 seconds
|
List<InsurancePricesResponse> |
InsuranceApi.getInsurancePrices(String datasource,
String language,
String userAgent,
String xUserAgent)
List insurance levels Return available insurance levels for all ship
types --- This route is cached for up to 3600 seconds
|
KillmailResponse |
KillmailsApi.getKillmailsKillmailIdKillmailHash(String killmailHash,
Integer killmailId,
String datasource,
String userAgent,
String xUserAgent)
Get a single killmail Return a single killmail from its ID and hash ---
This route is cached for up to 3600 seconds
|
List<LoyaltyStoreOffersResponse> |
LoyaltyApi.getLoyaltyStoresCorporationIdOffers(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
List loyalty store offers Return a list of offers from a specific
corporation's loyalty store --- This route expires daily at 11:05
|
List<Integer> |
MarketApi.getMarketsGroups(String datasource,
String userAgent,
String xUserAgent)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
MarketGroupResponse |
MarketApi.getMarketsGroupsMarketGroupId(Integer marketGroupId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
List<MarketPricesResponse> |
MarketApi.getMarketsPrices(String datasource,
String userAgent,
String xUserAgent)
List market prices Return a list of prices --- This route is cached for
up to 3600 seconds
|
List<MarketHistoryResponse> |
MarketApi.getMarketsRegionIdHistory(Integer regionId,
Integer typeId,
String datasource,
String userAgent,
String xUserAgent)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route is
cached for up to 3600 seconds
|
List<MarketOrdersResponse> |
MarketApi.getMarketsRegionIdOrders(String orderType,
Integer regionId,
String datasource,
Integer page,
Integer typeId,
String userAgent,
String xUserAgent)
List orders in a region Return a list of orders in a region --- This
route is cached for up to 300 seconds
|
List<Integer> |
MarketApi.getMarketsRegionIdTypes(Integer regionId,
String datasource,
Integer page,
String userAgent,
String xUserAgent)
List type IDs relevant to a market Return a list of type IDs that have
active orders in the region, for efficient market indexing. --- This
route is cached for up to 600 seconds
|
List<MarketStructuresResponse> |
MarketApi.getMarketsStructuresStructureId(Long structureId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
List orders in a structure Return all orders in a structure --- This
route is cached for up to 300 seconds SSO Scope:
esi-markets.structure_markets.v1
|
List<Integer> |
OpportunitiesApi.getOpportunitiesGroups(String datasource,
String userAgent,
String xUserAgent)
Get opportunities groups Return a list of opportunities groups --- This
route expires daily at 11:05
|
OpportunitiesGroupResponse |
OpportunitiesApi.getOpportunitiesGroupsGroupId(Integer groupId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get opportunities group Return information of an opportunities group ---
This route expires daily at 11:05
|
List<Integer> |
OpportunitiesApi.getOpportunitiesTasks(String datasource,
String userAgent,
String xUserAgent)
Get opportunities tasks Return a list of opportunities tasks --- This
route expires daily at 11:05
|
OpportunitiesTasksResponse |
OpportunitiesApi.getOpportunitiesTasksTaskId(Integer taskId,
String datasource,
String userAgent,
String xUserAgent)
Get opportunities task Return information of an opportunities task ---
This route expires daily at 11:05
|
List<Integer> |
RoutesApi.getRouteOriginDestination(Integer destination,
Integer origin,
List<Integer> avoid,
List<List<Integer>> connections,
String datasource,
String flag,
String userAgent,
String xUserAgent)
Get route Get the systems between origin and destination --- This route
is cached for up to 86400 seconds
|
SearchResponse |
SearchApi.getSearch(List<String> categories,
String search,
String datasource,
String language,
Boolean strict,
String userAgent,
String xUserAgent)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-search.search_structures.v1
|
List<SovereigntyCampaignsResponse> |
SovereigntyApi.getSovereigntyCampaigns(String datasource,
String userAgent,
String xUserAgent)
List sovereignty campaigns Shows sovereignty data for campaigns. --- This
route is cached for up to 5 seconds
|
List<SovereigntyMapResponse> |
SovereigntyApi.getSovereigntyMap(String datasource,
String userAgent,
String xUserAgent)
List sovereignty of systems Shows sovereignty information for solar
systems --- This route is cached for up to 3600 seconds
|
List<SovereigntyStructuresResponse> |
SovereigntyApi.getSovereigntyStructures(String datasource,
String userAgent,
String xUserAgent)
List sovereignty structures Shows sovereignty data for structures. ---
This route is cached for up to 120 seconds
|
StatusResponse |
StatusApi.getStatus(String datasource,
String userAgent,
String xUserAgent)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
List<BloodlinesResponse> |
UniverseApi.getUniverseBloodlines(String datasource,
String language,
String userAgent,
String xUserAgent)
Get bloodlines Get a list of bloodlines --- This route expires daily at
11:05
|
List<Integer> |
UniverseApi.getUniverseCategories(String datasource,
String userAgent,
String xUserAgent)
Get item categories Get a list of item categories --- This route expires
daily at 11:05
|
CategoryResponse |
UniverseApi.getUniverseCategoriesCategoryId(Integer categoryId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item category information Get information of an item category ---
This route expires daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseConstellations(String datasource,
String userAgent,
String xUserAgent)
Get constellations Get a list of constellations --- This route expires
daily at 11:05
|
ConstellationResponse |
UniverseApi.getUniverseConstellationsConstellationId(Integer constellationId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get constellation information Get information on a constellation --- This
route expires daily at 11:05
|
List<FactionsResponse> |
UniverseApi.getUniverseFactions(String datasource,
String language,
String userAgent,
String xUserAgent)
Get factions Get a list of factions --- This route expires daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseGraphics(String datasource,
String userAgent,
String xUserAgent)
Get graphics Get a list of graphics --- This route expires daily at 11:05
|
GraphicResponse |
UniverseApi.getUniverseGraphicsGraphicId(Integer graphicId,
String datasource,
String userAgent,
String xUserAgent)
Get graphic information Get information on a graphic --- This route
expires daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseGroups(String datasource,
Integer page,
String userAgent,
String xUserAgent)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
GroupResponse |
UniverseApi.getUniverseGroupsGroupId(Integer groupId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
MoonResponse |
UniverseApi.getUniverseMoonsMoonId(Integer moonId,
String datasource,
String userAgent,
String xUserAgent)
Get moon information Get information on a moon --- This route expires
daily at 11:05
|
PlanetResponse |
UniverseApi.getUniversePlanetsPlanetId(Integer planetId,
String datasource,
String userAgent,
String xUserAgent)
Get planet information Get information on a planet --- This route expires
daily at 11:05
|
List<RacesResponse> |
UniverseApi.getUniverseRaces(String datasource,
String language,
String userAgent,
String xUserAgent)
Get character races Get a list of character races --- This route expires
daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseRegions(String datasource,
String userAgent,
String xUserAgent)
Get regions Get a list of regions --- This route expires daily at 11:05
|
RegionResponse |
UniverseApi.getUniverseRegionsRegionId(Integer regionId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get region information Get information on a region --- This route expires
daily at 11:05
|
PlanetFactorySchematicResponse |
PlanetaryInteractionApi.getUniverseSchematicsSchematicId(Integer schematicId,
String datasource,
String userAgent,
String xUserAgent)
Get schematic information Get information on a planetary factory
schematic --- This route is cached for up to 3600 seconds
|
StargateResponse |
UniverseApi.getUniverseStargatesStargateId(Integer stargateId,
String datasource,
String userAgent,
String xUserAgent)
Get stargate information Get information on a stargate --- This route
expires daily at 11:05
|
StarResponse |
UniverseApi.getUniverseStarsStarId(Integer starId,
String datasource,
String userAgent,
String xUserAgent)
Get star information Get information on a star --- This route expires
daily at 11:05
|
StationResponse |
UniverseApi.getUniverseStationsStationId(Integer stationId,
String datasource,
String userAgent,
String xUserAgent)
Get station information Get information on a station --- This route is
cached for up to 300 seconds
|
List<Long> |
UniverseApi.getUniverseStructures(String datasource,
String userAgent,
String xUserAgent)
List all public structures List all public structures --- This route is
cached for up to 3600 seconds
|
StructureResponse |
UniverseApi.getUniverseStructuresStructureId(Long structureId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get structure information Returns information on requested structure, if
you are on the ACL.
|
List<SystemJumpsResponse> |
UniverseApi.getUniverseSystemJumps(String datasource,
String userAgent,
String xUserAgent)
Get system jumps Get the number of jumps in solar systems within the last
hour ending at the timestamp of the Last-Modified header, excluding
wormhole space.
|
List<SystemKillsResponse> |
UniverseApi.getUniverseSystemKills(String datasource,
String userAgent,
String xUserAgent)
Get system kills Get the number of ship, pod and NPC kills per solar
system within the last hour ending at the timestamp of the Last-Modified
header, excluding wormhole space.
|
List<Integer> |
UniverseApi.getUniverseSystems(String datasource,
String userAgent,
String xUserAgent)
Get solar systems Get a list of solar systems --- This route expires
daily at 11:05
|
SystemResponse |
UniverseApi.getUniverseSystemsSystemId(Integer systemId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get solar system information Get information on a solar system --- This
route expires daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseTypes(String datasource,
Integer page,
String userAgent,
String xUserAgent)
Get types Get a list of type ids --- This route expires daily at 11:05
|
TypeResponse |
UniverseApi.getUniverseTypesTypeId(Integer typeId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get type information Get information on a type --- This route expires
daily at 11:05
|
List<Integer> |
WarsApi.getWars(String datasource,
Integer maxWarId,
String userAgent,
String xUserAgent)
List wars Return a list of wars --- This route is cached for up to 3600
seconds
|
WarResponse |
WarsApi.getWarsWarId(Integer warId,
String datasource,
String userAgent,
String xUserAgent)
Get war information Return details about a war --- This route is cached
for up to 3600 seconds
|
List<WarKillmailsResponse> |
WarsApi.getWarsWarIdKillmails(Integer warId,
String datasource,
Integer page,
String userAgent,
String xUserAgent)
List kills for a war Return a list of kills related to a war --- This
route is cached for up to 3600 seconds
|
List<CharacterAffiliationResponse> |
CharacterApi.postCharactersAffiliation(List<Integer> characters,
String datasource,
String userAgent,
String xUserAgent)
Character affiliation Bulk lookup of character IDs to corporation,
alliance and faction --- This route is cached for up to 3600 seconds
|
List<CharacterAssetsLocationsResponse> |
AssetsApi.postCharactersCharacterIdAssetsLocations(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character asset locations Return locations for a set of item ids,
which you can get from character assets endpoint.
|
List<CharacterAssetsNamesResponse> |
AssetsApi.postCharactersCharacterIdAssetsNames(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character asset names Return names for a set of item ids, which you
can get from character assets endpoint.
|
List<Integer> |
ContactsApi.postCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
Float standing,
String datasource,
Long labelId,
String token,
String userAgent,
Boolean watched,
String xUserAgent)
Add contacts Bulk add contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
CspaCostResponse |
CharacterApi.postCharactersCharacterIdCspa(Integer characterId,
CspaCharacters characters,
String datasource,
String token,
String userAgent,
String xUserAgent)
Calculate a CSPA charge cost Takes a source character ID in the url and a
set of target character ID's in the body, returns a CSPA charge cost
--- SSO Scope: esi-characters.read_contacts.v1
|
CharacterFittingResponse |
FittingsApi.postCharactersCharacterIdFittings(Integer characterId,
String datasource,
CharacterFitting fitting,
String token,
String userAgent,
String xUserAgent)
Create fitting Save a new fitting for a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
Integer |
MailApi.postCharactersCharacterIdMail(Integer characterId,
Mail mail,
String datasource,
String token,
String userAgent,
String xUserAgent)
Send a new mail Create and send a new mail --- SSO Scope:
esi-mail.send_mail.v1
|
Long |
MailApi.postCharactersCharacterIdMailLabels(Integer characterId,
String datasource,
MailLabelSimple label,
String token,
String userAgent,
String xUserAgent)
Create a mail label Create a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
List<CorporationAssetsLocationsResponse> |
AssetsApi.postCorporationsCorporationIdAssetsLocations(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get corporation asset locations Return locations for a set of item ids,
which you can get from corporation assets endpoint.
|
List<CorporationAssetsNamesResponse> |
AssetsApi.postCorporationsCorporationIdAssetsNames(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get coporation asset names Return names for a set of item ids, which you
can get from corporation assets endpoint.
|
void |
FleetsApi.postFleetsFleetIdMembers(Long fleetId,
FleetInvitation invitation,
String datasource,
String token,
String userAgent,
String xUserAgent)
Create fleet invitation Invite a character into the fleet.
|
FleetWingCreatedResponse |
FleetsApi.postFleetsFleetIdWings(Long fleetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Create fleet wing Create a new wing in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
FleetSquadCreatedResponse |
FleetsApi.postFleetsFleetIdWingsWingIdSquads(Long fleetId,
Long wingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Create fleet squad Create a new squad in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
UserInterfaceApi.postUiAutopilotWaypoint(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Set Autopilot Waypoint Set a solar system as autopilot waypoint --- SSO
Scope: esi-ui.write_waypoint.v1
|
void |
UserInterfaceApi.postUiOpenwindowContract(Integer contractId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open Contract Window Open the contract window inside the client --- SSO
Scope: esi-ui.open_window.v1
|
void |
UserInterfaceApi.postUiOpenwindowInformation(Integer targetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open Information Window Open the information window for a character,
corporation or alliance inside the client --- SSO Scope:
esi-ui.open_window.v1
|
void |
UserInterfaceApi.postUiOpenwindowMarketdetails(Integer typeId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open Market Details Open the market details window for a specific typeID
inside the client --- SSO Scope: esi-ui.open_window.v1
|
void |
UserInterfaceApi.postUiOpenwindowNewmail(UiNewMail newMail,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
List<UniverseNamesResponse> |
UniverseApi.postUniverseNames(List<Integer> ids,
String datasource,
String userAgent,
String xUserAgent)
Get names and categories for a set of ID's Resolve a set of IDs to
names and categories.
|
void |
CalendarApi.putCharactersCharacterIdCalendarEventId(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token,
String userAgent,
String xUserAgent)
Respond to an event Set your response status to an event --- SSO Scope:
esi-calendar.respond_calendar_events.v1
|
void |
ContactsApi.putCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
Float standing,
String datasource,
Long labelId,
String token,
String userAgent,
Boolean watched,
String xUserAgent)
Edit contacts Bulk edit contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
void |
MailApi.putCharactersCharacterIdMailMailId(Integer characterId,
MailMetaData contents,
Integer mailId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Update metadata about a mail Update metadata about a mail --- SSO Scope:
esi-mail.organize_mail.v1
|
void |
CorporationApi.putCorporationsCorporationIdStructuresStructureId(Integer corporationId,
List<VulnerabilityWindow> newSchedule,
Long structureId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Update structure vulnerability schedule Update the vulnerability window
schedule of a corporation structure --- SSO Scope:
esi-corporations.write_structures.v1
|
void |
FleetsApi.putFleetsFleetId(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token,
String userAgent,
String xUserAgent)
Update fleet Update settings about a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
FleetsApi.putFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token,
String userAgent,
String xUserAgent)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
FleetsApi.putFleetsFleetIdSquadsSquadId(Long fleetId,
FleetSquadNaming naming,
Long squadId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
FleetsApi.putFleetsFleetIdWingsWingId(Long fleetId,
FleetWingNaming naming,
Long wingId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth.finishFlow(String code,
String state)
Finish the oauth flow after the user was redirected back.
|
Copyright © 2017. All Rights Reserved.