| Package | Description |
|---|---|
| net.troja.eve.esi | |
| net.troja.eve.esi.api | |
| net.troja.eve.esi.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type
and the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given
return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the
response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the
object's class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactsApi.deleteCharactersCharacterIdContacts(Integer characterId,
List<Integer> contactIds,
String datasource,
String token)
Delete contacts Bulk delete contacts --- SSO Scope:
esi-characters.write_contacts.v1
|
okhttp3.Call |
ContactsApi.deleteCharactersCharacterIdContactsAsync(Integer characterId,
List<Integer> contactIds,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete contacts (asynchronously) Bulk delete contacts --- SSO Scope:
esi-characters.write_contacts.v1
|
okhttp3.Call |
ContactsApi.deleteCharactersCharacterIdContactsCall(Integer characterId,
List<Integer> contactIds,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteCharactersCharacterIdContacts
|
ApiResponse<Void> |
ContactsApi.deleteCharactersCharacterIdContactsWithHttpInfo(Integer characterId,
List<Integer> contactIds,
String datasource,
String token)
Delete contacts Bulk delete contacts --- SSO Scope:
esi-characters.write_contacts.v1
|
void |
FittingsApi.deleteCharactersCharacterIdFittingsFittingId(Integer characterId,
Integer fittingId,
String datasource,
String token)
Delete fitting Delete a fitting from a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
okhttp3.Call |
FittingsApi.deleteCharactersCharacterIdFittingsFittingIdAsync(Integer characterId,
Integer fittingId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete fitting (asynchronously) Delete a fitting from a character --- SSO
Scope: esi-fittings.write_fittings.v1
|
okhttp3.Call |
FittingsApi.deleteCharactersCharacterIdFittingsFittingIdCall(Integer characterId,
Integer fittingId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteCharactersCharacterIdFittingsFittingId
|
ApiResponse<Void> |
FittingsApi.deleteCharactersCharacterIdFittingsFittingIdWithHttpInfo(Integer characterId,
Integer fittingId,
String datasource,
String token)
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)
Delete a mail label Delete a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.deleteCharactersCharacterIdMailLabelsLabelIdAsync(Integer characterId,
Integer labelId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete a mail label (asynchronously) Delete a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.deleteCharactersCharacterIdMailLabelsLabelIdCall(Integer characterId,
Integer labelId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteCharactersCharacterIdMailLabelsLabelId
|
ApiResponse<Void> |
MailApi.deleteCharactersCharacterIdMailLabelsLabelIdWithHttpInfo(Integer characterId,
Integer labelId,
String datasource,
String token)
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)
Delete a mail Delete a mail --- SSO Scope: esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.deleteCharactersCharacterIdMailMailIdAsync(Integer characterId,
Integer mailId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete a mail (asynchronously) Delete a mail --- SSO Scope:
esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.deleteCharactersCharacterIdMailMailIdCall(Integer characterId,
Integer mailId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteCharactersCharacterIdMailMailId
|
ApiResponse<Void> |
MailApi.deleteCharactersCharacterIdMailMailIdWithHttpInfo(Integer characterId,
Integer mailId,
String datasource,
String token)
Delete a mail Delete a mail --- SSO Scope: esi-mail.organize_mail.v1
|
void |
FleetsApi.deleteFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
String datasource,
String token)
Kick fleet member Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.deleteFleetsFleetIdMembersMemberIdAsync(Long fleetId,
Integer memberId,
String datasource,
String token,
ApiCallback<Void> _callback)
Kick fleet member (asynchronously) Kick a fleet member --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.deleteFleetsFleetIdMembersMemberIdCall(Long fleetId,
Integer memberId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteFleetsFleetIdMembersMemberId
|
ApiResponse<Void> |
FleetsApi.deleteFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId,
Integer memberId,
String datasource,
String token)
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)
Delete fleet squad Delete a fleet squad, only empty squads can be deleted
--- SSO Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.deleteFleetsFleetIdSquadsSquadIdAsync(Long fleetId,
Long squadId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete fleet squad (asynchronously) Delete a fleet squad, only empty
squads can be deleted --- SSO Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.deleteFleetsFleetIdSquadsSquadIdCall(Long fleetId,
Long squadId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteFleetsFleetIdSquadsSquadId
|
ApiResponse<Void> |
FleetsApi.deleteFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId,
Long squadId,
String datasource,
String token)
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)
Delete fleet wing Delete a fleet wing, only empty wings can be deleted.
|
okhttp3.Call |
FleetsApi.deleteFleetsFleetIdWingsWingIdAsync(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback<Void> _callback)
Delete fleet wing (asynchronously) Delete a fleet wing, only empty wings
can be deleted.
|
okhttp3.Call |
FleetsApi.deleteFleetsFleetIdWingsWingIdCall(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback _callback)
Build call for deleteFleetsFleetIdWingsWingId
|
ApiResponse<Void> |
FleetsApi.deleteFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId,
Long wingId,
String datasource,
String token)
Delete fleet wing Delete a fleet wing, only empty wings can be deleted.
|
List<Integer> |
AllianceApi.getAlliances(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
Get alliance information Public information about an alliance --- This
route is cached for up to 3600 seconds
|
okhttp3.Call |
AllianceApi.getAlliancesAllianceIdAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback<AllianceResponse> _callback)
Get alliance information (asynchronously) Public information about an
alliance --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
AllianceApi.getAlliancesAllianceIdCall(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getAlliancesAllianceId
|
List<AllianceContactsResponse> |
ContactsApi.getAlliancesAllianceIdContacts(Integer allianceId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get alliance contacts Return contacts of an alliance --- This route is
cached for up to 300 seconds SSO Scope: esi-alliances.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getAlliancesAllianceIdContactsAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<AllianceContactsResponse>> _callback)
Get alliance contacts (asynchronously) Return contacts of an alliance ---
This route is cached for up to 300 seconds SSO Scope:
esi-alliances.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getAlliancesAllianceIdContactsCall(Integer allianceId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getAlliancesAllianceIdContacts
|
List<AllianceContactsLabelsResponse> |
ContactsApi.getAlliancesAllianceIdContactsLabels(Integer allianceId,
String datasource,
String ifNoneMatch,
String token)
Get alliance contact labels Return custom labels for an alliance's
contacts --- This route is cached for up to 300 seconds SSO Scope:
esi-alliances.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getAlliancesAllianceIdContactsLabelsAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<AllianceContactsLabelsResponse>> _callback)
Get alliance contact labels (asynchronously) Return custom labels for an
alliance's contacts --- This route is cached for up to 300 seconds
SSO Scope: esi-alliances.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getAlliancesAllianceIdContactsLabelsCall(Integer allianceId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getAlliancesAllianceIdContactsLabels
|
ApiResponse<List<AllianceContactsLabelsResponse>> |
ContactsApi.getAlliancesAllianceIdContactsLabelsWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch,
String token)
Get alliance contact labels Return custom labels for an alliance's
contacts --- This route is cached for up to 300 seconds SSO Scope:
esi-alliances.read_contacts.v1
|
ApiResponse<List<AllianceContactsResponse>> |
ContactsApi.getAlliancesAllianceIdContactsWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get alliance contacts Return contacts of an alliance --- This route is
cached for up to 300 seconds SSO Scope: esi-alliances.read_contacts.v1
|
List<Integer> |
AllianceApi.getAlliancesAllianceIdCorporations(Integer allianceId,
String datasource,
String ifNoneMatch)
List alliance's corporations List all current member corporations of
an alliance --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
AllianceApi.getAlliancesAllianceIdCorporationsAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
List alliance's corporations (asynchronously) List all current member
corporations of an alliance --- This route is cached for up to 3600
seconds
|
okhttp3.Call |
AllianceApi.getAlliancesAllianceIdCorporationsCall(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getAlliancesAllianceIdCorporations
|
ApiResponse<List<Integer>> |
AllianceApi.getAlliancesAllianceIdCorporationsWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch)
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 ifNoneMatch)
Get alliance icon Get the icon urls for a alliance --- This route expires
daily at 11:05 --- [Diff of the upcoming
changes](https://esi.evetech.net/
diff/latest/dev/#GET-/alliances/{alliance_id}/icons/)
|
okhttp3.Call |
AllianceApi.getAlliancesAllianceIdIconsAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback<AllianceIconsResponse> _callback)
Get alliance icon (asynchronously) Get the icon urls for a alliance ---
This route expires daily at 11:05 --- [Diff of the upcoming
changes](https
://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id}/icons/)
|
okhttp3.Call |
AllianceApi.getAlliancesAllianceIdIconsCall(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getAlliancesAllianceIdIcons
|
ApiResponse<AllianceIconsResponse> |
AllianceApi.getAlliancesAllianceIdIconsWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch)
Get alliance icon Get the icon urls for a alliance --- This route expires
daily at 11:05 --- [Diff of the upcoming
changes](https://esi.evetech.net/
diff/latest/dev/#GET-/alliances/{alliance_id}/icons/)
|
ApiResponse<AllianceResponse> |
AllianceApi.getAlliancesAllianceIdWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch)
Get alliance information Public information about an alliance --- This
route is cached for up to 3600 seconds
|
okhttp3.Call |
AllianceApi.getAlliancesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
List all alliances (asynchronously) List all active player alliances ---
This route is cached for up to 3600 seconds
|
okhttp3.Call |
AllianceApi.getAlliancesCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getAlliances
|
ApiResponse<List<Integer>> |
AllianceApi.getAlliancesWithHttpInfo(String datasource,
String ifNoneMatch)
List all alliances List all active player alliances --- This route is
cached for up to 3600 seconds
|
CharacterInfo |
SsoApi.getCharacterInfo()
Alias for net.troja.eve.esi.api.MetaApi.getVerify() Return CharacterInfo
that have helper methods: CharacterInfo.getScopes() : Set
|
CharacterResponse |
CharacterApi.getCharactersCharacterId(Integer characterId,
String datasource,
String ifNoneMatch)
Get character's public information Public information about a
character --- This route is cached for up to 86400 seconds
|
List<CharacterResearchAgentsResponse> |
CharacterApi.getCharactersCharacterIdAgentsResearch(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get agents research Return a list of agents research information for a
character.
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdAgentsResearchAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterResearchAgentsResponse>> _callback)
Get agents research (asynchronously) Return a list of agents research
information for a character.
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdAgentsResearchCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdAgentsResearch
|
ApiResponse<List<CharacterResearchAgentsResponse>> |
CharacterApi.getCharactersCharacterIdAgentsResearchWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get agents research Return a list of agents research information for a
character.
|
List<CharacterAssetsResponse> |
AssetsApi.getCharactersCharacterIdAssets(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds --- Warning: This route has an
upgrade available SSO Scope: esi-assets.read_assets.v1
|
okhttp3.Call |
AssetsApi.getCharactersCharacterIdAssetsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterAssetsResponse>> _callback)
Get character assets (asynchronously) Return a list of the characters
assets --- This route is cached for up to 3600 seconds --- Warning: This
route has an upgrade available SSO Scope: esi-assets.read_assets.v1
|
okhttp3.Call |
AssetsApi.getCharactersCharacterIdAssetsCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdAssets
|
ApiResponse<List<CharacterAssetsResponse>> |
AssetsApi.getCharactersCharacterIdAssetsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds --- Warning: This route has an
upgrade available SSO Scope: esi-assets.read_assets.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdAsync(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback<CharacterResponse> _callback)
Get character's public information (asynchronously) Public
information about a character --- This route is cached for up to 86400
seconds
|
CharacterAttributesResponse |
SkillsApi.getCharactersCharacterIdAttributes(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character attributes Return attributes of a character --- This route
is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdAttributesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterAttributesResponse> _callback)
Get character attributes (asynchronously) Return attributes of a
character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skills.v1
|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdAttributesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdAttributes
|
ApiResponse<CharacterAttributesResponse> |
SkillsApi.getCharactersCharacterIdAttributesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character attributes Return attributes of a character --- This route
is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
|
List<CharacterBlueprintsResponse> |
CharacterApi.getCharactersCharacterIdBlueprints(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdBlueprintsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterBlueprintsResponse>> _callback)
Get blueprints (asynchronously) Return a list of blueprints the character
owns --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_blueprints.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdBlueprintsCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdBlueprints
|
ApiResponse<List<CharacterBlueprintsResponse>> |
CharacterApi.getCharactersCharacterIdBlueprintsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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 ifNoneMatch,
Integer page,
String token)
List bookmarks A list of your character's personal bookmarks --- This
route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
okhttp3.Call |
BookmarksApi.getCharactersCharacterIdBookmarksAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterBookmarksResponse>> _callback)
List bookmarks (asynchronously) A list of your character's personal
bookmarks --- This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
okhttp3.Call |
BookmarksApi.getCharactersCharacterIdBookmarksCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdBookmarks
|
List<CharacterBookmarkFoldersResponse> |
BookmarksApi.getCharactersCharacterIdBookmarksFolders(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List bookmark folders A list of your character's personal bookmark
folders --- This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
okhttp3.Call |
BookmarksApi.getCharactersCharacterIdBookmarksFoldersAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterBookmarkFoldersResponse>> _callback)
List bookmark folders (asynchronously) A list of your character's
personal bookmark folders --- This route is cached for up to 3600 seconds
SSO Scope: esi-bookmarks.read_character_bookmarks.v1
|
okhttp3.Call |
BookmarksApi.getCharactersCharacterIdBookmarksFoldersCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdBookmarksFolders
|
ApiResponse<List<CharacterBookmarkFoldersResponse>> |
BookmarksApi.getCharactersCharacterIdBookmarksFoldersWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List bookmark folders A list of your character's personal bookmark
folders --- This route is cached for up to 3600 seconds SSO Scope:
esi-bookmarks.read_character_bookmarks.v1
|
ApiResponse<List<CharacterBookmarksResponse>> |
BookmarksApi.getCharactersCharacterIdBookmarksWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List bookmarks A list of your character's personal bookmarks --- 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 ifNoneMatch,
String token)
List calendar event summaries Get 50 event summaries from the calendar.
|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarAsync(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterCalendarResponse>> _callback)
List calendar event summaries (asynchronously) Get 50 event summaries
from the calendar.
|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarCall(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdCalendar
|
CharacterCalendarEventResponse |
CalendarApi.getCharactersCharacterIdCalendarEventId(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarEventIdAsync(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterCalendarEventResponse> _callback)
Get an event (asynchronously) 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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendeesAsync(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterCalendarAttendeesResponse>> _callback)
Get attendees (asynchronously) 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
|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendeesCall(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdCalendarEventIdAttendees
|
ApiResponse<List<CharacterCalendarAttendeesResponse>> |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendeesWithHttpInfo(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarEventIdCall(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdCalendarEventId
|
ApiResponse<CharacterCalendarEventResponse> |
CalendarApi.getCharactersCharacterIdCalendarEventIdWithHttpInfo(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<CharacterCalendarResponse>> |
CalendarApi.getCharactersCharacterIdCalendarWithHttpInfo(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token)
List calendar event summaries Get 50 event summaries from the calendar.
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdCall(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCharactersCharacterId
|
CharacterClonesResponse |
ClonesApi.getCharactersCharacterIdClones(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
ClonesApi.getCharactersCharacterIdClonesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterClonesResponse> _callback)
Get clones (asynchronously) A list of the character's clones --- This
route is cached for up to 120 seconds SSO Scope:
esi-clones.read_clones.v1
|
okhttp3.Call |
ClonesApi.getCharactersCharacterIdClonesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdClones
|
ApiResponse<CharacterClonesResponse> |
ClonesApi.getCharactersCharacterIdClonesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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,
String ifNoneMatch,
Integer page,
String token)
Get contacts Return contacts of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-characters.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCharactersCharacterIdContactsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<ContactsResponse>> _callback)
Get contacts (asynchronously) Return contacts of a character --- This
route is cached for up to 300 seconds SSO Scope:
esi-characters.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCharactersCharacterIdContactsCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdContacts
|
List<ContactLabelsResponse> |
ContactsApi.getCharactersCharacterIdContactsLabels(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get contact labels Return custom labels for a character's contacts
--- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCharactersCharacterIdContactsLabelsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<ContactLabelsResponse>> _callback)
Get contact labels (asynchronously) Return custom labels for a
character's contacts --- This route is cached for up to 300 seconds
SSO Scope: esi-characters.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCharactersCharacterIdContactsLabelsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdContactsLabels
|
ApiResponse<List<ContactLabelsResponse>> |
ContactsApi.getCharactersCharacterIdContactsLabelsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get contact labels Return custom labels for a character's contacts
--- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_contacts.v1
|
ApiResponse<List<ContactsResponse>> |
ContactsApi.getCharactersCharacterIdContactsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get contacts Return contacts of a character --- 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 ifNoneMatch,
Integer page,
String token)
Get contracts Returns contracts available to a character, only if the
character is issuer, acceptor or assignee.
|
okhttp3.Call |
ContractsApi.getCharactersCharacterIdContractsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterContractsResponse>> _callback)
Get contracts (asynchronously) Returns contracts available to a
character, only if the character is issuer, acceptor or assignee.
|
okhttp3.Call |
ContractsApi.getCharactersCharacterIdContractsCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdContracts
|
List<CharacterContractsBidsResponse> |
ContractsApi.getCharactersCharacterIdContractsContractIdBids(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
ContractsApi.getCharactersCharacterIdContractsContractIdBidsAsync(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterContractsBidsResponse>> _callback)
Get contract bids (asynchronously) Lists bids on a particular auction
contract --- This route is cached for up to 300 seconds SSO Scope:
esi-contracts.read_character_contracts.v1
|
okhttp3.Call |
ContractsApi.getCharactersCharacterIdContractsContractIdBidsCall(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdContractsContractIdBids
|
ApiResponse<List<CharacterContractsBidsResponse>> |
ContractsApi.getCharactersCharacterIdContractsContractIdBidsWithHttpInfo(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
ContractsApi.getCharactersCharacterIdContractsContractIdItemsAsync(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterContractsItemsResponse>> _callback)
Get contract items (asynchronously) 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
|
okhttp3.Call |
ContractsApi.getCharactersCharacterIdContractsContractIdItemsCall(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdContractsContractIdItems
|
ApiResponse<List<CharacterContractsItemsResponse>> |
ContractsApi.getCharactersCharacterIdContractsContractIdItemsWithHttpInfo(Integer characterId,
Integer contractId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<CharacterContractsResponse>> |
ContractsApi.getCharactersCharacterIdContractsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get contracts Returns contracts available to a character, only if the
character is issuer, acceptor or assignee.
|
List<CharacterCorporationHistoryResponse> |
CharacterApi.getCharactersCharacterIdCorporationhistory(Integer characterId,
String datasource,
String ifNoneMatch)
Get corporation history Get a list of all the corporations a character
has been a member of --- This route is cached for up to 86400 seconds
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdCorporationhistoryAsync(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback<List<CharacterCorporationHistoryResponse>> _callback)
Get corporation history (asynchronously) Get a list of all the
corporations a character has been a member of --- This route is cached
for up to 86400 seconds
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdCorporationhistoryCall(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCharactersCharacterIdCorporationhistory
|
ApiResponse<List<CharacterCorporationHistoryResponse>> |
CharacterApi.getCharactersCharacterIdCorporationhistoryWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch)
Get corporation history Get a list of all the corporations a character
has been a member of --- This route is cached for up to 86400 seconds
|
CharacterFatigueResponse |
CharacterApi.getCharactersCharacterIdFatigue(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdFatigueAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterFatigueResponse> _callback)
Get jump fatigue (asynchronously) 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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdFatigueCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdFatigue
|
ApiResponse<CharacterFatigueResponse> |
CharacterApi.getCharactersCharacterIdFatigueWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
Get fittings Return fittings of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-fittings.read_fittings.v1
|
okhttp3.Call |
FittingsApi.getCharactersCharacterIdFittingsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterFittingsResponse>> _callback)
Get fittings (asynchronously) Return fittings of a character --- This
route is cached for up to 300 seconds SSO Scope:
esi-fittings.read_fittings.v1
|
okhttp3.Call |
FittingsApi.getCharactersCharacterIdFittingsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdFittings
|
ApiResponse<List<CharacterFittingsResponse>> |
FittingsApi.getCharactersCharacterIdFittingsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
FleetsApi.getCharactersCharacterIdFleetAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterFleetResponse> _callback)
Get character fleet info (asynchronously) 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
|
okhttp3.Call |
FleetsApi.getCharactersCharacterIdFleetCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdFleet
|
ApiResponse<CharacterFleetResponse> |
FleetsApi.getCharactersCharacterIdFleetWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
CharacterFwStatsResponse |
FactionWarfareApi.getCharactersCharacterIdFwStats(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Overview of a character involved in faction warfare Statistical overview
of a character involved in faction warfare --- This route expires daily
at 11:05 SSO Scope: esi-characters.read_fw_stats.v1
|
okhttp3.Call |
FactionWarfareApi.getCharactersCharacterIdFwStatsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterFwStatsResponse> _callback)
Overview of a character involved in faction warfare (asynchronously)
Statistical overview of a character involved in faction warfare --- This
route expires daily at 11:05 SSO Scope: esi-characters.read_fw_stats.v1
|
okhttp3.Call |
FactionWarfareApi.getCharactersCharacterIdFwStatsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdFwStats
|
ApiResponse<CharacterFwStatsResponse> |
FactionWarfareApi.getCharactersCharacterIdFwStatsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Overview of a character involved in faction warfare Statistical overview
of a character involved in faction warfare --- This route expires daily
at 11:05 SSO Scope: esi-characters.read_fw_stats.v1
|
List<Integer> |
ClonesApi.getCharactersCharacterIdImplants(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 120 seconds SSO Scope:
esi-clones.read_implants.v1
|
okhttp3.Call |
ClonesApi.getCharactersCharacterIdImplantsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<Integer>> _callback)
Get active implants (asynchronously) Return implants on the active clone
of a character --- This route is cached for up to 120 seconds SSO Scope:
esi-clones.read_implants.v1
|
okhttp3.Call |
ClonesApi.getCharactersCharacterIdImplantsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdImplants
|
ApiResponse<List<Integer>> |
ClonesApi.getCharactersCharacterIdImplantsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 120 seconds SSO Scope:
esi-clones.read_implants.v1
|
List<CharacterIndustryJobsResponse> |
IndustryApi.getCharactersCharacterIdIndustryJobs(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token)
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
|
okhttp3.Call |
IndustryApi.getCharactersCharacterIdIndustryJobsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token,
ApiCallback<List<CharacterIndustryJobsResponse>> _callback)
List character industry jobs (asynchronously) List industry jobs placed
by a character --- This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_character_jobs.v1
|
okhttp3.Call |
IndustryApi.getCharactersCharacterIdIndustryJobsCall(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdIndustryJobs
|
ApiResponse<List<CharacterIndustryJobsResponse>> |
IndustryApi.getCharactersCharacterIdIndustryJobsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token)
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,
String ifNoneMatch,
Integer page,
String token)
Get a character's recent kills and losses Return a list of a
character's kills and losses going back 90 days --- This route is
cached for up to 300 seconds SSO Scope: esi-killmails.read_killmails.v1
|
okhttp3.Call |
KillmailsApi.getCharactersCharacterIdKillmailsRecentAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterKillmailsResponse>> _callback)
Get a character's recent kills and losses (asynchronously) Return a
list of a character's kills and losses going back 90 days --- This
route is cached for up to 300 seconds SSO Scope:
esi-killmails.read_killmails.v1
|
okhttp3.Call |
KillmailsApi.getCharactersCharacterIdKillmailsRecentCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdKillmailsRecent
|
ApiResponse<List<CharacterKillmailsResponse>> |
KillmailsApi.getCharactersCharacterIdKillmailsRecentWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get a character's recent kills and losses Return a list of a
character's kills and losses going back 90 days --- This route is
cached for up to 300 seconds SSO Scope: esi-killmails.read_killmails.v1
|
CharacterLocationResponse |
LocationApi.getCharactersCharacterIdLocation(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character location Information about the characters current location.
|
okhttp3.Call |
LocationApi.getCharactersCharacterIdLocationAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterLocationResponse> _callback)
Get character location (asynchronously) Information about the characters
current location.
|
okhttp3.Call |
LocationApi.getCharactersCharacterIdLocationCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdLocation
|
ApiResponse<CharacterLocationResponse> |
LocationApi.getCharactersCharacterIdLocationWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character location Information about the characters current location.
|
List<CharacterLoyaltyPointsResponse> |
LoyaltyApi.getCharactersCharacterIdLoyaltyPoints(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
LoyaltyApi.getCharactersCharacterIdLoyaltyPointsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterLoyaltyPointsResponse>> _callback)
Get loyalty points (asynchronously) 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
|
okhttp3.Call |
LoyaltyApi.getCharactersCharacterIdLoyaltyPointsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdLoyaltyPoints
|
ApiResponse<List<CharacterLoyaltyPointsResponse>> |
LoyaltyApi.getCharactersCharacterIdLoyaltyPointsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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,
String ifNoneMatch,
List<Integer> labels,
Integer lastMailId,
String token)
Return mail headers Return the 50 most recent mail headers belonging to
the character that match the query criteria.
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailAsync(Integer characterId,
String datasource,
String ifNoneMatch,
List<Integer> labels,
Integer lastMailId,
String token,
ApiCallback<List<MailHeadersResponse>> _callback)
Return mail headers (asynchronously) Return the 50 most recent mail
headers belonging to the character that match the query criteria.
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailCall(Integer characterId,
String datasource,
String ifNoneMatch,
List<Integer> labels,
Integer lastMailId,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdMail
|
MailLabelsResponse |
MailApi.getCharactersCharacterIdMailLabels(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailLabelsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<MailLabelsResponse> _callback)
Get mail labels and unread counts (asynchronously) 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
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailLabelsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdMailLabels
|
ApiResponse<MailLabelsResponse> |
MailApi.getCharactersCharacterIdMailLabelsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailListsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterMailinglistsResponse>> _callback)
Return mailing list subscriptions (asynchronously) 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
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailListsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdMailLists
|
ApiResponse<List<CharacterMailinglistsResponse>> |
MailApi.getCharactersCharacterIdMailListsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailMailIdAsync(Integer characterId,
Integer mailId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<MailResponse> _callback)
Return a mail (asynchronously) Return the contents of an EVE mail ---
This route is cached for up to 30 seconds SSO Scope:
esi-mail.read_mail.v1
|
okhttp3.Call |
MailApi.getCharactersCharacterIdMailMailIdCall(Integer characterId,
Integer mailId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdMailMailId
|
ApiResponse<MailResponse> |
MailApi.getCharactersCharacterIdMailMailIdWithHttpInfo(Integer characterId,
Integer mailId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<MailHeadersResponse>> |
MailApi.getCharactersCharacterIdMailWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
List<Integer> labels,
Integer lastMailId,
String token)
Return mail headers Return the 50 most recent mail headers belonging to
the character that match the query criteria.
|
List<CharacterMedalsResponse> |
CharacterApi.getCharactersCharacterIdMedals(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdMedalsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterMedalsResponse>> _callback)
Get medals (asynchronously) Return a list of medals the character has ---
This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_medals.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdMedalsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdMedals
|
ApiResponse<List<CharacterMedalsResponse>> |
CharacterApi.getCharactersCharacterIdMedalsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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<CharacterMiningResponse> |
IndustryApi.getCharactersCharacterIdMining(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Character mining ledger Paginated record of all mining done by a
character for the past 30 days --- This route is cached for up to 600
seconds SSO Scope: esi-industry.read_character_mining.v1
|
okhttp3.Call |
IndustryApi.getCharactersCharacterIdMiningAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterMiningResponse>> _callback)
Character mining ledger (asynchronously) Paginated record of all mining
done by a character for the past 30 days --- This route is cached for up
to 600 seconds SSO Scope: esi-industry.read_character_mining.v1
|
okhttp3.Call |
IndustryApi.getCharactersCharacterIdMiningCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdMining
|
ApiResponse<List<CharacterMiningResponse>> |
IndustryApi.getCharactersCharacterIdMiningWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Character mining ledger Paginated record of all mining done by a
character for the past 30 days --- This route is cached for up to 600
seconds SSO Scope: esi-industry.read_character_mining.v1
|
List<CharacterNotificationsResponse> |
CharacterApi.getCharactersCharacterIdNotifications(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character notifications Return character notifications --- This route
is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdNotificationsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterNotificationsResponse>> _callback)
Get character notifications (asynchronously) Return character
notifications --- This route is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdNotificationsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdNotifications
|
List<NewContactNotificationsResponse> |
CharacterApi.getCharactersCharacterIdNotificationsContacts(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdNotificationsContactsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<NewContactNotificationsResponse>> _callback)
Get new contact notifications (asynchronously) 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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdNotificationsContactsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdNotificationsContacts
|
ApiResponse<List<NewContactNotificationsResponse>> |
CharacterApi.getCharactersCharacterIdNotificationsContactsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<CharacterNotificationsResponse>> |
CharacterApi.getCharactersCharacterIdNotificationsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character notifications Return character notifications --- This route
is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
CharacterOnlineResponse |
LocationApi.getCharactersCharacterIdOnline(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
LocationApi.getCharactersCharacterIdOnlineAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterOnlineResponse> _callback)
Get character online (asynchronously) Checks if the character is
currently online --- This route is cached for up to 60 seconds SSO Scope:
esi-location.read_online.v1
|
okhttp3.Call |
LocationApi.getCharactersCharacterIdOnlineCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdOnline
|
ApiResponse<CharacterOnlineResponse> |
LocationApi.getCharactersCharacterIdOnlineWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
OpportunitiesApi.getCharactersCharacterIdOpportunitiesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterOpportunitiesResponse>> _callback)
Get a character's completed tasks (asynchronously) 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
|
okhttp3.Call |
OpportunitiesApi.getCharactersCharacterIdOpportunitiesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdOpportunities
|
ApiResponse<List<CharacterOpportunitiesResponse>> |
OpportunitiesApi.getCharactersCharacterIdOpportunitiesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
List open orders from a character List open market orders placed by a
character --- This route is cached for up to 1200 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
okhttp3.Call |
MarketApi.getCharactersCharacterIdOrdersAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterOrdersResponse>> _callback)
List open orders from a character (asynchronously) List open market
orders placed by a character --- This route is cached for up to 1200
seconds SSO Scope: esi-markets.read_character_orders.v1
|
okhttp3.Call |
MarketApi.getCharactersCharacterIdOrdersCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdOrders
|
List<CharacterOrdersHistoryResponse> |
MarketApi.getCharactersCharacterIdOrdersHistory(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders by a character List cancelled and expired market
orders placed by a character up to 90 days in the past. --- This route is
cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
okhttp3.Call |
MarketApi.getCharactersCharacterIdOrdersHistoryAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterOrdersHistoryResponse>> _callback)
List historical orders by a character (asynchronously) List cancelled and
expired market orders placed by a character up to 90 days in the past.
--- This route is cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
okhttp3.Call |
MarketApi.getCharactersCharacterIdOrdersHistoryCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdOrdersHistory
|
ApiResponse<List<CharacterOrdersHistoryResponse>> |
MarketApi.getCharactersCharacterIdOrdersHistoryWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders by a character List cancelled and expired market
orders placed by a character up to 90 days in the past. --- This route is
cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
ApiResponse<List<CharacterOrdersResponse>> |
MarketApi.getCharactersCharacterIdOrdersWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
List open orders from a character List open market orders placed by a
character --- This route is cached for up to 1200 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
List<CharacterPlanetsResponse> |
PlanetaryInteractionApi.getCharactersCharacterIdPlanets(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterPlanetsResponse>> _callback)
Get colonies (asynchronously) 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
|
okhttp3.Call |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdPlanets
|
CharacterPlanetResponse |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetId(Integer characterId,
Integer planetId,
String datasource,
String ifNoneMatch,
String token)
Get colony layout Returns full details on the layout of a single
planetary colony, including links, pins and routes.
|
okhttp3.Call |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetIdAsync(Integer characterId,
Integer planetId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterPlanetResponse> _callback)
Get colony layout (asynchronously) Returns full details on the layout of
a single planetary colony, including links, pins and routes.
|
okhttp3.Call |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetIdCall(Integer characterId,
Integer planetId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdPlanetsPlanetId
|
ApiResponse<CharacterPlanetResponse> |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetIdWithHttpInfo(Integer characterId,
Integer planetId,
String datasource,
String ifNoneMatch,
String token)
Get colony layout Returns full details on the layout of a single
planetary colony, including links, pins and routes.
|
ApiResponse<List<CharacterPlanetsResponse>> |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
CharacterPortraitResponse |
CharacterApi.getCharactersCharacterIdPortrait(Integer characterId,
String datasource,
String ifNoneMatch)
Get character portraits Get portrait urls for a character --- This route
expires daily at 11:05 --- [Diff of the upcoming
changes](https://esi.evetech
.net/diff/latest/dev/#GET-/characters/{character_id}/portrait/)
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdPortraitAsync(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback<CharacterPortraitResponse> _callback)
Get character portraits (asynchronously) Get portrait urls for a
character --- This route expires daily at 11:05 --- [Diff of the upcoming
changes
](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id
}/portrait/)
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdPortraitCall(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCharactersCharacterIdPortrait
|
ApiResponse<CharacterPortraitResponse> |
CharacterApi.getCharactersCharacterIdPortraitWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch)
Get character portraits Get portrait urls for a character --- This route
expires daily at 11:05 --- [Diff of the upcoming
changes](https://esi.evetech
.net/diff/latest/dev/#GET-/characters/{character_id}/portrait/)
|
CharacterRolesResponse |
CharacterApi.getCharactersCharacterIdRoles(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdRolesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterRolesResponse> _callback)
Get character corporation roles (asynchronously) Returns a
character's corporation roles --- This route is cached for up to 3600
seconds SSO Scope: esi-characters.read_corporation_roles.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdRolesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdRoles
|
ApiResponse<CharacterRolesResponse> |
CharacterApi.getCharactersCharacterIdRolesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token)
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
|
okhttp3.Call |
SearchApi.getCharactersCharacterIdSearchAsync(List<String> categories,
Integer characterId,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token,
ApiCallback<CharacterSearchResponse> _callback)
Search on a string (asynchronously) 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
|
okhttp3.Call |
SearchApi.getCharactersCharacterIdSearchCall(List<String> categories,
Integer characterId,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdSearch
|
ApiResponse<CharacterSearchResponse> |
SearchApi.getCharactersCharacterIdSearchWithHttpInfo(List<String> categories,
Integer characterId,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
LocationApi.getCharactersCharacterIdShipAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterShipResponse> _callback)
Get current ship (asynchronously) 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
|
okhttp3.Call |
LocationApi.getCharactersCharacterIdShipCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdShip
|
ApiResponse<CharacterShipResponse> |
LocationApi.getCharactersCharacterIdShipWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdSkillqueueAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterSkillqueueResponse>> _callback)
Get character's skill queue (asynchronously) 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
|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdSkillqueueCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdSkillqueue
|
ApiResponse<List<CharacterSkillqueueResponse>> |
SkillsApi.getCharactersCharacterIdSkillqueueWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdSkillsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterSkillsResponse> _callback)
Get character skills (asynchronously) List all trained skills for the
given character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skills.v1
|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdSkillsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdSkills
|
ApiResponse<CharacterSkillsResponse> |
SkillsApi.getCharactersCharacterIdSkillsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdStandingsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterStandingsResponse>> _callback)
Get standings (asynchronously) 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
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdStandingsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdStandings
|
ApiResponse<List<CharacterStandingsResponse>> |
CharacterApi.getCharactersCharacterIdStandingsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
List<CharacterStatsResponse> |
CharacterApi.getCharactersCharacterIdStats(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Yearly aggregate stats Returns aggregate yearly stats for a character ---
This route is cached for up to 86400 seconds SSO Scope:
esi-characterstats.read.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdStatsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterStatsResponse>> _callback)
Yearly aggregate stats (asynchronously) Returns aggregate yearly stats
for a character --- This route is cached for up to 86400 seconds SSO
Scope: esi-characterstats.read.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdStatsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdStats
|
ApiResponse<List<CharacterStatsResponse>> |
CharacterApi.getCharactersCharacterIdStatsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Yearly aggregate stats Returns aggregate yearly stats for a character ---
This route is cached for up to 86400 seconds SSO Scope:
esi-characterstats.read.v1
|
List<CharacterTitlesResponse> |
CharacterApi.getCharactersCharacterIdTitles(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character corporation titles Returns a character's titles ---
This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_titles.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdTitlesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterTitlesResponse>> _callback)
Get character corporation titles (asynchronously) Returns a
character's titles --- This route is cached for up to 3600 seconds
SSO Scope: esi-characters.read_titles.v1
|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdTitlesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdTitles
|
ApiResponse<List<CharacterTitlesResponse>> |
CharacterApi.getCharactersCharacterIdTitlesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character corporation titles Returns a character's titles ---
This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_titles.v1
|
Double |
WalletApi.getCharactersCharacterIdWallet(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<Double> _callback)
Get a character's wallet balance (asynchronously) Returns a
character's wallet balance --- This route is cached for up to 120
seconds SSO Scope: esi-wallet.read_character_wallet.v1
|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdWallet
|
List<CharacterWalletJournalResponse> |
WalletApi.getCharactersCharacterIdWalletJournal(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get character wallet journal Retrieve the given character's wallet
journal going 30 days back --- This route is cached for up to 3600
seconds SSO Scope: esi-wallet.read_character_wallet.v1
|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletJournalAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterWalletJournalResponse>> _callback)
Get character wallet journal (asynchronously) Retrieve the given
character's wallet journal going 30 days back --- This route is
cached for up to 3600 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletJournalCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdWalletJournal
|
ApiResponse<List<CharacterWalletJournalResponse>> |
WalletApi.getCharactersCharacterIdWalletJournalWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get character wallet journal Retrieve the given character's wallet
journal going 30 days back --- 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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletTransactionsAsync(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterWalletTransactionsResponse>> _callback)
Get wallet transactions (asynchronously) Get wallet transactions of a
character --- This route is cached for up to 3600 seconds SSO Scope:
esi-wallet.read_character_wallet.v1
|
okhttp3.Call |
WalletApi.getCharactersCharacterIdWalletTransactionsCall(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdWalletTransactions
|
ApiResponse<List<CharacterWalletTransactionsResponse>> |
WalletApi.getCharactersCharacterIdWalletTransactionsWithHttpInfo(Integer characterId,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
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
|
ApiResponse<Double> |
WalletApi.getCharactersCharacterIdWalletWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<CharacterResponse> |
CharacterApi.getCharactersCharacterIdWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch)
Get character's public information Public information about a
character --- This route is cached for up to 86400 seconds
|
List<PublicContractsBidsResponse> |
ContractsApi.getContractsPublicBidsContractId(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract bids Lists bids on a public auction contract --- This
route is cached for up to 300 seconds
|
okhttp3.Call |
ContractsApi.getContractsPublicBidsContractIdAsync(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<PublicContractsBidsResponse>> _callback)
Get public contract bids (asynchronously) Lists bids on a public auction
contract --- This route is cached for up to 300 seconds
|
okhttp3.Call |
ContractsApi.getContractsPublicBidsContractIdCall(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getContractsPublicBidsContractId
|
ApiResponse<List<PublicContractsBidsResponse>> |
ContractsApi.getContractsPublicBidsContractIdWithHttpInfo(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract bids Lists bids on a public auction contract --- This
route is cached for up to 300 seconds
|
List<PublicContractsItemsResponse> |
ContractsApi.getContractsPublicItemsContractId(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract items Lists items of a public contract --- This route
is cached for up to 3600 seconds
|
okhttp3.Call |
ContractsApi.getContractsPublicItemsContractIdAsync(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<PublicContractsItemsResponse>> _callback)
Get public contract items (asynchronously) Lists items of a public
contract --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
ContractsApi.getContractsPublicItemsContractIdCall(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getContractsPublicItemsContractId
|
ApiResponse<List<PublicContractsItemsResponse>> |
ContractsApi.getContractsPublicItemsContractIdWithHttpInfo(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract items Lists items of a public contract --- This route
is cached for up to 3600 seconds
|
List<PublicContractsResponse> |
ContractsApi.getContractsPublicRegionId(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contracts Returns a paginated list of all public contracts in
the given region --- This route is cached for up to 1800 seconds
|
okhttp3.Call |
ContractsApi.getContractsPublicRegionIdAsync(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<PublicContractsResponse>> _callback)
Get public contracts (asynchronously) Returns a paginated list of all
public contracts in the given region --- This route is cached for up to
1800 seconds
|
okhttp3.Call |
ContractsApi.getContractsPublicRegionIdCall(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getContractsPublicRegionId
|
ApiResponse<List<PublicContractsResponse>> |
ContractsApi.getContractsPublicRegionIdWithHttpInfo(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contracts Returns a paginated list of all public contracts in
the given region --- This route is cached for up to 1800 seconds
|
List<CorporationMiningExtractionsResponse> |
IndustryApi.getCorporationCorporationIdMiningExtractions(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Moon extraction timers Extraction timers for all moon chunks being
extracted by refineries belonging to a corporation. --- This route is
cached for up to 1800 seconds --- Requires one of the following EVE
corporation role(s): Station_Manager SSO Scope:
esi-industry.read_corporation_mining.v1
|
okhttp3.Call |
IndustryApi.getCorporationCorporationIdMiningExtractionsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMiningExtractionsResponse>> _callback)
Moon extraction timers (asynchronously) Extraction timers for all moon
chunks being extracted by refineries belonging to a corporation. --- This
route is cached for up to 1800 seconds --- Requires one of the following
EVE corporation role(s): Station_Manager SSO Scope:
esi-industry.read_corporation_mining.v1
|
okhttp3.Call |
IndustryApi.getCorporationCorporationIdMiningExtractionsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationCorporationIdMiningExtractions
|
ApiResponse<List<CorporationMiningExtractionsResponse>> |
IndustryApi.getCorporationCorporationIdMiningExtractionsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Moon extraction timers Extraction timers for all moon chunks being
extracted by refineries belonging to a corporation. --- This route is
cached for up to 1800 seconds --- Requires one of the following EVE
corporation role(s): Station_Manager SSO Scope:
esi-industry.read_corporation_mining.v1
|
List<CorporationMiningObserversResponse> |
IndustryApi.getCorporationCorporationIdMiningObservers(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Corporation mining observers Paginated list of all entities capable of
observing and recording mining for a corporation --- This route is cached
for up to 3600 seconds --- Requires one of the following EVE corporation
role(s): Accountant SSO Scope: esi-industry.read_corporation_mining.v1
|
okhttp3.Call |
IndustryApi.getCorporationCorporationIdMiningObserversAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMiningObserversResponse>> _callback)
Corporation mining observers (asynchronously) Paginated list of all
entities capable of observing and recording mining for a corporation ---
This route is cached for up to 3600 seconds --- Requires one of the
following EVE corporation role(s): Accountant SSO Scope:
esi-industry.read_corporation_mining.v1
|
okhttp3.Call |
IndustryApi.getCorporationCorporationIdMiningObserversCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationCorporationIdMiningObservers
|
List<CorporationMiningObserverResponse> |
IndustryApi.getCorporationCorporationIdMiningObserversObserverId(Integer corporationId,
Long observerId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Observed corporation mining Paginated record of all mining seen by an
observer --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Accountant SSO Scope:
esi-industry.read_corporation_mining.v1
|
okhttp3.Call |
IndustryApi.getCorporationCorporationIdMiningObserversObserverIdAsync(Integer corporationId,
Long observerId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMiningObserverResponse>> _callback)
Observed corporation mining (asynchronously) Paginated record of all
mining seen by an observer --- This route is cached for up to 3600
seconds --- Requires one of the following EVE corporation role(s):
Accountant SSO Scope: esi-industry.read_corporation_mining.v1
|
okhttp3.Call |
IndustryApi.getCorporationCorporationIdMiningObserversObserverIdCall(Integer corporationId,
Long observerId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationCorporationIdMiningObserversObserverId
|
ApiResponse<List<CorporationMiningObserverResponse>> |
IndustryApi.getCorporationCorporationIdMiningObserversObserverIdWithHttpInfo(Integer corporationId,
Long observerId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Observed corporation mining Paginated record of all mining seen by an
observer --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Accountant SSO Scope:
esi-industry.read_corporation_mining.v1
|
ApiResponse<List<CorporationMiningObserversResponse>> |
IndustryApi.getCorporationCorporationIdMiningObserversWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Corporation mining observers Paginated list of all entities capable of
observing and recording mining for a corporation --- This route is cached
for up to 3600 seconds --- Requires one of the following EVE corporation
role(s): Accountant SSO Scope: esi-industry.read_corporation_mining.v1
|
CorporationResponse |
CorporationApi.getCorporationsCorporationId(Integer corporationId,
String datasource,
String ifNoneMatch)
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 ifNoneMatch)
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
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdAlliancehistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback<List<CorporationAlliancesHistoryResponse>> _callback)
Get alliance history (asynchronously) Get a list of all the alliances a
corporation has been a member of --- This route is cached for up to 3600
seconds
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdAlliancehistoryCall(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCorporationsCorporationIdAlliancehistory
|
ApiResponse<List<CorporationAlliancesHistoryResponse>> |
CorporationApi.getCorporationsCorporationIdAlliancehistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch)
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,
String ifNoneMatch,
Integer page,
String token)
Get corporation assets Return a list of the corporation assets --- This
route is cached for up to 3600 seconds --- Requires one of the following
EVE corporation role(s): Director --- Warning: This route has an upgrade
available SSO Scope: esi-assets.read_corporation_assets.v1
|
okhttp3.Call |
AssetsApi.getCorporationsCorporationIdAssetsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationAssetsResponse>> _callback)
Get corporation assets (asynchronously) Return a list of the corporation
assets --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Director --- Warning: This
route has an upgrade available SSO Scope:
esi-assets.read_corporation_assets.v1
|
okhttp3.Call |
AssetsApi.getCorporationsCorporationIdAssetsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdAssets
|
ApiResponse<List<CorporationAssetsResponse>> |
AssetsApi.getCorporationsCorporationIdAssetsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation assets Return a list of the corporation assets --- This
route is cached for up to 3600 seconds --- Requires one of the following
EVE corporation role(s): Director --- Warning: This route has an upgrade
available SSO Scope: esi-assets.read_corporation_assets.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback<CorporationResponse> _callback)
Get corporation information (asynchronously) Public information about a
corporation --- This route is cached for up to 3600 seconds
|
List<CorporationBlueprintsResponse> |
CorporationApi.getCorporationsCorporationIdBlueprints(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation blueprints Returns a list of blueprints the corporation
owns --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_blueprints.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdBlueprintsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationBlueprintsResponse>> _callback)
Get corporation blueprints (asynchronously) Returns a list of blueprints
the corporation owns --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_blueprints.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdBlueprintsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdBlueprints
|
ApiResponse<List<CorporationBlueprintsResponse>> |
CorporationApi.getCorporationsCorporationIdBlueprintsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation blueprints Returns a list of blueprints the corporation
owns --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_blueprints.v1
|
List<CorporationBookmarksResponse> |
BookmarksApi.getCorporationsCorporationIdBookmarks(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
BookmarksApi.getCorporationsCorporationIdBookmarksAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationBookmarksResponse>> _callback)
List corporation bookmarks (asynchronously) A list of your
corporation's bookmarks --- This route is cached for up to 3600
seconds SSO Scope: esi-bookmarks.read_corporation_bookmarks.v1
|
okhttp3.Call |
BookmarksApi.getCorporationsCorporationIdBookmarksCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdBookmarks
|
List<CorporationBookmarkFoldersResponse> |
BookmarksApi.getCorporationsCorporationIdBookmarksFolders(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
BookmarksApi.getCorporationsCorporationIdBookmarksFoldersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationBookmarkFoldersResponse>> _callback)
List corporation bookmark folders (asynchronously) 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
|
okhttp3.Call |
BookmarksApi.getCorporationsCorporationIdBookmarksFoldersCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdBookmarksFolders
|
ApiResponse<List<CorporationBookmarkFoldersResponse>> |
BookmarksApi.getCorporationsCorporationIdBookmarksFoldersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
ApiResponse<List<CorporationBookmarksResponse>> |
BookmarksApi.getCorporationsCorporationIdBookmarksWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdCall(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCorporationsCorporationId
|
List<CorporationContactsResponse> |
ContactsApi.getCorporationsCorporationIdContacts(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation contacts Return contacts of a corporation --- This route
is cached for up to 300 seconds SSO Scope:
esi-corporations.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCorporationsCorporationIdContactsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationContactsResponse>> _callback)
Get corporation contacts (asynchronously) Return contacts of a
corporation --- This route is cached for up to 300 seconds SSO Scope:
esi-corporations.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCorporationsCorporationIdContactsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdContacts
|
List<CorporationContactsLabelsResponse> |
ContactsApi.getCorporationsCorporationIdContactsLabels(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation contact labels Return custom labels for a
corporation's contacts --- This route is cached for up to 300 seconds
SSO Scope: esi-corporations.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCorporationsCorporationIdContactsLabelsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationContactsLabelsResponse>> _callback)
Get corporation contact labels (asynchronously) Return custom labels for
a corporation's contacts --- This route is cached for up to 300
seconds SSO Scope: esi-corporations.read_contacts.v1
|
okhttp3.Call |
ContactsApi.getCorporationsCorporationIdContactsLabelsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdContactsLabels
|
ApiResponse<List<CorporationContactsLabelsResponse>> |
ContactsApi.getCorporationsCorporationIdContactsLabelsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation contact labels Return custom labels for a
corporation's contacts --- This route is cached for up to 300 seconds
SSO Scope: esi-corporations.read_contacts.v1
|
ApiResponse<List<CorporationContactsResponse>> |
ContactsApi.getCorporationsCorporationIdContactsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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,
String ifNoneMatch,
Integer page,
String token)
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 --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_container_logs.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdContainersLogsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationContainersLogsResponse>> _callback)
Get all corporation ALSC logs (asynchronously) 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 ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_container_logs.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdContainersLogsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdContainersLogs
|
ApiResponse<List<CorporationContainersLogsResponse>> |
CorporationApi.getCorporationsCorporationIdContainersLogsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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 --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_container_logs.v1
|
List<CorporationContractsResponse> |
ContractsApi.getCorporationsCorporationIdContracts(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation contracts Returns contracts available to a corporation,
only if the corporation is issuer, acceptor or assignee.
|
okhttp3.Call |
ContractsApi.getCorporationsCorporationIdContractsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationContractsResponse>> _callback)
Get corporation contracts (asynchronously) Returns contracts available to
a corporation, only if the corporation is issuer, acceptor or assignee.
|
okhttp3.Call |
ContractsApi.getCorporationsCorporationIdContractsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdContracts
|
List<CorporationContractsBidsResponse> |
ContractsApi.getCorporationsCorporationIdContractsContractIdBids(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
ContractsApi.getCorporationsCorporationIdContractsContractIdBidsAsync(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationContractsBidsResponse>> _callback)
Get corporation contract bids (asynchronously) Lists bids on a particular
auction contract --- This route is cached for up to 3600 seconds SSO
Scope: esi-contracts.read_corporation_contracts.v1
|
okhttp3.Call |
ContractsApi.getCorporationsCorporationIdContractsContractIdBidsCall(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdContractsContractIdBids
|
ApiResponse<List<CorporationContractsBidsResponse>> |
ContractsApi.getCorporationsCorporationIdContractsContractIdBidsWithHttpInfo(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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 ifNoneMatch,
String token)
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
|
okhttp3.Call |
ContractsApi.getCorporationsCorporationIdContractsContractIdItemsAsync(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationContractsItemsResponse>> _callback)
Get corporation contract items (asynchronously) 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
|
okhttp3.Call |
ContractsApi.getCorporationsCorporationIdContractsContractIdItemsCall(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdContractsContractIdItems
|
ApiResponse<List<CorporationContractsItemsResponse>> |
ContractsApi.getCorporationsCorporationIdContractsContractIdItemsWithHttpInfo(Integer contractId,
Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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
|
ApiResponse<List<CorporationContractsResponse>> |
ContractsApi.getCorporationsCorporationIdContractsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation contracts Returns contracts available to a corporation,
only if the corporation is issuer, acceptor or assignee.
|
List<CorporationCustomsOfficesResponse> |
PlanetaryInteractionApi.getCorporationsCorporationIdCustomsOffices(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List corporation customs offices List customs offices owned by a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-planets.read_customs_offices.v1
|
okhttp3.Call |
PlanetaryInteractionApi.getCorporationsCorporationIdCustomsOfficesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationCustomsOfficesResponse>> _callback)
List corporation customs offices (asynchronously) List customs offices
owned by a corporation --- This route is cached for up to 3600 seconds
--- Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-planets.read_customs_offices.v1
|
okhttp3.Call |
PlanetaryInteractionApi.getCorporationsCorporationIdCustomsOfficesCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdCustomsOffices
|
ApiResponse<List<CorporationCustomsOfficesResponse>> |
PlanetaryInteractionApi.getCorporationsCorporationIdCustomsOfficesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List corporation customs offices List customs offices owned by a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-planets.read_customs_offices.v1
|
CorporationDivisionsResponse |
CorporationApi.getCorporationsCorporationIdDivisions(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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 --- Requires one of the following
EVE corporation role(s): Director SSO Scope:
esi-corporations.read_divisions.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdDivisionsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CorporationDivisionsResponse> _callback)
Get corporation divisions (asynchronously) 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 --- Requires one of
the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_divisions.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdDivisionsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdDivisions
|
ApiResponse<CorporationDivisionsResponse> |
CorporationApi.getCorporationsCorporationIdDivisionsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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 --- Requires one of the following
EVE corporation role(s): Director SSO Scope:
esi-corporations.read_divisions.v1
|
List<CorporationFacilitiesResponse> |
CorporationApi.getCorporationsCorporationIdFacilities(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation facilities Return a corporation's facilities --- This
route is cached for up to 3600 seconds --- Requires one of the following
EVE corporation role(s): Factory_Manager SSO Scope:
esi-corporations.read_facilities.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdFacilitiesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationFacilitiesResponse>> _callback)
Get corporation facilities (asynchronously) Return a corporation's
facilities --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Factory_Manager SSO Scope:
esi-corporations.read_facilities.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdFacilitiesCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdFacilities
|
ApiResponse<List<CorporationFacilitiesResponse>> |
CorporationApi.getCorporationsCorporationIdFacilitiesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation facilities Return a corporation's facilities --- This
route is cached for up to 3600 seconds --- Requires one of the following
EVE corporation role(s): Factory_Manager SSO Scope:
esi-corporations.read_facilities.v1
|
CorporationFwStatsResponse |
FactionWarfareApi.getCorporationsCorporationIdFwStats(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Overview of a corporation involved in faction warfare Statistics about a
corporation involved in faction warfare --- This route expires daily at
11:05 SSO Scope: esi-corporations.read_fw_stats.v1
|
okhttp3.Call |
FactionWarfareApi.getCorporationsCorporationIdFwStatsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CorporationFwStatsResponse> _callback)
Overview of a corporation involved in faction warfare (asynchronously)
Statistics about a corporation involved in faction warfare --- This route
expires daily at 11:05 SSO Scope: esi-corporations.read_fw_stats.v1
|
okhttp3.Call |
FactionWarfareApi.getCorporationsCorporationIdFwStatsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdFwStats
|
ApiResponse<CorporationFwStatsResponse> |
FactionWarfareApi.getCorporationsCorporationIdFwStatsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Overview of a corporation involved in faction warfare Statistics about a
corporation involved in faction warfare --- This route expires daily at
11:05 SSO Scope: esi-corporations.read_fw_stats.v1
|
CorporationIconsResponse |
CorporationApi.getCorporationsCorporationIdIcons(Integer corporationId,
String datasource,
String ifNoneMatch)
Get corporation icon Get the icon urls for a corporation --- This route
is cached for up to 3600 seconds --- [Diff of the upcoming
changes](https:
//esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id
}/icons/)
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdIconsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback<CorporationIconsResponse> _callback)
Get corporation icon (asynchronously) Get the icon urls for a corporation
--- This route is cached for up to 3600 seconds --- [Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{
corporation_id}/icons/)
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdIconsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCorporationsCorporationIdIcons
|
ApiResponse<CorporationIconsResponse> |
CorporationApi.getCorporationsCorporationIdIconsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch)
Get corporation icon Get the icon urls for a corporation --- This route
is cached for up to 3600 seconds --- [Diff of the upcoming
changes](https:
//esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id
}/icons/)
|
List<CorporationIndustryJobsResponse> |
IndustryApi.getCorporationsCorporationIdIndustryJobs(Integer corporationId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
Integer page,
String token)
List corporation industry jobs List industry jobs run by a corporation
--- This route is cached for up to 300 seconds --- Requires one of the
following EVE corporation role(s): Factory_Manager SSO Scope:
esi-industry.read_corporation_jobs.v1
|
okhttp3.Call |
IndustryApi.getCorporationsCorporationIdIndustryJobsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
Integer page,
String token,
ApiCallback<List<CorporationIndustryJobsResponse>> _callback)
List corporation industry jobs (asynchronously) List industry jobs run by
a corporation --- This route is cached for up to 300 seconds --- Requires
one of the following EVE corporation role(s): Factory_Manager SSO Scope:
esi-industry.read_corporation_jobs.v1
|
okhttp3.Call |
IndustryApi.getCorporationsCorporationIdIndustryJobsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdIndustryJobs
|
ApiResponse<List<CorporationIndustryJobsResponse>> |
IndustryApi.getCorporationsCorporationIdIndustryJobsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
Integer page,
String token)
List corporation industry jobs List industry jobs run by a corporation
--- This route is cached for up to 300 seconds --- Requires one of the
following EVE corporation role(s): Factory_Manager SSO Scope:
esi-industry.read_corporation_jobs.v1
|
List<CorporationKillmailsResponse> |
KillmailsApi.getCorporationsCorporationIdKillmailsRecent(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get a corporation's recent kills and losses Get a list of a
corporation's kills and losses going back 90 days --- This route is
cached for up to 300 seconds --- Requires one of the following EVE
corporation role(s): Director SSO Scope:
esi-killmails.read_corporation_killmails.v1
|
okhttp3.Call |
KillmailsApi.getCorporationsCorporationIdKillmailsRecentAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationKillmailsResponse>> _callback)
Get a corporation's recent kills and losses (asynchronously) Get a
list of a corporation's kills and losses going back 90 days --- This
route is cached for up to 300 seconds --- Requires one of the following
EVE corporation role(s): Director SSO Scope:
esi-killmails.read_corporation_killmails.v1
|
okhttp3.Call |
KillmailsApi.getCorporationsCorporationIdKillmailsRecentCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdKillmailsRecent
|
ApiResponse<List<CorporationKillmailsResponse>> |
KillmailsApi.getCorporationsCorporationIdKillmailsRecentWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get a corporation's recent kills and losses Get a list of a
corporation's kills and losses going back 90 days --- This route is
cached for up to 300 seconds --- Requires one of the following EVE
corporation role(s): Director SSO Scope:
esi-killmails.read_corporation_killmails.v1
|
List<CorporationMedalsResponse> |
CorporationApi.getCorporationsCorporationIdMedals(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation medals Returns a corporation's medals --- This route
is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_medals.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMedalsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMedalsResponse>> _callback)
Get corporation medals (asynchronously) Returns a corporation's
medals --- This route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_medals.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMedalsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdMedals
|
List<CorporationMedalsIssuedResponse> |
CorporationApi.getCorporationsCorporationIdMedalsIssued(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation issued medals Returns medals issued by a corporation ---
This route is cached for up to 3600 seconds --- Requires one of the
following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_medals.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMedalsIssuedAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationMedalsIssuedResponse>> _callback)
Get corporation issued medals (asynchronously) Returns medals issued by a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_medals.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMedalsIssuedCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdMedalsIssued
|
ApiResponse<List<CorporationMedalsIssuedResponse>> |
CorporationApi.getCorporationsCorporationIdMedalsIssuedWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation issued medals Returns medals issued by a corporation ---
This route is cached for up to 3600 seconds --- Requires one of the
following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_medals.v1
|
ApiResponse<List<CorporationMedalsResponse>> |
CorporationApi.getCorporationsCorporationIdMedalsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation medals Returns a corporation's medals --- This route
is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_medals.v1
|
List<Integer> |
CorporationApi.getCorporationsCorporationIdMembers(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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-corporations.read_corporation_membership.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<Integer>> _callback)
Get corporation members (asynchronously) 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-corporations.read_corporation_membership.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembersCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdMembers
|
Integer |
CorporationApi.getCorporationsCorporationIdMembersLimit(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation member limit Return a corporation's member limit, not
including CEO himself --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.track_members.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembersLimitAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<Integer> _callback)
Get corporation member limit (asynchronously) Return a corporation's
member limit, not including CEO himself --- This route is cached for up
to 3600 seconds --- Requires one of the following EVE corporation
role(s): Director SSO Scope: esi-corporations.track_members.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembersLimitCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdMembersLimit
|
ApiResponse<Integer> |
CorporationApi.getCorporationsCorporationIdMembersLimitWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation member limit Return a corporation's member limit, not
including CEO himself --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.track_members.v1
|
List<CorporationMembersTitlesResponse> |
CorporationApi.getCorporationsCorporationIdMembersTitles(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation's members' titles Returns a corporation's
members' titles --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_titles.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembersTitlesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationMembersTitlesResponse>> _callback)
Get corporation's members' titles (asynchronously) Returns a
corporation's members' titles --- This route is cached for up to
3600 seconds --- Requires one of the following EVE corporation role(s):
Director SSO Scope: esi-corporations.read_titles.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembersTitlesCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdMembersTitles
|
ApiResponse<List<CorporationMembersTitlesResponse>> |
CorporationApi.getCorporationsCorporationIdMembersTitlesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation's members' titles Returns a corporation's
members' titles --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_titles.v1
|
ApiResponse<List<Integer>> |
CorporationApi.getCorporationsCorporationIdMembersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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-corporations.read_corporation_membership.v1
|
List<CorporationMemberTrackingResponse> |
CorporationApi.getCorporationsCorporationIdMembertracking(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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 --- Requires one of the following
EVE corporation role(s): Director SSO Scope:
esi-corporations.track_members.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembertrackingAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationMemberTrackingResponse>> _callback)
Track corporation members (asynchronously) Returns additional information
about a corporation's members which helps tracking their activities
--- This route is cached for up to 3600 seconds --- Requires one of the
following EVE corporation role(s): Director SSO Scope:
esi-corporations.track_members.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdMembertrackingCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdMembertracking
|
ApiResponse<List<CorporationMemberTrackingResponse>> |
CorporationApi.getCorporationsCorporationIdMembertrackingWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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 --- Requires one of the following
EVE corporation role(s): Director SSO Scope:
esi-corporations.track_members.v1
|
List<CorporationOrdersResponse> |
MarketApi.getCorporationsCorporationIdOrders(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List open orders from a corporation List open market orders placed on
behalf of a corporation --- This route is cached for up to 1200 seconds
--- Requires one of the following EVE corporation role(s): Accountant,
Trader SSO Scope: esi-markets.read_corporation_orders.v1
|
okhttp3.Call |
MarketApi.getCorporationsCorporationIdOrdersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationOrdersResponse>> _callback)
List open orders from a corporation (asynchronously) List open market
orders placed on behalf of a corporation --- This route is cached for up
to 1200 seconds --- Requires one of the following EVE corporation
role(s): Accountant, Trader SSO Scope:
esi-markets.read_corporation_orders.v1
|
okhttp3.Call |
MarketApi.getCorporationsCorporationIdOrdersCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdOrders
|
List<CorporationOrdersHistoryResponse> |
MarketApi.getCorporationsCorporationIdOrdersHistory(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past. --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Accountant, Trader SSO Scope:
esi-markets.read_corporation_orders.v1
|
okhttp3.Call |
MarketApi.getCorporationsCorporationIdOrdersHistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationOrdersHistoryResponse>> _callback)
List historical orders from a corporation (asynchronously) List cancelled
and expired market orders placed on behalf of a corporation up to 90 days
in the past. --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Accountant, Trader SSO
Scope: esi-markets.read_corporation_orders.v1
|
okhttp3.Call |
MarketApi.getCorporationsCorporationIdOrdersHistoryCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdOrdersHistory
|
ApiResponse<List<CorporationOrdersHistoryResponse>> |
MarketApi.getCorporationsCorporationIdOrdersHistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past. --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Accountant, Trader SSO Scope:
esi-markets.read_corporation_orders.v1
|
ApiResponse<List<CorporationOrdersResponse>> |
MarketApi.getCorporationsCorporationIdOrdersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List open orders from a corporation List open market orders placed on
behalf of a corporation --- This route is cached for up to 1200 seconds
--- Requires one of the following EVE corporation role(s): Accountant,
Trader SSO Scope: esi-markets.read_corporation_orders.v1
|
List<CorporationRolesResponse> |
CorporationApi.getCorporationsCorporationIdRoles(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdRolesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationRolesResponse>> _callback)
Get corporation member roles (asynchronously) 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
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdRolesCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdRoles
|
List<CorporationRolesHistoryResponse> |
CorporationApi.getCorporationsCorporationIdRolesHistory(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation member roles history Return how roles have changed for a
coporation's members, up to a month --- This route is cached for up
to 3600 seconds --- Requires one of the following EVE corporation
role(s): Director SSO Scope:
esi-corporations.read_corporation_membership.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdRolesHistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationRolesHistoryResponse>> _callback)
Get corporation member roles history (asynchronously) Return how roles
have changed for a coporation's members, up to a month --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Director SSO Scope:
esi-corporations.read_corporation_membership.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdRolesHistoryCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdRolesHistory
|
ApiResponse<List<CorporationRolesHistoryResponse>> |
CorporationApi.getCorporationsCorporationIdRolesHistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation member roles history Return how roles have changed for a
coporation's members, up to a month --- This route is cached for up
to 3600 seconds --- Requires one of the following EVE corporation
role(s): Director SSO Scope:
esi-corporations.read_corporation_membership.v1
|
ApiResponse<List<CorporationRolesResponse>> |
CorporationApi.getCorporationsCorporationIdRolesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
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,
String ifNoneMatch,
Integer page,
String token)
Get corporation shareholders Return the current shareholders of a
corporation. --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdShareholdersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationShareholdersResponse>> _callback)
Get corporation shareholders (asynchronously) Return the current
shareholders of a corporation. --- This route is cached for up to 3600
seconds --- Requires one of the following EVE corporation role(s):
Director SSO Scope: esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdShareholdersCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdShareholders
|
ApiResponse<List<CorporationShareholdersResponse>> |
CorporationApi.getCorporationsCorporationIdShareholdersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation shareholders Return the current shareholders of a
corporation. --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationStandingsResponse> |
CorporationApi.getCorporationsCorporationIdStandings(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStandingsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationStandingsResponse>> _callback)
Get corporation standings (asynchronously) 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
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStandingsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdStandings
|
ApiResponse<List<CorporationStandingsResponse>> |
CorporationApi.getCorporationsCorporationIdStandingsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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<CorporationStarbasesResponse> |
CorporationApi.getCorporationsCorporationIdStarbases(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation starbases (POSes) Returns list of corporation starbases
(POSes) --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_starbases.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStarbasesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationStarbasesResponse>> _callback)
Get corporation starbases (POSes) (asynchronously) Returns list of
corporation starbases (POSes) --- This route is cached for up to 3600
seconds --- Requires one of the following EVE corporation role(s):
Director SSO Scope: esi-corporations.read_starbases.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStarbasesCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdStarbases
|
CorporationStarbaseResponse |
CorporationApi.getCorporationsCorporationIdStarbasesStarbaseId(Integer corporationId,
Long starbaseId,
Integer systemId,
String datasource,
String ifNoneMatch,
String token)
Get starbase (POS) detail Returns various settings and fuels of a
starbase (POS) --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_starbases.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStarbasesStarbaseIdAsync(Integer corporationId,
Long starbaseId,
Integer systemId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CorporationStarbaseResponse> _callback)
Get starbase (POS) detail (asynchronously) Returns various settings and
fuels of a starbase (POS) --- This route is cached for up to 3600 seconds
--- Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_starbases.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStarbasesStarbaseIdCall(Integer corporationId,
Long starbaseId,
Integer systemId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdStarbasesStarbaseId
|
ApiResponse<CorporationStarbaseResponse> |
CorporationApi.getCorporationsCorporationIdStarbasesStarbaseIdWithHttpInfo(Integer corporationId,
Long starbaseId,
Integer systemId,
String datasource,
String ifNoneMatch,
String token)
Get starbase (POS) detail Returns various settings and fuels of a
starbase (POS) --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_starbases.v1
|
ApiResponse<List<CorporationStarbasesResponse>> |
CorporationApi.getCorporationsCorporationIdStarbasesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation starbases (POSes) Returns list of corporation starbases
(POSes) --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_starbases.v1
|
List<CorporationStructuresResponse> |
CorporationApi.getCorporationsCorporationIdStructures(Integer corporationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Integer page,
String token)
Get corporation structures Get a list of corporation structures.
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStructuresAsync(Integer corporationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Integer page,
String token,
ApiCallback<List<CorporationStructuresResponse>> _callback)
Get corporation structures (asynchronously) Get a list of corporation
structures.
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdStructuresCall(Integer corporationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdStructures
|
ApiResponse<List<CorporationStructuresResponse>> |
CorporationApi.getCorporationsCorporationIdStructuresWithHttpInfo(Integer corporationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Integer page,
String token)
Get corporation structures Get a list of corporation structures.
|
List<CorporationTitlesResponse> |
CorporationApi.getCorporationsCorporationIdTitles(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation titles Returns a corporation's titles --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdTitlesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationTitlesResponse>> _callback)
Get corporation titles (asynchronously) Returns a corporation's
titles --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_titles.v1
|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdTitlesCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdTitles
|
ApiResponse<List<CorporationTitlesResponse>> |
CorporationApi.getCorporationsCorporationIdTitlesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation titles Returns a corporation's titles --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
|
List<CorporationWalletsResponse> |
WalletApi.getCorporationsCorporationIdWallets(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Returns a corporation's wallet balance Get a corporation's
wallets --- This route is cached for up to 300 seconds --- Requires one
of the following EVE corporation role(s): Accountant, Junior_Accountant
SSO Scope: esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationWalletsResponse>> _callback)
Returns a corporation's wallet balance (asynchronously) Get a
corporation's wallets --- This route is cached for up to 300 seconds
--- Requires one of the following EVE corporation role(s): Accountant,
Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsCall(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdWallets
|
List<CorporationWalletJournalResponse> |
WalletApi.getCorporationsCorporationIdWalletsDivisionJournal(Integer corporationId,
Integer division,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation wallet journal Retrieve the given corporation's
wallet journal for the given division going 30 days back --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Accountant, Junior_Accountant SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsDivisionJournalAsync(Integer corporationId,
Integer division,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationWalletJournalResponse>> _callback)
Get corporation wallet journal (asynchronously) Retrieve the given
corporation's wallet journal for the given division going 30 days
back --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Accountant, Junior_Accountant SSO
Scope: esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsDivisionJournalCall(Integer corporationId,
Integer division,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdWalletsDivisionJournal
|
ApiResponse<List<CorporationWalletJournalResponse>> |
WalletApi.getCorporationsCorporationIdWalletsDivisionJournalWithHttpInfo(Integer corporationId,
Integer division,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation wallet journal Retrieve the given corporation's
wallet journal for the given division going 30 days back --- This route
is cached for up to 3600 seconds --- Requires one of the following EVE
corporation role(s): Accountant, Junior_Accountant SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
List<CorporationWalletTransactionsResponse> |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactions(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
Get corporation wallet transactions Get wallet transactions of a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Accountant,
Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactionsAsync(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationWalletTransactionsResponse>> _callback)
Get corporation wallet transactions (asynchronously) Get wallet
transactions of a corporation --- This route is cached for up to 3600
seconds --- Requires one of the following EVE corporation role(s):
Accountant, Junior_Accountant SSO Scope:
esi-wallet.read_corporation_wallets.v1
|
okhttp3.Call |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactionsCall(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdWalletsDivisionTransactions
|
ApiResponse<List<CorporationWalletTransactionsResponse>> |
WalletApi.getCorporationsCorporationIdWalletsDivisionTransactionsWithHttpInfo(Integer corporationId,
Integer division,
String datasource,
Long fromId,
String ifNoneMatch,
String token)
Get corporation wallet transactions Get wallet transactions of a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Accountant,
Junior_Accountant SSO Scope: esi-wallet.read_corporation_wallets.v1
|
ApiResponse<List<CorporationWalletsResponse>> |
WalletApi.getCorporationsCorporationIdWalletsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Returns a corporation's wallet balance Get a corporation's
wallets --- This route is cached for up to 300 seconds --- Requires one
of the following EVE corporation role(s): Accountant, Junior_Accountant
SSO Scope: esi-wallet.read_corporation_wallets.v1
|
ApiResponse<CorporationResponse> |
CorporationApi.getCorporationsCorporationIdWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch)
Get corporation information Public information about a corporation ---
This route is cached for up to 3600 seconds
|
List<Integer> |
CorporationApi.getCorporationsNpccorps(String datasource,
String ifNoneMatch)
Get npc corporations Get a list of npc corporations --- This route
expires daily at 11:05
|
okhttp3.Call |
CorporationApi.getCorporationsNpccorpsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get npc corporations (asynchronously) Get a list of npc corporations ---
This route expires daily at 11:05
|
okhttp3.Call |
CorporationApi.getCorporationsNpccorpsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getCorporationsNpccorps
|
ApiResponse<List<Integer>> |
CorporationApi.getCorporationsNpccorpsWithHttpInfo(String datasource,
String ifNoneMatch)
Get npc corporations Get a list of npc corporations --- This route
expires daily at 11:05
|
List<Integer> |
DogmaApi.getDogmaAttributes(String datasource,
String ifNoneMatch)
Get attributes Get a list of dogma attribute ids --- This route expires
daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaAttributesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get attributes (asynchronously) Get a list of dogma attribute ids ---
This route expires daily at 11:05
|
DogmaAttributeResponse |
DogmaApi.getDogmaAttributesAttributeId(Integer attributeId,
String datasource,
String ifNoneMatch)
Get attribute information Get information on a dogma attribute --- This
route expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaAttributesAttributeIdAsync(Integer attributeId,
String datasource,
String ifNoneMatch,
ApiCallback<DogmaAttributeResponse> _callback)
Get attribute information (asynchronously) Get information on a dogma
attribute --- This route expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaAttributesAttributeIdCall(Integer attributeId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaAttributesAttributeId
|
ApiResponse<DogmaAttributeResponse> |
DogmaApi.getDogmaAttributesAttributeIdWithHttpInfo(Integer attributeId,
String datasource,
String ifNoneMatch)
Get attribute information Get information on a dogma attribute --- This
route expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaAttributesCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaAttributes
|
ApiResponse<List<Integer>> |
DogmaApi.getDogmaAttributesWithHttpInfo(String datasource,
String ifNoneMatch)
Get attributes Get a list of dogma attribute ids --- This route expires
daily at 11:05
|
DogmaDynamicItemsResponse |
DogmaApi.getDogmaDynamicItemsTypeIdItemId(Long itemId,
Integer typeId,
String datasource,
String ifNoneMatch)
Get dynamic item information Returns info about a dynamic item resulting
from mutation with a mutaplasmid. --- This route expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaDynamicItemsTypeIdItemIdAsync(Long itemId,
Integer typeId,
String datasource,
String ifNoneMatch,
ApiCallback<DogmaDynamicItemsResponse> _callback)
Get dynamic item information (asynchronously) Returns info about a
dynamic item resulting from mutation with a mutaplasmid. --- This route
expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaDynamicItemsTypeIdItemIdCall(Long itemId,
Integer typeId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaDynamicItemsTypeIdItemId
|
ApiResponse<DogmaDynamicItemsResponse> |
DogmaApi.getDogmaDynamicItemsTypeIdItemIdWithHttpInfo(Long itemId,
Integer typeId,
String datasource,
String ifNoneMatch)
Get dynamic item information Returns info about a dynamic item resulting
from mutation with a mutaplasmid. --- This route expires daily at 11:05
|
List<Integer> |
DogmaApi.getDogmaEffects(String datasource,
String ifNoneMatch)
Get effects Get a list of dogma effect ids --- This route expires daily
at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaEffectsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get effects (asynchronously) Get a list of dogma effect ids --- This
route expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaEffectsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaEffects
|
DogmaEffectResponse |
DogmaApi.getDogmaEffectsEffectId(Integer effectId,
String datasource,
String ifNoneMatch)
Get effect information Get information on a dogma effect --- This route
expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaEffectsEffectIdAsync(Integer effectId,
String datasource,
String ifNoneMatch,
ApiCallback<DogmaEffectResponse> _callback)
Get effect information (asynchronously) Get information on a dogma effect
--- This route expires daily at 11:05
|
okhttp3.Call |
DogmaApi.getDogmaEffectsEffectIdCall(Integer effectId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaEffectsEffectId
|
ApiResponse<DogmaEffectResponse> |
DogmaApi.getDogmaEffectsEffectIdWithHttpInfo(Integer effectId,
String datasource,
String ifNoneMatch)
Get effect information Get information on a dogma effect --- This route
expires daily at 11:05
|
ApiResponse<List<Integer>> |
DogmaApi.getDogmaEffectsWithHttpInfo(String datasource,
String ifNoneMatch)
Get effects Get a list of dogma effect ids --- This route expires daily
at 11:05
|
FleetResponse |
FleetsApi.getFleetsFleetId(Long fleetId,
String datasource,
String ifNoneMatch,
String token)
Get fleet information Return details about a fleet --- This route is
cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
okhttp3.Call |
FleetsApi.getFleetsFleetIdAsync(Long fleetId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<FleetResponse> _callback)
Get fleet information (asynchronously) Return details about a fleet ---
This route is cached for up to 5 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
okhttp3.Call |
FleetsApi.getFleetsFleetIdCall(Long fleetId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getFleetsFleetId
|
List<FleetMembersResponse> |
FleetsApi.getFleetsFleetIdMembers(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
Get fleet members Return information about fleet members --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
okhttp3.Call |
FleetsApi.getFleetsFleetIdMembersAsync(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback<List<FleetMembersResponse>> _callback)
Get fleet members (asynchronously) Return information about fleet members
--- This route is cached for up to 5 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
okhttp3.Call |
FleetsApi.getFleetsFleetIdMembersCall(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback _callback)
Build call for getFleetsFleetIdMembers
|
ApiResponse<List<FleetMembersResponse>> |
FleetsApi.getFleetsFleetIdMembersWithHttpInfo(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
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 acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
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
|
okhttp3.Call |
FleetsApi.getFleetsFleetIdWingsAsync(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback<List<FleetWingsResponse>> _callback)
Get fleet wings (asynchronously) Return information about wings in a
fleet --- This route is cached for up to 5 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
okhttp3.Call |
FleetsApi.getFleetsFleetIdWingsCall(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback _callback)
Build call for getFleetsFleetIdWings
|
ApiResponse<List<FleetWingsResponse>> |
FleetsApi.getFleetsFleetIdWingsWithHttpInfo(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
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
|
ApiResponse<FleetResponse> |
FleetsApi.getFleetsFleetIdWithHttpInfo(Long fleetId,
String datasource,
String ifNoneMatch,
String token)
Get fleet information Return details about a fleet --- This route is
cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
FactionWarfareLeaderboardResponse |
FactionWarfareApi.getFwLeaderboards(String datasource,
String ifNoneMatch)
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
|
okhttp3.Call |
FactionWarfareApi.getFwLeaderboardsAsync(String datasource,
String ifNoneMatch,
ApiCallback<FactionWarfareLeaderboardResponse> _callback)
List of the top factions in faction warfare (asynchronously) Top 4
leaderboard of factions for kills and victory points separated by total,
last week and yesterday --- This route expires daily at 11:05
|
okhttp3.Call |
FactionWarfareApi.getFwLeaderboardsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getFwLeaderboards
|
FactionWarfareLeaderboardCharactersResponse |
FactionWarfareApi.getFwLeaderboardsCharacters(String datasource,
String ifNoneMatch)
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
|
okhttp3.Call |
FactionWarfareApi.getFwLeaderboardsCharactersAsync(String datasource,
String ifNoneMatch,
ApiCallback<FactionWarfareLeaderboardCharactersResponse> _callback)
List of the top pilots in faction warfare (asynchronously) Top 100
leaderboard of pilots for kills and victory points separated by total,
last week and yesterday --- This route expires daily at 11:05
|
okhttp3.Call |
FactionWarfareApi.getFwLeaderboardsCharactersCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getFwLeaderboardsCharacters
|
ApiResponse<FactionWarfareLeaderboardCharactersResponse> |
FactionWarfareApi.getFwLeaderboardsCharactersWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
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
|
okhttp3.Call |
FactionWarfareApi.getFwLeaderboardsCorporationsAsync(String datasource,
String ifNoneMatch,
ApiCallback<FactionWarfareLeaderboardCorporationsResponse> _callback)
List of the top corporations in faction warfare (asynchronously) Top 10
leaderboard of corporations for kills and victory points separated by
total, last week and yesterday --- This route expires daily at 11:05
|
okhttp3.Call |
FactionWarfareApi.getFwLeaderboardsCorporationsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getFwLeaderboardsCorporations
|
ApiResponse<FactionWarfareLeaderboardCorporationsResponse> |
FactionWarfareApi.getFwLeaderboardsCorporationsWithHttpInfo(String datasource,
String ifNoneMatch)
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
|
ApiResponse<FactionWarfareLeaderboardResponse> |
FactionWarfareApi.getFwLeaderboardsWithHttpInfo(String datasource,
String ifNoneMatch)
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
|
List<FactionWarfareStatsResponse> |
FactionWarfareApi.getFwStats(String datasource,
String ifNoneMatch)
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
|
okhttp3.Call |
FactionWarfareApi.getFwStatsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<FactionWarfareStatsResponse>> _callback)
An overview of statistics about factions involved in faction warfare
(asynchronously) Statistical overviews of factions involved in faction
warfare --- This route expires daily at 11:05
|
okhttp3.Call |
FactionWarfareApi.getFwStatsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getFwStats
|
ApiResponse<List<FactionWarfareStatsResponse>> |
FactionWarfareApi.getFwStatsWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
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
|
okhttp3.Call |
FactionWarfareApi.getFwSystemsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<FactionWarfareSystemsResponse>> _callback)
Ownership of faction warfare systems (asynchronously) An overview of the
current ownership of faction warfare solar systems --- This route is
cached for up to 1800 seconds
|
okhttp3.Call |
FactionWarfareApi.getFwSystemsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getFwSystems
|
ApiResponse<List<FactionWarfareSystemsResponse>> |
FactionWarfareApi.getFwSystemsWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
Data about which NPC factions are at war Data about which NPC factions
are at war --- This route expires daily at 11:05
|
okhttp3.Call |
FactionWarfareApi.getFwWarsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<FactionWarfareWarsResponse>> _callback)
Data about which NPC factions are at war (asynchronously) Data about
which NPC factions are at war --- This route expires daily at 11:05
|
okhttp3.Call |
FactionWarfareApi.getFwWarsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getFwWars
|
ApiResponse<List<FactionWarfareWarsResponse>> |
FactionWarfareApi.getFwWarsWithHttpInfo(String datasource,
String ifNoneMatch)
Data about which NPC factions are at war Data about which NPC factions
are at war --- This route expires daily at 11:05
|
Map<String,String> |
MetaApi.getHeaders()
Debug request headers Echo the request headers for debugging purposes.
|
okhttp3.Call |
MetaApi.getHeadersAsync(ApiCallback<Map<String,String>> _callback)
Debug request headers (asynchronously) Echo the request headers for
debugging purposes.
|
okhttp3.Call |
MetaApi.getHeadersCall(ApiCallback _callback)
Build call for getHeaders
|
ApiResponse<Map<String,String>> |
MetaApi.getHeadersWithHttpInfo()
Debug request headers Echo the request headers for debugging purposes.
|
List<IncursionsResponse> |
IncursionsApi.getIncursions(String datasource,
String ifNoneMatch)
List incursions Return a list of current incursions --- This route is
cached for up to 300 seconds
|
okhttp3.Call |
IncursionsApi.getIncursionsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<IncursionsResponse>> _callback)
List incursions (asynchronously) Return a list of current incursions ---
This route is cached for up to 300 seconds
|
okhttp3.Call |
IncursionsApi.getIncursionsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getIncursions
|
ApiResponse<List<IncursionsResponse>> |
IncursionsApi.getIncursionsWithHttpInfo(String datasource,
String ifNoneMatch)
List incursions Return a list of current incursions --- This route is
cached for up to 300 seconds
|
List<IndustryFacilitiesResponse> |
IndustryApi.getIndustryFacilities(String datasource,
String ifNoneMatch)
List industry facilities Return a list of industry facilities --- This
route is cached for up to 3600 seconds
|
okhttp3.Call |
IndustryApi.getIndustryFacilitiesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<IndustryFacilitiesResponse>> _callback)
List industry facilities (asynchronously) Return a list of industry
facilities --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
IndustryApi.getIndustryFacilitiesCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getIndustryFacilities
|
ApiResponse<List<IndustryFacilitiesResponse>> |
IndustryApi.getIndustryFacilitiesWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
List solar system cost indices Return cost indices for solar systems ---
This route is cached for up to 3600 seconds
|
okhttp3.Call |
IndustryApi.getIndustrySystemsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<IndustrySystemsResponse>> _callback)
List solar system cost indices (asynchronously) Return cost indices for
solar systems --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
IndustryApi.getIndustrySystemsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getIndustrySystems
|
ApiResponse<List<IndustrySystemsResponse>> |
IndustryApi.getIndustrySystemsWithHttpInfo(String datasource,
String ifNoneMatch)
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 acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
List insurance levels Return available insurance levels for all ship
types --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
InsuranceApi.getInsurancePricesAsync(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<List<InsurancePricesResponse>> _callback)
List insurance levels (asynchronously) Return available insurance levels
for all ship types --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
InsuranceApi.getInsurancePricesCall(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getInsurancePrices
|
ApiResponse<List<InsurancePricesResponse>> |
InsuranceApi.getInsurancePricesWithHttpInfo(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
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 ifNoneMatch)
Get a single killmail Return a single killmail from its ID and hash ---
This route is cached for up to 30758400 seconds
|
okhttp3.Call |
KillmailsApi.getKillmailsKillmailIdKillmailHashAsync(String killmailHash,
Integer killmailId,
String datasource,
String ifNoneMatch,
ApiCallback<KillmailResponse> _callback)
Get a single killmail (asynchronously) Return a single killmail from its
ID and hash --- This route is cached for up to 30758400 seconds
|
okhttp3.Call |
KillmailsApi.getKillmailsKillmailIdKillmailHashCall(String killmailHash,
Integer killmailId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getKillmailsKillmailIdKillmailHash
|
ApiResponse<KillmailResponse> |
KillmailsApi.getKillmailsKillmailIdKillmailHashWithHttpInfo(String killmailHash,
Integer killmailId,
String datasource,
String ifNoneMatch)
Get a single killmail Return a single killmail from its ID and hash ---
This route is cached for up to 30758400 seconds
|
List<LoyaltyStoreOffersResponse> |
LoyaltyApi.getLoyaltyStoresCorporationIdOffers(Integer corporationId,
String datasource,
String ifNoneMatch)
List loyalty store offers Return a list of offers from a specific
corporation's loyalty store --- This route expires daily at 11:05
|
okhttp3.Call |
LoyaltyApi.getLoyaltyStoresCorporationIdOffersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback<List<LoyaltyStoreOffersResponse>> _callback)
List loyalty store offers (asynchronously) Return a list of offers from a
specific corporation's loyalty store --- This route expires daily at
11:05
|
okhttp3.Call |
LoyaltyApi.getLoyaltyStoresCorporationIdOffersCall(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getLoyaltyStoresCorporationIdOffers
|
ApiResponse<List<LoyaltyStoreOffersResponse>> |
LoyaltyApi.getLoyaltyStoresCorporationIdOffersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch)
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 ifNoneMatch)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
okhttp3.Call |
MarketApi.getMarketsGroupsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get item groups (asynchronously) Get a list of item groups --- This route
expires daily at 11:05
|
okhttp3.Call |
MarketApi.getMarketsGroupsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getMarketsGroups
|
MarketGroupResponse |
MarketApi.getMarketsGroupsMarketGroupId(Integer marketGroupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
okhttp3.Call |
MarketApi.getMarketsGroupsMarketGroupIdAsync(Integer marketGroupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<MarketGroupResponse> _callback)
Get item group information (asynchronously) Get information on an item
group --- This route expires daily at 11:05
|
okhttp3.Call |
MarketApi.getMarketsGroupsMarketGroupIdCall(Integer marketGroupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getMarketsGroupsMarketGroupId
|
ApiResponse<MarketGroupResponse> |
MarketApi.getMarketsGroupsMarketGroupIdWithHttpInfo(Integer marketGroupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
ApiResponse<List<Integer>> |
MarketApi.getMarketsGroupsWithHttpInfo(String datasource,
String ifNoneMatch)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
List<MarketPricesResponse> |
MarketApi.getMarketsPrices(String datasource,
String ifNoneMatch)
List market prices Return a list of prices --- This route is cached for
up to 3600 seconds
|
okhttp3.Call |
MarketApi.getMarketsPricesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<MarketPricesResponse>> _callback)
List market prices (asynchronously) Return a list of prices --- This
route is cached for up to 3600 seconds
|
okhttp3.Call |
MarketApi.getMarketsPricesCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getMarketsPrices
|
ApiResponse<List<MarketPricesResponse>> |
MarketApi.getMarketsPricesWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route
expires daily at 11:05
|
okhttp3.Call |
MarketApi.getMarketsRegionIdHistoryAsync(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch,
ApiCallback<List<MarketHistoryResponse>> _callback)
List historical market statistics in a region (asynchronously) Return a
list of historical market statistics for the specified type in a region
--- This route expires daily at 11:05
|
okhttp3.Call |
MarketApi.getMarketsRegionIdHistoryCall(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getMarketsRegionIdHistory
|
ApiResponse<List<MarketHistoryResponse>> |
MarketApi.getMarketsRegionIdHistoryWithHttpInfo(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route
expires daily at 11:05
|
List<MarketOrdersResponse> |
MarketApi.getMarketsRegionIdOrders(String orderType,
Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
Integer typeId)
List orders in a region Return a list of orders in a region --- This
route is cached for up to 300 seconds
|
okhttp3.Call |
MarketApi.getMarketsRegionIdOrdersAsync(String orderType,
Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
Integer typeId,
ApiCallback<List<MarketOrdersResponse>> _callback)
List orders in a region (asynchronously) Return a list of orders in a
region --- This route is cached for up to 300 seconds
|
okhttp3.Call |
MarketApi.getMarketsRegionIdOrdersCall(String orderType,
Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
Integer typeId,
ApiCallback _callback)
Build call for getMarketsRegionIdOrders
|
ApiResponse<List<MarketOrdersResponse>> |
MarketApi.getMarketsRegionIdOrdersWithHttpInfo(String orderType,
Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
Integer typeId)
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,
String ifNoneMatch,
Integer page)
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
|
okhttp3.Call |
MarketApi.getMarketsRegionIdTypesAsync(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<Integer>> _callback)
List type IDs relevant to a market (asynchronously) 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
|
okhttp3.Call |
MarketApi.getMarketsRegionIdTypesCall(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getMarketsRegionIdTypes
|
ApiResponse<List<Integer>> |
MarketApi.getMarketsRegionIdTypesWithHttpInfo(Integer regionId,
String datasource,
String ifNoneMatch,
Integer page)
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,
String ifNoneMatch,
Integer page,
String token)
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
|
okhttp3.Call |
MarketApi.getMarketsStructuresStructureIdAsync(Long structureId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<MarketStructuresResponse>> _callback)
List orders in a structure (asynchronously) Return all orders in a
structure --- This route is cached for up to 300 seconds SSO Scope:
esi-markets.structure_markets.v1
|
okhttp3.Call |
MarketApi.getMarketsStructuresStructureIdCall(Long structureId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getMarketsStructuresStructureId
|
ApiResponse<List<MarketStructuresResponse>> |
MarketApi.getMarketsStructuresStructureIdWithHttpInfo(Long structureId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
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 ifNoneMatch)
Get opportunities groups Return a list of opportunities groups --- This
route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesGroupsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get opportunities groups (asynchronously) Return a list of opportunities
groups --- This route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesGroupsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getOpportunitiesGroups
|
OpportunitiesGroupResponse |
OpportunitiesApi.getOpportunitiesGroupsGroupId(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get opportunities group Return information of an opportunities group ---
This route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesGroupsGroupIdAsync(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<OpportunitiesGroupResponse> _callback)
Get opportunities group (asynchronously) Return information of an
opportunities group --- This route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesGroupsGroupIdCall(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getOpportunitiesGroupsGroupId
|
ApiResponse<OpportunitiesGroupResponse> |
OpportunitiesApi.getOpportunitiesGroupsGroupIdWithHttpInfo(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get opportunities group Return information of an opportunities group ---
This route expires daily at 11:05
|
ApiResponse<List<Integer>> |
OpportunitiesApi.getOpportunitiesGroupsWithHttpInfo(String datasource,
String ifNoneMatch)
Get opportunities groups Return a list of opportunities groups --- This
route expires daily at 11:05
|
List<Integer> |
OpportunitiesApi.getOpportunitiesTasks(String datasource,
String ifNoneMatch)
Get opportunities tasks Return a list of opportunities tasks --- This
route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesTasksAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get opportunities tasks (asynchronously) Return a list of opportunities
tasks --- This route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesTasksCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getOpportunitiesTasks
|
OpportunitiesTasksResponse |
OpportunitiesApi.getOpportunitiesTasksTaskId(Integer taskId,
String datasource,
String ifNoneMatch)
Get opportunities task Return information of an opportunities task ---
This route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesTasksTaskIdAsync(Integer taskId,
String datasource,
String ifNoneMatch,
ApiCallback<OpportunitiesTasksResponse> _callback)
Get opportunities task (asynchronously) Return information of an
opportunities task --- This route expires daily at 11:05
|
okhttp3.Call |
OpportunitiesApi.getOpportunitiesTasksTaskIdCall(Integer taskId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getOpportunitiesTasksTaskId
|
ApiResponse<OpportunitiesTasksResponse> |
OpportunitiesApi.getOpportunitiesTasksTaskIdWithHttpInfo(Integer taskId,
String datasource,
String ifNoneMatch)
Get opportunities task Return information of an opportunities task ---
This route expires daily at 11:05
|
ApiResponse<List<Integer>> |
OpportunitiesApi.getOpportunitiesTasksWithHttpInfo(String datasource,
String ifNoneMatch)
Get opportunities tasks Return a list of opportunities tasks --- This
route expires daily at 11:05
|
String |
MetaApi.getPing()
Ping route Ping the ESI routers
|
okhttp3.Call |
MetaApi.getPingAsync(ApiCallback<String> _callback)
Ping route (asynchronously) Ping the ESI routers
|
okhttp3.Call |
MetaApi.getPingCall(ApiCallback _callback)
Build call for getPing
|
ApiResponse<String> |
MetaApi.getPingWithHttpInfo()
Ping route Ping the ESI routers
|
List<Integer> |
RoutesApi.getRouteOriginDestination(Integer destination,
Integer origin,
List<Integer> avoid,
List<List<Integer>> connections,
String datasource,
String flag,
String ifNoneMatch)
Get route Get the systems between origin and destination --- This route
is cached for up to 86400 seconds
|
okhttp3.Call |
RoutesApi.getRouteOriginDestinationAsync(Integer destination,
Integer origin,
List<Integer> avoid,
List<List<Integer>> connections,
String datasource,
String flag,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get route (asynchronously) Get the systems between origin and destination
--- This route is cached for up to 86400 seconds
|
okhttp3.Call |
RoutesApi.getRouteOriginDestinationCall(Integer destination,
Integer origin,
List<Integer> avoid,
List<List<Integer>> connections,
String datasource,
String flag,
String ifNoneMatch,
ApiCallback _callback)
Build call for getRouteOriginDestination
|
ApiResponse<List<Integer>> |
RoutesApi.getRouteOriginDestinationWithHttpInfo(Integer destination,
Integer origin,
List<Integer> avoid,
List<List<Integer>> connections,
String datasource,
String flag,
String ifNoneMatch)
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 acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict)
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
|
okhttp3.Call |
SearchApi.getSearchAsync(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
ApiCallback<SearchResponse> _callback)
Search on a string (asynchronously) 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
|
okhttp3.Call |
SearchApi.getSearchCall(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
ApiCallback _callback)
Build call for getSearch
|
ApiResponse<SearchResponse> |
SearchApi.getSearchWithHttpInfo(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict)
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 ifNoneMatch)
List sovereignty campaigns Shows sovereignty data for campaigns. --- This
route is cached for up to 5 seconds
|
okhttp3.Call |
SovereigntyApi.getSovereigntyCampaignsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<SovereigntyCampaignsResponse>> _callback)
List sovereignty campaigns (asynchronously) Shows sovereignty data for
campaigns. --- This route is cached for up to 5 seconds
|
okhttp3.Call |
SovereigntyApi.getSovereigntyCampaignsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getSovereigntyCampaigns
|
ApiResponse<List<SovereigntyCampaignsResponse>> |
SovereigntyApi.getSovereigntyCampaignsWithHttpInfo(String datasource,
String ifNoneMatch)
List sovereignty campaigns Shows sovereignty data for campaigns. --- This
route is cached for up to 5 seconds
|
List<SovereigntyMapResponse> |
SovereigntyApi.getSovereigntyMap(String datasource,
String ifNoneMatch)
List sovereignty of systems Shows sovereignty information for solar
systems --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
SovereigntyApi.getSovereigntyMapAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<SovereigntyMapResponse>> _callback)
List sovereignty of systems (asynchronously) Shows sovereignty
information for solar systems --- This route is cached for up to 3600
seconds
|
okhttp3.Call |
SovereigntyApi.getSovereigntyMapCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getSovereigntyMap
|
ApiResponse<List<SovereigntyMapResponse>> |
SovereigntyApi.getSovereigntyMapWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
List sovereignty structures Shows sovereignty data for structures. ---
This route is cached for up to 120 seconds
|
okhttp3.Call |
SovereigntyApi.getSovereigntyStructuresAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<SovereigntyStructuresResponse>> _callback)
List sovereignty structures (asynchronously) Shows sovereignty data for
structures. --- This route is cached for up to 120 seconds
|
okhttp3.Call |
SovereigntyApi.getSovereigntyStructuresCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getSovereigntyStructures
|
ApiResponse<List<SovereigntyStructuresResponse>> |
SovereigntyApi.getSovereigntyStructuresWithHttpInfo(String datasource,
String ifNoneMatch)
List sovereignty structures Shows sovereignty data for structures. ---
This route is cached for up to 120 seconds
|
List<EsiStatusResponse> |
MetaApi.getStatus(String version)
ESI health status Provides a general health indicator per route and
method
|
StatusResponse |
StatusApi.getStatus(String datasource,
String ifNoneMatch)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
okhttp3.Call |
MetaApi.getStatusAsync(String version,
ApiCallback<List<EsiStatusResponse>> _callback)
ESI health status (asynchronously) Provides a general health indicator
per route and method
|
okhttp3.Call |
StatusApi.getStatusAsync(String datasource,
String ifNoneMatch,
ApiCallback<StatusResponse> _callback)
Retrieve the uptime and player counts (asynchronously) EVE Server status
--- This route is cached for up to 30 seconds
|
okhttp3.Call |
MetaApi.getStatusCall(String version,
ApiCallback _callback)
Build call for getStatus
|
okhttp3.Call |
StatusApi.getStatusCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getStatus
|
ApiResponse<List<EsiStatusResponse>> |
MetaApi.getStatusWithHttpInfo(String version)
ESI health status Provides a general health indicator per route and
method
|
ApiResponse<StatusResponse> |
StatusApi.getStatusWithHttpInfo(String datasource,
String ifNoneMatch)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
List<UniverseAncestriesResponse> |
UniverseApi.getUniverseAncestries(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get ancestries Get all character ancestries --- This route expires daily
at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseAncestriesAsync(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<List<UniverseAncestriesResponse>> _callback)
Get ancestries (asynchronously) Get all character ancestries --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseAncestriesCall(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseAncestries
|
ApiResponse<List<UniverseAncestriesResponse>> |
UniverseApi.getUniverseAncestriesWithHttpInfo(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get ancestries Get all character ancestries --- This route expires daily
at 11:05
|
UniverseAsteroidBeltsResponse |
UniverseApi.getUniverseAsteroidBeltsAsteroidBeltId(Integer asteroidBeltId,
String datasource,
String ifNoneMatch)
Get asteroid belt information Get information on an asteroid belt ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseAsteroidBeltsAsteroidBeltIdAsync(Integer asteroidBeltId,
String datasource,
String ifNoneMatch,
ApiCallback<UniverseAsteroidBeltsResponse> _callback)
Get asteroid belt information (asynchronously) Get information on an
asteroid belt --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseAsteroidBeltsAsteroidBeltIdCall(Integer asteroidBeltId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseAsteroidBeltsAsteroidBeltId
|
ApiResponse<UniverseAsteroidBeltsResponse> |
UniverseApi.getUniverseAsteroidBeltsAsteroidBeltIdWithHttpInfo(Integer asteroidBeltId,
String datasource,
String ifNoneMatch)
Get asteroid belt information Get information on an asteroid belt ---
This route expires daily at 11:05
|
List<BloodlinesResponse> |
UniverseApi.getUniverseBloodlines(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get bloodlines Get a list of bloodlines --- This route expires daily at
11:05
|
okhttp3.Call |
UniverseApi.getUniverseBloodlinesAsync(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<List<BloodlinesResponse>> _callback)
Get bloodlines (asynchronously) Get a list of bloodlines --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseBloodlinesCall(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseBloodlines
|
ApiResponse<List<BloodlinesResponse>> |
UniverseApi.getUniverseBloodlinesWithHttpInfo(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get bloodlines Get a list of bloodlines --- This route expires daily at
11:05
|
List<Integer> |
UniverseApi.getUniverseCategories(String datasource,
String ifNoneMatch)
Get item categories Get a list of item categories --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseCategoriesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get item categories (asynchronously) Get a list of item categories ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseCategoriesCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseCategories
|
CategoryResponse |
UniverseApi.getUniverseCategoriesCategoryId(Integer categoryId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item category information Get information of an item category ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseCategoriesCategoryIdAsync(Integer categoryId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<CategoryResponse> _callback)
Get item category information (asynchronously) Get information of an item
category --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseCategoriesCategoryIdCall(Integer categoryId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseCategoriesCategoryId
|
ApiResponse<CategoryResponse> |
UniverseApi.getUniverseCategoriesCategoryIdWithHttpInfo(Integer categoryId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item category information Get information of an item category ---
This route expires daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseCategoriesWithHttpInfo(String datasource,
String ifNoneMatch)
Get item categories Get a list of item categories --- This route expires
daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseConstellations(String datasource,
String ifNoneMatch)
Get constellations Get a list of constellations --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseConstellationsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get constellations (asynchronously) Get a list of constellations --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseConstellationsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseConstellations
|
ConstellationResponse |
UniverseApi.getUniverseConstellationsConstellationId(Integer constellationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get constellation information Get information on a constellation --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseConstellationsConstellationIdAsync(Integer constellationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<ConstellationResponse> _callback)
Get constellation information (asynchronously) Get information on a
constellation --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseConstellationsConstellationIdCall(Integer constellationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseConstellationsConstellationId
|
ApiResponse<ConstellationResponse> |
UniverseApi.getUniverseConstellationsConstellationIdWithHttpInfo(Integer constellationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get constellation information Get information on a constellation --- This
route expires daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseConstellationsWithHttpInfo(String datasource,
String ifNoneMatch)
Get constellations Get a list of constellations --- This route expires
daily at 11:05
|
List<FactionsResponse> |
UniverseApi.getUniverseFactions(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get factions Get a list of factions --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseFactionsAsync(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<List<FactionsResponse>> _callback)
Get factions (asynchronously) Get a list of factions --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseFactionsCall(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseFactions
|
ApiResponse<List<FactionsResponse>> |
UniverseApi.getUniverseFactionsWithHttpInfo(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get factions Get a list of factions --- This route expires daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseGraphics(String datasource,
String ifNoneMatch)
Get graphics Get a list of graphics --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGraphicsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get graphics (asynchronously) Get a list of graphics --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGraphicsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseGraphics
|
GraphicResponse |
UniverseApi.getUniverseGraphicsGraphicId(Integer graphicId,
String datasource,
String ifNoneMatch)
Get graphic information Get information on a graphic --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGraphicsGraphicIdAsync(Integer graphicId,
String datasource,
String ifNoneMatch,
ApiCallback<GraphicResponse> _callback)
Get graphic information (asynchronously) Get information on a graphic ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGraphicsGraphicIdCall(Integer graphicId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseGraphicsGraphicId
|
ApiResponse<GraphicResponse> |
UniverseApi.getUniverseGraphicsGraphicIdWithHttpInfo(Integer graphicId,
String datasource,
String ifNoneMatch)
Get graphic information Get information on a graphic --- This route
expires daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseGraphicsWithHttpInfo(String datasource,
String ifNoneMatch)
Get graphics Get a list of graphics --- This route expires daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseGroups(String datasource,
String ifNoneMatch,
Integer page)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
okhttp3.Call |
UniverseApi.getUniverseGroupsAsync(String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<Integer>> _callback)
Get item groups (asynchronously) Get a list of item groups --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGroupsCall(String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getUniverseGroups
|
GroupResponse |
UniverseApi.getUniverseGroupsGroupId(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGroupsGroupIdAsync(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<GroupResponse> _callback)
Get item group information (asynchronously) Get information on an item
group --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseGroupsGroupIdCall(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseGroupsGroupId
|
ApiResponse<GroupResponse> |
UniverseApi.getUniverseGroupsGroupIdWithHttpInfo(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseGroupsWithHttpInfo(String datasource,
String ifNoneMatch,
Integer page)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
MoonResponse |
UniverseApi.getUniverseMoonsMoonId(Integer moonId,
String datasource,
String ifNoneMatch)
Get moon information Get information on a moon --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseMoonsMoonIdAsync(Integer moonId,
String datasource,
String ifNoneMatch,
ApiCallback<MoonResponse> _callback)
Get moon information (asynchronously) Get information on a moon --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseMoonsMoonIdCall(Integer moonId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseMoonsMoonId
|
ApiResponse<MoonResponse> |
UniverseApi.getUniverseMoonsMoonIdWithHttpInfo(Integer moonId,
String datasource,
String ifNoneMatch)
Get moon information Get information on a moon --- This route expires
daily at 11:05
|
PlanetResponse |
UniverseApi.getUniversePlanetsPlanetId(Integer planetId,
String datasource,
String ifNoneMatch)
Get planet information Get information on a planet --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniversePlanetsPlanetIdAsync(Integer planetId,
String datasource,
String ifNoneMatch,
ApiCallback<PlanetResponse> _callback)
Get planet information (asynchronously) Get information on a planet ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniversePlanetsPlanetIdCall(Integer planetId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniversePlanetsPlanetId
|
ApiResponse<PlanetResponse> |
UniverseApi.getUniversePlanetsPlanetIdWithHttpInfo(Integer planetId,
String datasource,
String ifNoneMatch)
Get planet information Get information on a planet --- This route expires
daily at 11:05
|
List<RacesResponse> |
UniverseApi.getUniverseRaces(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get character races Get a list of character races --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseRacesAsync(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<List<RacesResponse>> _callback)
Get character races (asynchronously) Get a list of character races ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseRacesCall(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseRaces
|
ApiResponse<List<RacesResponse>> |
UniverseApi.getUniverseRacesWithHttpInfo(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get character races Get a list of character races --- This route expires
daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseRegions(String datasource,
String ifNoneMatch)
Get regions Get a list of regions --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseRegionsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get regions (asynchronously) Get a list of regions --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseRegionsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseRegions
|
RegionResponse |
UniverseApi.getUniverseRegionsRegionId(Integer regionId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get region information Get information on a region --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseRegionsRegionIdAsync(Integer regionId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<RegionResponse> _callback)
Get region information (asynchronously) Get information on a region ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseRegionsRegionIdCall(Integer regionId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseRegionsRegionId
|
ApiResponse<RegionResponse> |
UniverseApi.getUniverseRegionsRegionIdWithHttpInfo(Integer regionId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get region information Get information on a region --- This route expires
daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseRegionsWithHttpInfo(String datasource,
String ifNoneMatch)
Get regions Get a list of regions --- This route expires daily at 11:05
|
PlanetFactorySchematicResponse |
PlanetaryInteractionApi.getUniverseSchematicsSchematicId(Integer schematicId,
String datasource,
String ifNoneMatch)
Get schematic information Get information on a planetary factory
schematic --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
PlanetaryInteractionApi.getUniverseSchematicsSchematicIdAsync(Integer schematicId,
String datasource,
String ifNoneMatch,
ApiCallback<PlanetFactorySchematicResponse> _callback)
Get schematic information (asynchronously) Get information on a planetary
factory schematic --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
PlanetaryInteractionApi.getUniverseSchematicsSchematicIdCall(Integer schematicId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseSchematicsSchematicId
|
ApiResponse<PlanetFactorySchematicResponse> |
PlanetaryInteractionApi.getUniverseSchematicsSchematicIdWithHttpInfo(Integer schematicId,
String datasource,
String ifNoneMatch)
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 ifNoneMatch)
Get stargate information Get information on a stargate --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseStargatesStargateIdAsync(Integer stargateId,
String datasource,
String ifNoneMatch,
ApiCallback<StargateResponse> _callback)
Get stargate information (asynchronously) Get information on a stargate
--- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseStargatesStargateIdCall(Integer stargateId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseStargatesStargateId
|
ApiResponse<StargateResponse> |
UniverseApi.getUniverseStargatesStargateIdWithHttpInfo(Integer stargateId,
String datasource,
String ifNoneMatch)
Get stargate information Get information on a stargate --- This route
expires daily at 11:05
|
StarResponse |
UniverseApi.getUniverseStarsStarId(Integer starId,
String datasource,
String ifNoneMatch)
Get star information Get information on a star --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseStarsStarIdAsync(Integer starId,
String datasource,
String ifNoneMatch,
ApiCallback<StarResponse> _callback)
Get star information (asynchronously) Get information on a star --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseStarsStarIdCall(Integer starId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseStarsStarId
|
ApiResponse<StarResponse> |
UniverseApi.getUniverseStarsStarIdWithHttpInfo(Integer starId,
String datasource,
String ifNoneMatch)
Get star information Get information on a star --- This route expires
daily at 11:05
|
StationResponse |
UniverseApi.getUniverseStationsStationId(Integer stationId,
String datasource,
String ifNoneMatch)
Get station information Get information on a station --- This route
expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseStationsStationIdAsync(Integer stationId,
String datasource,
String ifNoneMatch,
ApiCallback<StationResponse> _callback)
Get station information (asynchronously) Get information on a station ---
This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseStationsStationIdCall(Integer stationId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseStationsStationId
|
ApiResponse<StationResponse> |
UniverseApi.getUniverseStationsStationIdWithHttpInfo(Integer stationId,
String datasource,
String ifNoneMatch)
Get station information Get information on a station --- This route
expires daily at 11:05
|
List<Long> |
UniverseApi.getUniverseStructures(String datasource,
String filter,
String ifNoneMatch)
List all public structures List all public structures --- This route is
cached for up to 3600 seconds
|
okhttp3.Call |
UniverseApi.getUniverseStructuresAsync(String datasource,
String filter,
String ifNoneMatch,
ApiCallback<List<Long>> _callback)
List all public structures (asynchronously) List all public structures
--- This route is cached for up to 3600 seconds
|
okhttp3.Call |
UniverseApi.getUniverseStructuresCall(String datasource,
String filter,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseStructures
|
StructureResponse |
UniverseApi.getUniverseStructuresStructureId(Long structureId,
String datasource,
String ifNoneMatch,
String token)
Get structure information Returns information on requested structure if
you are on the ACL.
|
okhttp3.Call |
UniverseApi.getUniverseStructuresStructureIdAsync(Long structureId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<StructureResponse> _callback)
Get structure information (asynchronously) Returns information on
requested structure if you are on the ACL.
|
okhttp3.Call |
UniverseApi.getUniverseStructuresStructureIdCall(Long structureId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getUniverseStructuresStructureId
|
ApiResponse<StructureResponse> |
UniverseApi.getUniverseStructuresStructureIdWithHttpInfo(Long structureId,
String datasource,
String ifNoneMatch,
String token)
Get structure information Returns information on requested structure if
you are on the ACL.
|
ApiResponse<List<Long>> |
UniverseApi.getUniverseStructuresWithHttpInfo(String datasource,
String filter,
String ifNoneMatch)
List all public structures List all public structures --- This route is
cached for up to 3600 seconds
|
List<SystemJumpsResponse> |
UniverseApi.getUniverseSystemJumps(String datasource,
String ifNoneMatch)
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.
|
okhttp3.Call |
UniverseApi.getUniverseSystemJumpsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<SystemJumpsResponse>> _callback)
Get system jumps (asynchronously) Get the number of jumps in solar
systems within the last hour ending at the timestamp of the Last-Modified
header, excluding wormhole space.
|
okhttp3.Call |
UniverseApi.getUniverseSystemJumpsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseSystemJumps
|
ApiResponse<List<SystemJumpsResponse>> |
UniverseApi.getUniverseSystemJumpsWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
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.
|
okhttp3.Call |
UniverseApi.getUniverseSystemKillsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<SystemKillsResponse>> _callback)
Get system kills (asynchronously) 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.
|
okhttp3.Call |
UniverseApi.getUniverseSystemKillsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseSystemKills
|
ApiResponse<List<SystemKillsResponse>> |
UniverseApi.getUniverseSystemKillsWithHttpInfo(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
Get solar systems Get a list of solar systems --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseSystemsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get solar systems (asynchronously) Get a list of solar systems --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseSystemsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getUniverseSystems
|
SystemResponse |
UniverseApi.getUniverseSystemsSystemId(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get solar system information Get information on a solar system. --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseSystemsSystemIdAsync(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<SystemResponse> _callback)
Get solar system information (asynchronously) Get information on a solar
system. --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseSystemsSystemIdCall(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseSystemsSystemId
|
ApiResponse<SystemResponse> |
UniverseApi.getUniverseSystemsSystemIdWithHttpInfo(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get solar system information Get information on a solar system. --- This
route expires daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseSystemsWithHttpInfo(String datasource,
String ifNoneMatch)
Get solar systems Get a list of solar systems --- This route expires
daily at 11:05
|
List<Integer> |
UniverseApi.getUniverseTypes(String datasource,
String ifNoneMatch,
Integer page)
Get types Get a list of type ids --- This route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseTypesAsync(String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<Integer>> _callback)
Get types (asynchronously) Get a list of type ids --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseTypesCall(String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getUniverseTypes
|
TypeResponse |
UniverseApi.getUniverseTypesTypeId(Integer typeId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get type information Get information on a type --- This route expires
daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseTypesTypeIdAsync(Integer typeId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<TypeResponse> _callback)
Get type information (asynchronously) Get information on a type --- This
route expires daily at 11:05
|
okhttp3.Call |
UniverseApi.getUniverseTypesTypeIdCall(Integer typeId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getUniverseTypesTypeId
|
ApiResponse<TypeResponse> |
UniverseApi.getUniverseTypesTypeIdWithHttpInfo(Integer typeId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get type information Get information on a type --- This route expires
daily at 11:05
|
ApiResponse<List<Integer>> |
UniverseApi.getUniverseTypesWithHttpInfo(String datasource,
String ifNoneMatch,
Integer page)
Get types Get a list of type ids --- This route expires daily at 11:05
|
EsiVerifyResponse |
MetaApi.getVerify(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization)
Verify access token Verify authorization tokens in ESI's auth cache
|
okhttp3.Call |
MetaApi.getVerifyAsync(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization,
ApiCallback<EsiVerifyResponse> _callback)
Verify access token (asynchronously) Verify authorization tokens in
ESI's auth cache
|
okhttp3.Call |
MetaApi.getVerifyCall(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization,
ApiCallback _callback)
Build call for getVerify
|
ApiResponse<EsiVerifyResponse> |
MetaApi.getVerifyWithHttpInfo(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization)
Verify access token Verify authorization tokens in ESI's auth cache
|
List<String> |
MetaApi.getVersions(String userAgent,
String xUserAgent)
List versions List all endpoint versions
|
okhttp3.Call |
MetaApi.getVersionsAsync(String userAgent,
String xUserAgent,
ApiCallback<List<String>> _callback)
List versions (asynchronously) List all endpoint versions
|
okhttp3.Call |
MetaApi.getVersionsCall(String userAgent,
String xUserAgent,
ApiCallback _callback)
Build call for getVersions
|
ApiResponse<List<String>> |
MetaApi.getVersionsWithHttpInfo(String userAgent,
String xUserAgent)
List versions List all endpoint versions
|
List<Integer> |
WarsApi.getWars(String datasource,
String ifNoneMatch,
Integer maxWarId)
List wars Return a list of wars --- This route is cached for up to 3600
seconds
|
okhttp3.Call |
WarsApi.getWarsAsync(String datasource,
String ifNoneMatch,
Integer maxWarId,
ApiCallback<List<Integer>> _callback)
List wars (asynchronously) Return a list of wars --- This route is cached
for up to 3600 seconds
|
okhttp3.Call |
WarsApi.getWarsCall(String datasource,
String ifNoneMatch,
Integer maxWarId,
ApiCallback _callback)
Build call for getWars
|
WarResponse |
WarsApi.getWarsWarId(Integer warId,
String datasource,
String ifNoneMatch)
Get war information Return details about a war --- This route is cached
for up to 3600 seconds
|
okhttp3.Call |
WarsApi.getWarsWarIdAsync(Integer warId,
String datasource,
String ifNoneMatch,
ApiCallback<WarResponse> _callback)
Get war information (asynchronously) Return details about a war --- This
route is cached for up to 3600 seconds
|
okhttp3.Call |
WarsApi.getWarsWarIdCall(Integer warId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getWarsWarId
|
List<WarKillmailsResponse> |
WarsApi.getWarsWarIdKillmails(Integer warId,
String datasource,
String ifNoneMatch,
Integer page)
List kills for a war Return a list of kills related to a war --- This
route is cached for up to 3600 seconds
|
okhttp3.Call |
WarsApi.getWarsWarIdKillmailsAsync(Integer warId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<WarKillmailsResponse>> _callback)
List kills for a war (asynchronously) Return a list of kills related to a
war --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
WarsApi.getWarsWarIdKillmailsCall(Integer warId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback _callback)
Build call for getWarsWarIdKillmails
|
ApiResponse<List<WarKillmailsResponse>> |
WarsApi.getWarsWarIdKillmailsWithHttpInfo(Integer warId,
String datasource,
String ifNoneMatch,
Integer page)
List kills for a war Return a list of kills related to a war --- This
route is cached for up to 3600 seconds
|
ApiResponse<WarResponse> |
WarsApi.getWarsWarIdWithHttpInfo(Integer warId,
String datasource,
String ifNoneMatch)
Get war information Return details about a war --- This route is cached
for up to 3600 seconds
|
ApiResponse<List<Integer>> |
WarsApi.getWarsWithHttpInfo(String datasource,
String ifNoneMatch,
Integer maxWarId)
List wars Return a list of wars --- This route is cached for up to 3600
seconds
|
List<CharacterAffiliationResponse> |
CharacterApi.postCharactersAffiliation(List<Integer> characters,
String datasource)
Character affiliation Bulk lookup of character IDs to corporation,
alliance and faction --- This route is cached for up to 3600 seconds
|
okhttp3.Call |
CharacterApi.postCharactersAffiliationAsync(List<Integer> characters,
String datasource,
ApiCallback<List<CharacterAffiliationResponse>> _callback)
Character affiliation (asynchronously) Bulk lookup of character IDs to
corporation, alliance and faction --- This route is cached for up to 3600
seconds
|
okhttp3.Call |
CharacterApi.postCharactersAffiliationCall(List<Integer> characters,
String datasource,
ApiCallback _callback)
Build call for postCharactersAffiliation
|
ApiResponse<List<CharacterAffiliationResponse>> |
CharacterApi.postCharactersAffiliationWithHttpInfo(List<Integer> characters,
String datasource)
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)
Get character asset locations Return locations for a set of item ids,
which you can get from character assets endpoint.
|
okhttp3.Call |
AssetsApi.postCharactersCharacterIdAssetsLocationsAsync(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback<List<CharacterAssetsLocationsResponse>> _callback)
Get character asset locations (asynchronously) Return locations for a set
of item ids, which you can get from character assets endpoint.
|
okhttp3.Call |
AssetsApi.postCharactersCharacterIdAssetsLocationsCall(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdAssetsLocations
|
ApiResponse<List<CharacterAssetsLocationsResponse>> |
AssetsApi.postCharactersCharacterIdAssetsLocationsWithHttpInfo(Integer characterId,
List<Long> itemIds,
String datasource,
String token)
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)
Get character asset names Return names for a set of item ids, which you
can get from character assets endpoint.
|
okhttp3.Call |
AssetsApi.postCharactersCharacterIdAssetsNamesAsync(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback<List<CharacterAssetsNamesResponse>> _callback)
Get character asset names (asynchronously) Return names for a set of item
ids, which you can get from character assets endpoint.
|
okhttp3.Call |
AssetsApi.postCharactersCharacterIdAssetsNamesCall(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdAssetsNames
|
ApiResponse<List<CharacterAssetsNamesResponse>> |
AssetsApi.postCharactersCharacterIdAssetsNamesWithHttpInfo(Integer characterId,
List<Long> itemIds,
String datasource,
String token)
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,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched)
Add contacts Bulk add contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
okhttp3.Call |
ContactsApi.postCharactersCharacterIdContactsAsync(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched,
ApiCallback<List<Integer>> _callback)
Add contacts (asynchronously) Bulk add contacts with same settings ---
SSO Scope: esi-characters.write_contacts.v1
|
okhttp3.Call |
ContactsApi.postCharactersCharacterIdContactsCall(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched,
ApiCallback _callback)
Build call for postCharactersCharacterIdContacts
|
ApiResponse<List<Integer>> |
ContactsApi.postCharactersCharacterIdContactsWithHttpInfo(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched)
Add contacts Bulk add contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
Float |
CharacterApi.postCharactersCharacterIdCspa(Integer characterId,
List<Integer> characters,
String datasource,
String token)
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
|
okhttp3.Call |
CharacterApi.postCharactersCharacterIdCspaAsync(Integer characterId,
List<Integer> characters,
String datasource,
String token,
ApiCallback<Float> _callback)
Calculate a CSPA charge cost (asynchronously) 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
|
okhttp3.Call |
CharacterApi.postCharactersCharacterIdCspaCall(Integer characterId,
List<Integer> characters,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdCspa
|
ApiResponse<Float> |
CharacterApi.postCharactersCharacterIdCspaWithHttpInfo(Integer characterId,
List<Integer> characters,
String datasource,
String token)
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,
CharacterFitting fitting,
String datasource,
String token)
Create fitting Save a new fitting for a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
okhttp3.Call |
FittingsApi.postCharactersCharacterIdFittingsAsync(Integer characterId,
CharacterFitting fitting,
String datasource,
String token,
ApiCallback<CharacterFittingResponse> _callback)
Create fitting (asynchronously) Save a new fitting for a character ---
SSO Scope: esi-fittings.write_fittings.v1
|
okhttp3.Call |
FittingsApi.postCharactersCharacterIdFittingsCall(Integer characterId,
CharacterFitting fitting,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdFittings
|
ApiResponse<CharacterFittingResponse> |
FittingsApi.postCharactersCharacterIdFittingsWithHttpInfo(Integer characterId,
CharacterFitting fitting,
String datasource,
String token)
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)
Send a new mail Create and send a new mail --- SSO Scope:
esi-mail.send_mail.v1
|
okhttp3.Call |
MailApi.postCharactersCharacterIdMailAsync(Integer characterId,
Mail mail,
String datasource,
String token,
ApiCallback<Integer> _callback)
Send a new mail (asynchronously) Create and send a new mail --- SSO
Scope: esi-mail.send_mail.v1
|
okhttp3.Call |
MailApi.postCharactersCharacterIdMailCall(Integer characterId,
Mail mail,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdMail
|
Integer |
MailApi.postCharactersCharacterIdMailLabels(Integer characterId,
MailLabelSimple label,
String datasource,
String token)
Create a mail label Create a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.postCharactersCharacterIdMailLabelsAsync(Integer characterId,
MailLabelSimple label,
String datasource,
String token,
ApiCallback<Integer> _callback)
Create a mail label (asynchronously) Create a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.postCharactersCharacterIdMailLabelsCall(Integer characterId,
MailLabelSimple label,
String datasource,
String token,
ApiCallback _callback)
Build call for postCharactersCharacterIdMailLabels
|
ApiResponse<Integer> |
MailApi.postCharactersCharacterIdMailLabelsWithHttpInfo(Integer characterId,
MailLabelSimple label,
String datasource,
String token)
Create a mail label Create a mail label --- SSO Scope:
esi-mail.organize_mail.v1
|
ApiResponse<Integer> |
MailApi.postCharactersCharacterIdMailWithHttpInfo(Integer characterId,
Mail mail,
String datasource,
String token)
Send a new mail Create and send a new mail --- SSO Scope:
esi-mail.send_mail.v1
|
List<CorporationAssetsLocationsResponse> |
AssetsApi.postCorporationsCorporationIdAssetsLocations(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
Get corporation asset locations Return locations for a set of item ids,
which you can get from corporation assets endpoint.
|
okhttp3.Call |
AssetsApi.postCorporationsCorporationIdAssetsLocationsAsync(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback<List<CorporationAssetsLocationsResponse>> _callback)
Get corporation asset locations (asynchronously) Return locations for a
set of item ids, which you can get from corporation assets endpoint.
|
okhttp3.Call |
AssetsApi.postCorporationsCorporationIdAssetsLocationsCall(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback _callback)
Build call for postCorporationsCorporationIdAssetsLocations
|
ApiResponse<List<CorporationAssetsLocationsResponse>> |
AssetsApi.postCorporationsCorporationIdAssetsLocationsWithHttpInfo(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
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)
Get corporation asset names Return names for a set of item ids, which you
can get from corporation assets endpoint.
|
okhttp3.Call |
AssetsApi.postCorporationsCorporationIdAssetsNamesAsync(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback<List<CorporationAssetsNamesResponse>> _callback)
Get corporation asset names (asynchronously) Return names for a set of
item ids, which you can get from corporation assets endpoint.
|
okhttp3.Call |
AssetsApi.postCorporationsCorporationIdAssetsNamesCall(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback _callback)
Build call for postCorporationsCorporationIdAssetsNames
|
ApiResponse<List<CorporationAssetsNamesResponse>> |
AssetsApi.postCorporationsCorporationIdAssetsNamesWithHttpInfo(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
Get corporation 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)
Create fleet invitation Invite a character into the fleet.
|
okhttp3.Call |
FleetsApi.postFleetsFleetIdMembersAsync(Long fleetId,
FleetInvitation invitation,
String datasource,
String token,
ApiCallback<Void> _callback)
Create fleet invitation (asynchronously) Invite a character into the
fleet.
|
okhttp3.Call |
FleetsApi.postFleetsFleetIdMembersCall(Long fleetId,
FleetInvitation invitation,
String datasource,
String token,
ApiCallback _callback)
Build call for postFleetsFleetIdMembers
|
ApiResponse<Void> |
FleetsApi.postFleetsFleetIdMembersWithHttpInfo(Long fleetId,
FleetInvitation invitation,
String datasource,
String token)
Create fleet invitation Invite a character into the fleet.
|
FleetWingCreatedResponse |
FleetsApi.postFleetsFleetIdWings(Long fleetId,
String datasource,
String token)
Create fleet wing Create a new wing in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.postFleetsFleetIdWingsAsync(Long fleetId,
String datasource,
String token,
ApiCallback<FleetWingCreatedResponse> _callback)
Create fleet wing (asynchronously) Create a new wing in a fleet --- SSO
Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.postFleetsFleetIdWingsCall(Long fleetId,
String datasource,
String token,
ApiCallback _callback)
Build call for postFleetsFleetIdWings
|
FleetSquadCreatedResponse |
FleetsApi.postFleetsFleetIdWingsWingIdSquads(Long fleetId,
Long wingId,
String datasource,
String token)
Create fleet squad Create a new squad in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.postFleetsFleetIdWingsWingIdSquadsAsync(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback<FleetSquadCreatedResponse> _callback)
Create fleet squad (asynchronously) Create a new squad in a fleet --- SSO
Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.postFleetsFleetIdWingsWingIdSquadsCall(Long fleetId,
Long wingId,
String datasource,
String token,
ApiCallback _callback)
Build call for postFleetsFleetIdWingsWingIdSquads
|
ApiResponse<FleetSquadCreatedResponse> |
FleetsApi.postFleetsFleetIdWingsWingIdSquadsWithHttpInfo(Long fleetId,
Long wingId,
String datasource,
String token)
Create fleet squad Create a new squad in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
ApiResponse<FleetWingCreatedResponse> |
FleetsApi.postFleetsFleetIdWingsWithHttpInfo(Long fleetId,
String datasource,
String token)
Create fleet wing Create a new wing in a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
UserInterfaceApi.postUiAutopilotWaypoint(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token)
Set Autopilot Waypoint Set a solar system as autopilot waypoint --- SSO
Scope: esi-ui.write_waypoint.v1
|
okhttp3.Call |
UserInterfaceApi.postUiAutopilotWaypointAsync(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token,
ApiCallback<Void> _callback)
Set Autopilot Waypoint (asynchronously) Set a solar system as autopilot
waypoint --- SSO Scope: esi-ui.write_waypoint.v1
|
okhttp3.Call |
UserInterfaceApi.postUiAutopilotWaypointCall(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token,
ApiCallback _callback)
Build call for postUiAutopilotWaypoint
|
ApiResponse<Void> |
UserInterfaceApi.postUiAutopilotWaypointWithHttpInfo(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token)
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)
Open Contract Window Open the contract window inside the client --- SSO
Scope: esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowContractAsync(Integer contractId,
String datasource,
String token,
ApiCallback<Void> _callback)
Open Contract Window (asynchronously) Open the contract window inside the
client --- SSO Scope: esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowContractCall(Integer contractId,
String datasource,
String token,
ApiCallback _callback)
Build call for postUiOpenwindowContract
|
ApiResponse<Void> |
UserInterfaceApi.postUiOpenwindowContractWithHttpInfo(Integer contractId,
String datasource,
String token)
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)
Open Information Window Open the information window for a character,
corporation or alliance inside the client --- SSO Scope:
esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowInformationAsync(Integer targetId,
String datasource,
String token,
ApiCallback<Void> _callback)
Open Information Window (asynchronously) Open the information window for
a character, corporation or alliance inside the client --- SSO Scope:
esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowInformationCall(Integer targetId,
String datasource,
String token,
ApiCallback _callback)
Build call for postUiOpenwindowInformation
|
ApiResponse<Void> |
UserInterfaceApi.postUiOpenwindowInformationWithHttpInfo(Integer targetId,
String datasource,
String token)
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)
Open Market Details Open the market details window for a specific typeID
inside the client --- SSO Scope: esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowMarketdetailsAsync(Integer typeId,
String datasource,
String token,
ApiCallback<Void> _callback)
Open Market Details (asynchronously) Open the market details window for a
specific typeID inside the client --- SSO Scope: esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowMarketdetailsCall(Integer typeId,
String datasource,
String token,
ApiCallback _callback)
Build call for postUiOpenwindowMarketdetails
|
ApiResponse<Void> |
UserInterfaceApi.postUiOpenwindowMarketdetailsWithHttpInfo(Integer typeId,
String datasource,
String token)
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)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowNewmailAsync(UiNewMail newMail,
String datasource,
String token,
ApiCallback<Void> _callback)
Open New Mail Window (asynchronously) Open the New Mail window, according
to settings from the request if applicable --- SSO Scope:
esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowNewmailCall(UiNewMail newMail,
String datasource,
String token,
ApiCallback _callback)
Build call for postUiOpenwindowNewmail
|
ApiResponse<Void> |
UserInterfaceApi.postUiOpenwindowNewmailWithHttpInfo(UiNewMail newMail,
String datasource,
String token)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
UniverseIdsResponse |
UniverseApi.postUniverseIds(List<String> names,
String acceptLanguage,
String datasource,
String language)
Bulk names to IDs Resolve a set of names to IDs in the following
categories: agents, alliances, characters, constellations, corporations
factions, inventory_types, regions, stations, and systems.
|
okhttp3.Call |
UniverseApi.postUniverseIdsAsync(List<String> names,
String acceptLanguage,
String datasource,
String language,
ApiCallback<UniverseIdsResponse> _callback)
Bulk names to IDs (asynchronously) Resolve a set of names to IDs in the
following categories: agents, alliances, characters, constellations,
corporations factions, inventory_types, regions, stations, and systems.
|
okhttp3.Call |
UniverseApi.postUniverseIdsCall(List<String> names,
String acceptLanguage,
String datasource,
String language,
ApiCallback _callback)
Build call for postUniverseIds
|
ApiResponse<UniverseIdsResponse> |
UniverseApi.postUniverseIdsWithHttpInfo(List<String> names,
String acceptLanguage,
String datasource,
String language)
Bulk names to IDs Resolve a set of names to IDs in the following
categories: agents, alliances, characters, constellations, corporations
factions, inventory_types, regions, stations, and systems.
|
List<UniverseNamesResponse> |
UniverseApi.postUniverseNames(List<Integer> ids,
String datasource)
Get names and categories for a set of IDs Resolve a set of IDs to names
and categories.
|
okhttp3.Call |
UniverseApi.postUniverseNamesAsync(List<Integer> ids,
String datasource,
ApiCallback<List<UniverseNamesResponse>> _callback)
Get names and categories for a set of IDs (asynchronously) Resolve a set
of IDs to names and categories.
|
okhttp3.Call |
UniverseApi.postUniverseNamesCall(List<Integer> ids,
String datasource,
ApiCallback _callback)
Build call for postUniverseNames
|
ApiResponse<List<UniverseNamesResponse>> |
UniverseApi.postUniverseNamesWithHttpInfo(List<Integer> ids,
String datasource)
Get names and categories for a set of IDs Resolve a set of IDs to names
and categories.
|
void |
CalendarApi.putCharactersCharacterIdCalendarEventId(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token)
Respond to an event Set your response status to an event --- This route
is cached for up to 5 seconds SSO Scope:
esi-calendar.respond_calendar_events.v1
|
okhttp3.Call |
CalendarApi.putCharactersCharacterIdCalendarEventIdAsync(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token,
ApiCallback<Void> _callback)
Respond to an event (asynchronously) Set your response status to an event
--- This route is cached for up to 5 seconds SSO Scope:
esi-calendar.respond_calendar_events.v1
|
okhttp3.Call |
CalendarApi.putCharactersCharacterIdCalendarEventIdCall(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token,
ApiCallback _callback)
Build call for putCharactersCharacterIdCalendarEventId
|
ApiResponse<Void> |
CalendarApi.putCharactersCharacterIdCalendarEventIdWithHttpInfo(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token)
Respond to an event Set your response status to an event --- This route
is cached for up to 5 seconds SSO Scope:
esi-calendar.respond_calendar_events.v1
|
void |
ContactsApi.putCharactersCharacterIdContacts(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched)
Edit contacts Bulk edit contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
okhttp3.Call |
ContactsApi.putCharactersCharacterIdContactsAsync(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched,
ApiCallback<Void> _callback)
Edit contacts (asynchronously) Bulk edit contacts with same settings ---
SSO Scope: esi-characters.write_contacts.v1
|
okhttp3.Call |
ContactsApi.putCharactersCharacterIdContactsCall(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched,
ApiCallback _callback)
Build call for putCharactersCharacterIdContacts
|
ApiResponse<Void> |
ContactsApi.putCharactersCharacterIdContactsWithHttpInfo(Integer characterId,
Float standing,
List<Integer> contactIds,
String datasource,
List<Long> labelIds,
String token,
Boolean watched)
Edit contacts Bulk edit contacts with same settings --- SSO Scope:
esi-characters.write_contacts.v1
|
void |
MailApi.putCharactersCharacterIdMailMailId(Integer characterId,
Integer mailId,
MailMetaData contents,
String datasource,
String token)
Update metadata about a mail Update metadata about a mail --- SSO Scope:
esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.putCharactersCharacterIdMailMailIdAsync(Integer characterId,
Integer mailId,
MailMetaData contents,
String datasource,
String token,
ApiCallback<Void> _callback)
Update metadata about a mail (asynchronously) Update metadata about a
mail --- SSO Scope: esi-mail.organize_mail.v1
|
okhttp3.Call |
MailApi.putCharactersCharacterIdMailMailIdCall(Integer characterId,
Integer mailId,
MailMetaData contents,
String datasource,
String token,
ApiCallback _callback)
Build call for putCharactersCharacterIdMailMailId
|
ApiResponse<Void> |
MailApi.putCharactersCharacterIdMailMailIdWithHttpInfo(Integer characterId,
Integer mailId,
MailMetaData contents,
String datasource,
String token)
Update metadata about a mail Update metadata about a mail --- SSO Scope:
esi-mail.organize_mail.v1
|
void |
FleetsApi.putFleetsFleetId(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token)
Update fleet Update settings about a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdAsync(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token,
ApiCallback<Void> _callback)
Update fleet (asynchronously) Update settings about a fleet --- SSO
Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdCall(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetId
|
void |
FleetsApi.putFleetsFleetIdMembersMemberId(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdMembersMemberIdAsync(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token,
ApiCallback<Void> _callback)
Move fleet member (asynchronously) Move a fleet member around --- SSO
Scope: esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdMembersMemberIdCall(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetIdMembersMemberId
|
ApiResponse<Void> |
FleetsApi.putFleetsFleetIdMembersMemberIdWithHttpInfo(Long fleetId,
Integer memberId,
FleetMemberMovement movement,
String datasource,
String token)
Move fleet member Move a fleet member around --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
FleetsApi.putFleetsFleetIdSquadsSquadId(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdSquadsSquadIdAsync(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token,
ApiCallback<Void> _callback)
Rename fleet squad (asynchronously) Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdSquadsSquadIdCall(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetIdSquadsSquadId
|
ApiResponse<Void> |
FleetsApi.putFleetsFleetIdSquadsSquadIdWithHttpInfo(Long fleetId,
Long squadId,
FleetSquadNaming naming,
String datasource,
String token)
Rename fleet squad Rename a fleet squad --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
FleetsApi.putFleetsFleetIdWingsWingId(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdWingsWingIdAsync(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token,
ApiCallback<Void> _callback)
Rename fleet wing (asynchronously) Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
okhttp3.Call |
FleetsApi.putFleetsFleetIdWingsWingIdCall(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token,
ApiCallback _callback)
Build call for putFleetsFleetIdWingsWingId
|
ApiResponse<Void> |
FleetsApi.putFleetsFleetIdWingsWingIdWithHttpInfo(Long fleetId,
Long wingId,
FleetWingNaming naming,
String datasource,
String token)
Rename fleet wing Rename a fleet wing --- SSO Scope:
esi-fleets.write_fleet.v1
|
ApiResponse<Void> |
FleetsApi.putFleetsFleetIdWithHttpInfo(Long fleetId,
FleetNewSettings newSettings,
String datasource,
String token)
Update fleet Update settings about a fleet --- SSO Scope:
esi-fleets.write_fleet.v1
|
void |
SsoApi.revokeAccessToken(String accessToken) |
void |
SsoApi.revokeRefreshToken(String refreshToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth.finishFlow(String code,
String state)
Finish the oauth flow after the user was redirected back.
|
void |
OAuth.finishFlow(String code,
String state,
String codeVerifier)
Finish the oauth flow after the user was redirected back.
|
Copyright © 2020. All Rights Reserved.