django-esi 7.0.0b1__py3-none-any.whl → 8.0.0a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of django-esi might be problematic. Click here for more details.
- {django_esi-7.0.0b1.dist-info → django_esi-8.0.0a1.dist-info}/METADATA +4 -2
- {django_esi-7.0.0b1.dist-info → django_esi-8.0.0a1.dist-info}/RECORD +27 -18
- esi/__init__.py +2 -1
- esi/admin.py +4 -3
- esi/aiopenapi3/plugins.py +78 -0
- esi/app_settings.py +14 -1
- esi/checks.py +1 -1
- esi/clients.py +13 -14
- esi/decorators.py +35 -3
- esi/exceptions.py +18 -0
- esi/helpers.py +25 -0
- esi/locale/en/LC_MESSAGES/django.po +3 -3
- esi/management/commands/generate_esi_stubs.py +211 -0
- esi/managers.py +18 -17
- esi/managers.pyi +82 -0
- esi/models.py +9 -16
- esi/openapi_clients.py +845 -0
- esi/rate_limiting.py +78 -0
- esi/stubs.py +2 -0
- esi/stubs.pyi +3913 -0
- esi/tasks.py +1 -2
- esi/templates/esi/select_token.html +2 -2
- esi/tests/jwt_factory.py +3 -4
- esi/urls.py +0 -1
- esi/views.py +4 -3
- {django_esi-7.0.0b1.dist-info → django_esi-8.0.0a1.dist-info}/WHEEL +0 -0
- {django_esi-7.0.0b1.dist-info → django_esi-8.0.0a1.dist-info}/licenses/LICENSE +0 -0
esi/stubs.pyi
ADDED
|
@@ -0,0 +1,3913 @@
|
|
|
1
|
+
# flake8: noqa=E501
|
|
2
|
+
# Auto Generated do not edit
|
|
3
|
+
from typing import Any, Optional
|
|
4
|
+
|
|
5
|
+
from esi.openapi_clients import EsiOperation
|
|
6
|
+
from esi.models import Token
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GetAlliancesOperation(EsiOperation):
|
|
10
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
11
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
12
|
+
"""List all active player alliances"""
|
|
13
|
+
...
|
|
14
|
+
|
|
15
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
16
|
+
"""List all active player alliances"""
|
|
17
|
+
...
|
|
18
|
+
|
|
19
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
20
|
+
"""List all active player alliances"""
|
|
21
|
+
...
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class GetAlliancesAllianceIdOperation(EsiOperation):
|
|
25
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
26
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
27
|
+
"""Public information about an alliance"""
|
|
28
|
+
...
|
|
29
|
+
|
|
30
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
31
|
+
"""Public information about an alliance"""
|
|
32
|
+
...
|
|
33
|
+
|
|
34
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
35
|
+
"""Public information about an alliance"""
|
|
36
|
+
...
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class GetAlliancesAllianceIdCorporationsOperation(EsiOperation):
|
|
40
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
41
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
42
|
+
"""List all current member corporations of an alliance"""
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
46
|
+
"""List all current member corporations of an alliance"""
|
|
47
|
+
...
|
|
48
|
+
|
|
49
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
50
|
+
"""List all current member corporations of an alliance"""
|
|
51
|
+
...
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
class GetAlliancesAllianceIdIconsOperation(EsiOperation):
|
|
55
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
56
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
57
|
+
"""Get the icon urls for a alliance This route expires daily at 11:05"""
|
|
58
|
+
...
|
|
59
|
+
|
|
60
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
61
|
+
"""Get the icon urls for a alliance This route expires daily at 11:05"""
|
|
62
|
+
...
|
|
63
|
+
|
|
64
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
65
|
+
"""Get the icon urls for a alliance This route expires daily at 11:05"""
|
|
66
|
+
...
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
class GetCharactersCharacterIdAssetsOperation(EsiOperation):
|
|
70
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
71
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
72
|
+
"""Return a list of the characters assets"""
|
|
73
|
+
...
|
|
74
|
+
|
|
75
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
76
|
+
"""Return a list of the characters assets"""
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
80
|
+
"""Return a list of the characters assets"""
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
class GetCorporationsCorporationIdAssetsOperation(EsiOperation):
|
|
85
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
86
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
87
|
+
"""Return a list of the corporation assets"""
|
|
88
|
+
...
|
|
89
|
+
|
|
90
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
91
|
+
"""Return a list of the corporation assets"""
|
|
92
|
+
...
|
|
93
|
+
|
|
94
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
95
|
+
"""Return a list of the corporation assets"""
|
|
96
|
+
...
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class PostCharactersCharacterIdAssetsLocationsOperation(EsiOperation):
|
|
100
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
101
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
102
|
+
"""Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
103
|
+
...
|
|
104
|
+
|
|
105
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
106
|
+
"""Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
110
|
+
"""Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
class PostCharactersCharacterIdAssetsNamesOperation(EsiOperation):
|
|
115
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
116
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
117
|
+
"""Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships."""
|
|
118
|
+
...
|
|
119
|
+
|
|
120
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
121
|
+
"""Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships."""
|
|
122
|
+
...
|
|
123
|
+
|
|
124
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
125
|
+
"""Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships."""
|
|
126
|
+
...
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
class PostCorporationsCorporationIdAssetsLocationsOperation(EsiOperation):
|
|
130
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
131
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
132
|
+
"""Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
133
|
+
...
|
|
134
|
+
|
|
135
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
136
|
+
"""Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
137
|
+
...
|
|
138
|
+
|
|
139
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
140
|
+
"""Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
141
|
+
...
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
class PostCorporationsCorporationIdAssetsNamesOperation(EsiOperation):
|
|
145
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
146
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
147
|
+
"""Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships"""
|
|
148
|
+
...
|
|
149
|
+
|
|
150
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
151
|
+
"""Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships"""
|
|
152
|
+
...
|
|
153
|
+
|
|
154
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
155
|
+
"""Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships"""
|
|
156
|
+
...
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
class GetCharactersCharacterIdCalendarOperation(EsiOperation):
|
|
160
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
161
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
162
|
+
"""Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event"""
|
|
163
|
+
...
|
|
164
|
+
|
|
165
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
166
|
+
"""Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event"""
|
|
167
|
+
...
|
|
168
|
+
|
|
169
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
170
|
+
"""Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event"""
|
|
171
|
+
...
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
class GetCharactersCharacterIdCalendarEventIdOperation(EsiOperation):
|
|
175
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
176
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
177
|
+
"""Get all the information for a specific event"""
|
|
178
|
+
...
|
|
179
|
+
|
|
180
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
181
|
+
"""Get all the information for a specific event"""
|
|
182
|
+
...
|
|
183
|
+
|
|
184
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
185
|
+
"""Get all the information for a specific event"""
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
class GetCharactersCharacterIdCalendarEventIdAttendeesOperation(EsiOperation):
|
|
190
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
191
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
192
|
+
"""Get all invited attendees for a given event"""
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
196
|
+
"""Get all invited attendees for a given event"""
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
200
|
+
"""Get all invited attendees for a given event"""
|
|
201
|
+
...
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
class PutCharactersCharacterIdCalendarEventIdOperation(EsiOperation):
|
|
205
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
206
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
207
|
+
"""Set your response status to an event"""
|
|
208
|
+
...
|
|
209
|
+
|
|
210
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
211
|
+
"""Set your response status to an event"""
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
215
|
+
"""Set your response status to an event"""
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
class GetCharactersCharacterIdOperation(EsiOperation):
|
|
220
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
221
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
222
|
+
"""Public information about a character"""
|
|
223
|
+
...
|
|
224
|
+
|
|
225
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
226
|
+
"""Public information about a character"""
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
230
|
+
"""Public information about a character"""
|
|
231
|
+
...
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
class GetCharactersCharacterIdAgentsResearchOperation(EsiOperation):
|
|
235
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
236
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
237
|
+
"""Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)"""
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
241
|
+
"""Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)"""
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
245
|
+
"""Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)"""
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
class GetCharactersCharacterIdBlueprintsOperation(EsiOperation):
|
|
250
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
251
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
252
|
+
"""Return a list of blueprints the character owns"""
|
|
253
|
+
...
|
|
254
|
+
|
|
255
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
256
|
+
"""Return a list of blueprints the character owns"""
|
|
257
|
+
...
|
|
258
|
+
|
|
259
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
260
|
+
"""Return a list of blueprints the character owns"""
|
|
261
|
+
...
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
class GetCharactersCharacterIdCorporationhistoryOperation(EsiOperation):
|
|
265
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
266
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
267
|
+
"""Get a list of all the corporations a character has been a member of"""
|
|
268
|
+
...
|
|
269
|
+
|
|
270
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
271
|
+
"""Get a list of all the corporations a character has been a member of"""
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
275
|
+
"""Get a list of all the corporations a character has been a member of"""
|
|
276
|
+
...
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
class GetCharactersCharacterIdFatigueOperation(EsiOperation):
|
|
280
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
281
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
282
|
+
"""Return a character's jump activation and fatigue information"""
|
|
283
|
+
...
|
|
284
|
+
|
|
285
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
286
|
+
"""Return a character's jump activation and fatigue information"""
|
|
287
|
+
...
|
|
288
|
+
|
|
289
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
290
|
+
"""Return a character's jump activation and fatigue information"""
|
|
291
|
+
...
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
class GetCharactersCharacterIdMedalsOperation(EsiOperation):
|
|
295
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
296
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
297
|
+
"""Return a list of medals the character has"""
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
301
|
+
"""Return a list of medals the character has"""
|
|
302
|
+
...
|
|
303
|
+
|
|
304
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
305
|
+
"""Return a list of medals the character has"""
|
|
306
|
+
...
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
class GetCharactersCharacterIdNotificationsOperation(EsiOperation):
|
|
310
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
311
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
312
|
+
"""Return character notifications"""
|
|
313
|
+
...
|
|
314
|
+
|
|
315
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
316
|
+
"""Return character notifications"""
|
|
317
|
+
...
|
|
318
|
+
|
|
319
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
320
|
+
"""Return character notifications"""
|
|
321
|
+
...
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
class GetCharactersCharacterIdNotificationsContactsOperation(EsiOperation):
|
|
325
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
326
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
327
|
+
"""Return notifications about having been added to someone's contact list"""
|
|
328
|
+
...
|
|
329
|
+
|
|
330
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
331
|
+
"""Return notifications about having been added to someone's contact list"""
|
|
332
|
+
...
|
|
333
|
+
|
|
334
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
335
|
+
"""Return notifications about having been added to someone's contact list"""
|
|
336
|
+
...
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
class GetCharactersCharacterIdPortraitOperation(EsiOperation):
|
|
340
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
341
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
342
|
+
"""Get portrait urls for a character This route expires daily at 11:05"""
|
|
343
|
+
...
|
|
344
|
+
|
|
345
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
346
|
+
"""Get portrait urls for a character This route expires daily at 11:05"""
|
|
347
|
+
...
|
|
348
|
+
|
|
349
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
350
|
+
"""Get portrait urls for a character This route expires daily at 11:05"""
|
|
351
|
+
...
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
class GetCharactersCharacterIdRolesOperation(EsiOperation):
|
|
355
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
356
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
357
|
+
"""Returns a character's corporation roles"""
|
|
358
|
+
...
|
|
359
|
+
|
|
360
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
361
|
+
"""Returns a character's corporation roles"""
|
|
362
|
+
...
|
|
363
|
+
|
|
364
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
365
|
+
"""Returns a character's corporation roles"""
|
|
366
|
+
...
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
class GetCharactersCharacterIdStandingsOperation(EsiOperation):
|
|
370
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
371
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
372
|
+
"""Return character standings from agents, NPC corporations, and factions"""
|
|
373
|
+
...
|
|
374
|
+
|
|
375
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
376
|
+
"""Return character standings from agents, NPC corporations, and factions"""
|
|
377
|
+
...
|
|
378
|
+
|
|
379
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
380
|
+
"""Return character standings from agents, NPC corporations, and factions"""
|
|
381
|
+
...
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
class GetCharactersCharacterIdTitlesOperation(EsiOperation):
|
|
385
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
386
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
387
|
+
"""Returns a character's titles"""
|
|
388
|
+
...
|
|
389
|
+
|
|
390
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
391
|
+
"""Returns a character's titles"""
|
|
392
|
+
...
|
|
393
|
+
|
|
394
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
395
|
+
"""Returns a character's titles"""
|
|
396
|
+
...
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
class PostCharactersAffiliationOperation(EsiOperation):
|
|
400
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
401
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
402
|
+
"""Bulk lookup of character IDs to corporation, alliance and faction"""
|
|
403
|
+
...
|
|
404
|
+
|
|
405
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
406
|
+
"""Bulk lookup of character IDs to corporation, alliance and faction"""
|
|
407
|
+
...
|
|
408
|
+
|
|
409
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
410
|
+
"""Bulk lookup of character IDs to corporation, alliance and faction"""
|
|
411
|
+
...
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
class PostCharactersCharacterIdCspaOperation(EsiOperation):
|
|
415
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
416
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
417
|
+
"""Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost"""
|
|
418
|
+
...
|
|
419
|
+
|
|
420
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
421
|
+
"""Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost"""
|
|
422
|
+
...
|
|
423
|
+
|
|
424
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
425
|
+
"""Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost"""
|
|
426
|
+
...
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
class GetCharactersCharacterIdClonesOperation(EsiOperation):
|
|
430
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
431
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
432
|
+
"""A list of the character's clones"""
|
|
433
|
+
...
|
|
434
|
+
|
|
435
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
436
|
+
"""A list of the character's clones"""
|
|
437
|
+
...
|
|
438
|
+
|
|
439
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
440
|
+
"""A list of the character's clones"""
|
|
441
|
+
...
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
class GetCharactersCharacterIdImplantsOperation(EsiOperation):
|
|
445
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
446
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
447
|
+
"""Return implants on the active clone of a character"""
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
451
|
+
"""Return implants on the active clone of a character"""
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
455
|
+
"""Return implants on the active clone of a character"""
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
class DeleteCharactersCharacterIdContactsOperation(EsiOperation):
|
|
460
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
461
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
462
|
+
"""Bulk delete contacts"""
|
|
463
|
+
...
|
|
464
|
+
|
|
465
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
466
|
+
"""Bulk delete contacts"""
|
|
467
|
+
...
|
|
468
|
+
|
|
469
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
470
|
+
"""Bulk delete contacts"""
|
|
471
|
+
...
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
class GetAlliancesAllianceIdContactsOperation(EsiOperation):
|
|
475
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
476
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
477
|
+
"""Return contacts of an alliance"""
|
|
478
|
+
...
|
|
479
|
+
|
|
480
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
481
|
+
"""Return contacts of an alliance"""
|
|
482
|
+
...
|
|
483
|
+
|
|
484
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
485
|
+
"""Return contacts of an alliance"""
|
|
486
|
+
...
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
class GetAlliancesAllianceIdContactsLabelsOperation(EsiOperation):
|
|
490
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
491
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
492
|
+
"""Return custom labels for an alliance's contacts"""
|
|
493
|
+
...
|
|
494
|
+
|
|
495
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
496
|
+
"""Return custom labels for an alliance's contacts"""
|
|
497
|
+
...
|
|
498
|
+
|
|
499
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
500
|
+
"""Return custom labels for an alliance's contacts"""
|
|
501
|
+
...
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
class GetCharactersCharacterIdContactsOperation(EsiOperation):
|
|
505
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
506
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
507
|
+
"""Return contacts of a character"""
|
|
508
|
+
...
|
|
509
|
+
|
|
510
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
511
|
+
"""Return contacts of a character"""
|
|
512
|
+
...
|
|
513
|
+
|
|
514
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
515
|
+
"""Return contacts of a character"""
|
|
516
|
+
...
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
class GetCharactersCharacterIdContactsLabelsOperation(EsiOperation):
|
|
520
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
521
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
522
|
+
"""Return custom labels for a character's contacts"""
|
|
523
|
+
...
|
|
524
|
+
|
|
525
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
526
|
+
"""Return custom labels for a character's contacts"""
|
|
527
|
+
...
|
|
528
|
+
|
|
529
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
530
|
+
"""Return custom labels for a character's contacts"""
|
|
531
|
+
...
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
class GetCorporationsCorporationIdContactsOperation(EsiOperation):
|
|
535
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
536
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
537
|
+
"""Return contacts of a corporation"""
|
|
538
|
+
...
|
|
539
|
+
|
|
540
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
541
|
+
"""Return contacts of a corporation"""
|
|
542
|
+
...
|
|
543
|
+
|
|
544
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
545
|
+
"""Return contacts of a corporation"""
|
|
546
|
+
...
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
class GetCorporationsCorporationIdContactsLabelsOperation(EsiOperation):
|
|
550
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
551
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
552
|
+
"""Return custom labels for a corporation's contacts"""
|
|
553
|
+
...
|
|
554
|
+
|
|
555
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
556
|
+
"""Return custom labels for a corporation's contacts"""
|
|
557
|
+
...
|
|
558
|
+
|
|
559
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
560
|
+
"""Return custom labels for a corporation's contacts"""
|
|
561
|
+
...
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
class PostCharactersCharacterIdContactsOperation(EsiOperation):
|
|
565
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
566
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
567
|
+
"""Bulk add contacts with same settings"""
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
571
|
+
"""Bulk add contacts with same settings"""
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
575
|
+
"""Bulk add contacts with same settings"""
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
class PutCharactersCharacterIdContactsOperation(EsiOperation):
|
|
580
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
581
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
582
|
+
"""Bulk edit contacts with same settings"""
|
|
583
|
+
...
|
|
584
|
+
|
|
585
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
586
|
+
"""Bulk edit contacts with same settings"""
|
|
587
|
+
...
|
|
588
|
+
|
|
589
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
590
|
+
"""Bulk edit contacts with same settings"""
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
class GetCharactersCharacterIdContractsOperation(EsiOperation):
|
|
595
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
596
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
597
|
+
"""Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
598
|
+
...
|
|
599
|
+
|
|
600
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
601
|
+
"""Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
602
|
+
...
|
|
603
|
+
|
|
604
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
605
|
+
"""Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
606
|
+
...
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
class GetCharactersCharacterIdContractsContractIdBidsOperation(EsiOperation):
|
|
610
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
611
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
612
|
+
"""Lists bids on a particular auction contract"""
|
|
613
|
+
...
|
|
614
|
+
|
|
615
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
616
|
+
"""Lists bids on a particular auction contract"""
|
|
617
|
+
...
|
|
618
|
+
|
|
619
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
620
|
+
"""Lists bids on a particular auction contract"""
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
class GetCharactersCharacterIdContractsContractIdItemsOperation(EsiOperation):
|
|
625
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
626
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
627
|
+
"""Lists items of a particular contract"""
|
|
628
|
+
...
|
|
629
|
+
|
|
630
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
631
|
+
"""Lists items of a particular contract"""
|
|
632
|
+
...
|
|
633
|
+
|
|
634
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
635
|
+
"""Lists items of a particular contract"""
|
|
636
|
+
...
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
class GetContractsPublicBidsContractIdOperation(EsiOperation):
|
|
640
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
641
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
642
|
+
"""Lists bids on a public auction contract"""
|
|
643
|
+
...
|
|
644
|
+
|
|
645
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
646
|
+
"""Lists bids on a public auction contract"""
|
|
647
|
+
...
|
|
648
|
+
|
|
649
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
650
|
+
"""Lists bids on a public auction contract"""
|
|
651
|
+
...
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
class GetContractsPublicItemsContractIdOperation(EsiOperation):
|
|
655
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
656
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
657
|
+
"""Lists items of a public contract"""
|
|
658
|
+
...
|
|
659
|
+
|
|
660
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
661
|
+
"""Lists items of a public contract"""
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
665
|
+
"""Lists items of a public contract"""
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
class GetContractsPublicRegionIdOperation(EsiOperation):
|
|
670
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
671
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
672
|
+
"""Returns a paginated list of all public contracts in the given region"""
|
|
673
|
+
...
|
|
674
|
+
|
|
675
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
676
|
+
"""Returns a paginated list of all public contracts in the given region"""
|
|
677
|
+
...
|
|
678
|
+
|
|
679
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
680
|
+
"""Returns a paginated list of all public contracts in the given region"""
|
|
681
|
+
...
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
class GetCorporationsCorporationIdContractsOperation(EsiOperation):
|
|
685
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
686
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
687
|
+
"""Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
688
|
+
...
|
|
689
|
+
|
|
690
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
691
|
+
"""Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
692
|
+
...
|
|
693
|
+
|
|
694
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
695
|
+
"""Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
696
|
+
...
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
class GetCorporationsCorporationIdContractsContractIdBidsOperation(EsiOperation):
|
|
700
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
701
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
702
|
+
"""Lists bids on a particular auction contract"""
|
|
703
|
+
...
|
|
704
|
+
|
|
705
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
706
|
+
"""Lists bids on a particular auction contract"""
|
|
707
|
+
...
|
|
708
|
+
|
|
709
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
710
|
+
"""Lists bids on a particular auction contract"""
|
|
711
|
+
...
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
class GetCorporationsCorporationIdContractsContractIdItemsOperation(EsiOperation):
|
|
715
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
716
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
717
|
+
"""Lists items of a particular contract"""
|
|
718
|
+
...
|
|
719
|
+
|
|
720
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
721
|
+
"""Lists items of a particular contract"""
|
|
722
|
+
...
|
|
723
|
+
|
|
724
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
725
|
+
"""Lists items of a particular contract"""
|
|
726
|
+
...
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
class GetCorporationsCorporationIdOperation(EsiOperation):
|
|
730
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
731
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
732
|
+
"""Public information about a corporation"""
|
|
733
|
+
...
|
|
734
|
+
|
|
735
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
736
|
+
"""Public information about a corporation"""
|
|
737
|
+
...
|
|
738
|
+
|
|
739
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
740
|
+
"""Public information about a corporation"""
|
|
741
|
+
...
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
class GetCorporationsCorporationIdAlliancehistoryOperation(EsiOperation):
|
|
745
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
746
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
747
|
+
"""Get a list of all the alliances a corporation has been a member of"""
|
|
748
|
+
...
|
|
749
|
+
|
|
750
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
751
|
+
"""Get a list of all the alliances a corporation has been a member of"""
|
|
752
|
+
...
|
|
753
|
+
|
|
754
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
755
|
+
"""Get a list of all the alliances a corporation has been a member of"""
|
|
756
|
+
...
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
class GetCorporationsCorporationIdBlueprintsOperation(EsiOperation):
|
|
760
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
761
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
762
|
+
"""Returns a list of blueprints the corporation owns"""
|
|
763
|
+
...
|
|
764
|
+
|
|
765
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
766
|
+
"""Returns a list of blueprints the corporation owns"""
|
|
767
|
+
...
|
|
768
|
+
|
|
769
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
770
|
+
"""Returns a list of blueprints the corporation owns"""
|
|
771
|
+
...
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
class GetCorporationsCorporationIdContainersLogsOperation(EsiOperation):
|
|
775
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
776
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
777
|
+
"""Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation"""
|
|
778
|
+
...
|
|
779
|
+
|
|
780
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
781
|
+
"""Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation"""
|
|
782
|
+
...
|
|
783
|
+
|
|
784
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
785
|
+
"""Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation"""
|
|
786
|
+
...
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
class GetCorporationsCorporationIdDivisionsOperation(EsiOperation):
|
|
790
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
791
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
792
|
+
"""Return corporation hangar and wallet division names, only show if a division is not using the default name"""
|
|
793
|
+
...
|
|
794
|
+
|
|
795
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
796
|
+
"""Return corporation hangar and wallet division names, only show if a division is not using the default name"""
|
|
797
|
+
...
|
|
798
|
+
|
|
799
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
800
|
+
"""Return corporation hangar and wallet division names, only show if a division is not using the default name"""
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
class GetCorporationsCorporationIdFacilitiesOperation(EsiOperation):
|
|
805
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
806
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
807
|
+
"""Return a corporation's facilities"""
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
811
|
+
"""Return a corporation's facilities"""
|
|
812
|
+
...
|
|
813
|
+
|
|
814
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
815
|
+
"""Return a corporation's facilities"""
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
class GetCorporationsCorporationIdIconsOperation(EsiOperation):
|
|
820
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
821
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
822
|
+
"""Get the icon urls for a corporation"""
|
|
823
|
+
...
|
|
824
|
+
|
|
825
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
826
|
+
"""Get the icon urls for a corporation"""
|
|
827
|
+
...
|
|
828
|
+
|
|
829
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
830
|
+
"""Get the icon urls for a corporation"""
|
|
831
|
+
...
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
class GetCorporationsCorporationIdMedalsOperation(EsiOperation):
|
|
835
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
836
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
837
|
+
"""Returns a corporation's medals"""
|
|
838
|
+
...
|
|
839
|
+
|
|
840
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
841
|
+
"""Returns a corporation's medals"""
|
|
842
|
+
...
|
|
843
|
+
|
|
844
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
845
|
+
"""Returns a corporation's medals"""
|
|
846
|
+
...
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
class GetCorporationsCorporationIdMedalsIssuedOperation(EsiOperation):
|
|
850
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
851
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
852
|
+
"""Returns medals issued by a corporation"""
|
|
853
|
+
...
|
|
854
|
+
|
|
855
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
856
|
+
"""Returns medals issued by a corporation"""
|
|
857
|
+
...
|
|
858
|
+
|
|
859
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
860
|
+
"""Returns medals issued by a corporation"""
|
|
861
|
+
...
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
class GetCorporationsCorporationIdMembersOperation(EsiOperation):
|
|
865
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
866
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
867
|
+
"""Return the current member list of a corporation, the token's character need to be a member of the corporation."""
|
|
868
|
+
...
|
|
869
|
+
|
|
870
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
871
|
+
"""Return the current member list of a corporation, the token's character need to be a member of the corporation."""
|
|
872
|
+
...
|
|
873
|
+
|
|
874
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
875
|
+
"""Return the current member list of a corporation, the token's character need to be a member of the corporation."""
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
class GetCorporationsCorporationIdMembersLimitOperation(EsiOperation):
|
|
880
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
881
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> int:
|
|
882
|
+
"""Return a corporation's member limit, not including CEO himself"""
|
|
883
|
+
...
|
|
884
|
+
|
|
885
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
886
|
+
"""Return a corporation's member limit, not including CEO himself"""
|
|
887
|
+
...
|
|
888
|
+
|
|
889
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
890
|
+
"""Return a corporation's member limit, not including CEO himself"""
|
|
891
|
+
...
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
class GetCorporationsCorporationIdMembersTitlesOperation(EsiOperation):
|
|
895
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
896
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
897
|
+
"""Returns a corporation's members' titles"""
|
|
898
|
+
...
|
|
899
|
+
|
|
900
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
901
|
+
"""Returns a corporation's members' titles"""
|
|
902
|
+
...
|
|
903
|
+
|
|
904
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
905
|
+
"""Returns a corporation's members' titles"""
|
|
906
|
+
...
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
class GetCorporationsCorporationIdMembertrackingOperation(EsiOperation):
|
|
910
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
911
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
912
|
+
"""Returns additional information about a corporation's members which helps tracking their activities"""
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
916
|
+
"""Returns additional information about a corporation's members which helps tracking their activities"""
|
|
917
|
+
...
|
|
918
|
+
|
|
919
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
920
|
+
"""Returns additional information about a corporation's members which helps tracking their activities"""
|
|
921
|
+
...
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
class GetCorporationsCorporationIdRolesOperation(EsiOperation):
|
|
925
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
926
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
927
|
+
"""Return the roles of all members if the character has the personnel manager role or any grantable role."""
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
931
|
+
"""Return the roles of all members if the character has the personnel manager role or any grantable role."""
|
|
932
|
+
...
|
|
933
|
+
|
|
934
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
935
|
+
"""Return the roles of all members if the character has the personnel manager role or any grantable role."""
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
class GetCorporationsCorporationIdRolesHistoryOperation(EsiOperation):
|
|
940
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
941
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
942
|
+
"""Return how roles have changed for a coporation's members, up to a month"""
|
|
943
|
+
...
|
|
944
|
+
|
|
945
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
946
|
+
"""Return how roles have changed for a coporation's members, up to a month"""
|
|
947
|
+
...
|
|
948
|
+
|
|
949
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
950
|
+
"""Return how roles have changed for a coporation's members, up to a month"""
|
|
951
|
+
...
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
class GetCorporationsCorporationIdShareholdersOperation(EsiOperation):
|
|
955
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
956
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
957
|
+
"""Return the current shareholders of a corporation."""
|
|
958
|
+
...
|
|
959
|
+
|
|
960
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
961
|
+
"""Return the current shareholders of a corporation."""
|
|
962
|
+
...
|
|
963
|
+
|
|
964
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
965
|
+
"""Return the current shareholders of a corporation."""
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
class GetCorporationsCorporationIdStandingsOperation(EsiOperation):
|
|
970
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
971
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
972
|
+
"""Return corporation standings from agents, NPC corporations, and factions"""
|
|
973
|
+
...
|
|
974
|
+
|
|
975
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
976
|
+
"""Return corporation standings from agents, NPC corporations, and factions"""
|
|
977
|
+
...
|
|
978
|
+
|
|
979
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
980
|
+
"""Return corporation standings from agents, NPC corporations, and factions"""
|
|
981
|
+
...
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
class GetCorporationsCorporationIdStarbasesOperation(EsiOperation):
|
|
985
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
986
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
987
|
+
"""Returns list of corporation starbases (POSes)"""
|
|
988
|
+
...
|
|
989
|
+
|
|
990
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
991
|
+
"""Returns list of corporation starbases (POSes)"""
|
|
992
|
+
...
|
|
993
|
+
|
|
994
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
995
|
+
"""Returns list of corporation starbases (POSes)"""
|
|
996
|
+
...
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
class GetCorporationsCorporationIdStarbasesStarbaseIdOperation(EsiOperation):
|
|
1000
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1001
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1002
|
+
"""Returns various settings and fuels of a starbase (POS)"""
|
|
1003
|
+
...
|
|
1004
|
+
|
|
1005
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1006
|
+
"""Returns various settings and fuels of a starbase (POS)"""
|
|
1007
|
+
...
|
|
1008
|
+
|
|
1009
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1010
|
+
"""Returns various settings and fuels of a starbase (POS)"""
|
|
1011
|
+
...
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
class GetCorporationsCorporationIdStructuresOperation(EsiOperation):
|
|
1015
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1016
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1017
|
+
"""Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th"""
|
|
1018
|
+
...
|
|
1019
|
+
|
|
1020
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1021
|
+
"""Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th"""
|
|
1022
|
+
...
|
|
1023
|
+
|
|
1024
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1025
|
+
"""Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th"""
|
|
1026
|
+
...
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
class GetCorporationsCorporationIdTitlesOperation(EsiOperation):
|
|
1030
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1031
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1032
|
+
"""Returns a corporation's titles"""
|
|
1033
|
+
...
|
|
1034
|
+
|
|
1035
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1036
|
+
"""Returns a corporation's titles"""
|
|
1037
|
+
...
|
|
1038
|
+
|
|
1039
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1040
|
+
"""Returns a corporation's titles"""
|
|
1041
|
+
...
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
class GetCorporationsNpccorpsOperation(EsiOperation):
|
|
1045
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1046
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
1047
|
+
"""Get a list of npc corporations This route expires daily at 11:05"""
|
|
1048
|
+
...
|
|
1049
|
+
|
|
1050
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
1051
|
+
"""Get a list of npc corporations This route expires daily at 11:05"""
|
|
1052
|
+
...
|
|
1053
|
+
|
|
1054
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
1055
|
+
"""Get a list of npc corporations This route expires daily at 11:05"""
|
|
1056
|
+
...
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
class GetCorporationsProjectsContributionOperation(EsiOperation):
|
|
1060
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1061
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1062
|
+
"""Show your contribution to a corporation project."""
|
|
1063
|
+
...
|
|
1064
|
+
|
|
1065
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1066
|
+
"""Show your contribution to a corporation project."""
|
|
1067
|
+
...
|
|
1068
|
+
|
|
1069
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1070
|
+
"""Show your contribution to a corporation project."""
|
|
1071
|
+
...
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
class GetCorporationsProjectsContributorsOperation(EsiOperation):
|
|
1075
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1076
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1077
|
+
"""Listing of all contributors to a corporation project."""
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1081
|
+
"""Listing of all contributors to a corporation project."""
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1085
|
+
"""Listing of all contributors to a corporation project."""
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
class GetCorporationsProjectsDetailOperation(EsiOperation):
|
|
1090
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1091
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1092
|
+
"""Get the details of a corporation project."""
|
|
1093
|
+
...
|
|
1094
|
+
|
|
1095
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1096
|
+
"""Get the details of a corporation project."""
|
|
1097
|
+
...
|
|
1098
|
+
|
|
1099
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1100
|
+
"""Get the details of a corporation project."""
|
|
1101
|
+
...
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
class GetCorporationsProjectsListingOperation(EsiOperation):
|
|
1105
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1106
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1107
|
+
"""Listing of all (active) corporation projects."""
|
|
1108
|
+
...
|
|
1109
|
+
|
|
1110
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1111
|
+
"""Listing of all (active) corporation projects."""
|
|
1112
|
+
...
|
|
1113
|
+
|
|
1114
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1115
|
+
"""Listing of all (active) corporation projects."""
|
|
1116
|
+
...
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
class GetDogmaAttributesOperation(EsiOperation):
|
|
1120
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1121
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
1122
|
+
"""Get a list of dogma attribute ids This route expires daily at 11:05"""
|
|
1123
|
+
...
|
|
1124
|
+
|
|
1125
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
1126
|
+
"""Get a list of dogma attribute ids This route expires daily at 11:05"""
|
|
1127
|
+
...
|
|
1128
|
+
|
|
1129
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
1130
|
+
"""Get a list of dogma attribute ids This route expires daily at 11:05"""
|
|
1131
|
+
...
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
class GetDogmaAttributesAttributeIdOperation(EsiOperation):
|
|
1135
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1136
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1137
|
+
"""Get information on a dogma attribute This route expires daily at 11:05"""
|
|
1138
|
+
...
|
|
1139
|
+
|
|
1140
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1141
|
+
"""Get information on a dogma attribute This route expires daily at 11:05"""
|
|
1142
|
+
...
|
|
1143
|
+
|
|
1144
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1145
|
+
"""Get information on a dogma attribute This route expires daily at 11:05"""
|
|
1146
|
+
...
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
class GetDogmaDynamicItemsTypeIdItemIdOperation(EsiOperation):
|
|
1150
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1151
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1152
|
+
"""Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05"""
|
|
1153
|
+
...
|
|
1154
|
+
|
|
1155
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1156
|
+
"""Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05"""
|
|
1157
|
+
...
|
|
1158
|
+
|
|
1159
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1160
|
+
"""Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05"""
|
|
1161
|
+
...
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
class GetDogmaEffectsOperation(EsiOperation):
|
|
1165
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1166
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
1167
|
+
"""Get a list of dogma effect ids This route expires daily at 11:05"""
|
|
1168
|
+
...
|
|
1169
|
+
|
|
1170
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
1171
|
+
"""Get a list of dogma effect ids This route expires daily at 11:05"""
|
|
1172
|
+
...
|
|
1173
|
+
|
|
1174
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
1175
|
+
"""Get a list of dogma effect ids This route expires daily at 11:05"""
|
|
1176
|
+
...
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
class GetDogmaEffectsEffectIdOperation(EsiOperation):
|
|
1180
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1181
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1182
|
+
"""Get information on a dogma effect This route expires daily at 11:05"""
|
|
1183
|
+
...
|
|
1184
|
+
|
|
1185
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1186
|
+
"""Get information on a dogma effect This route expires daily at 11:05"""
|
|
1187
|
+
...
|
|
1188
|
+
|
|
1189
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1190
|
+
"""Get information on a dogma effect This route expires daily at 11:05"""
|
|
1191
|
+
...
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
class GetCharactersCharacterIdFwStatsOperation(EsiOperation):
|
|
1195
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1196
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1197
|
+
"""Statistical overview of a character involved in faction warfare This route expires daily at 11:05"""
|
|
1198
|
+
...
|
|
1199
|
+
|
|
1200
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1201
|
+
"""Statistical overview of a character involved in faction warfare This route expires daily at 11:05"""
|
|
1202
|
+
...
|
|
1203
|
+
|
|
1204
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1205
|
+
"""Statistical overview of a character involved in faction warfare This route expires daily at 11:05"""
|
|
1206
|
+
...
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
class GetCorporationsCorporationIdFwStatsOperation(EsiOperation):
|
|
1210
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1211
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1212
|
+
"""Statistics about a corporation involved in faction warfare This route expires daily at 11:05"""
|
|
1213
|
+
...
|
|
1214
|
+
|
|
1215
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1216
|
+
"""Statistics about a corporation involved in faction warfare This route expires daily at 11:05"""
|
|
1217
|
+
...
|
|
1218
|
+
|
|
1219
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1220
|
+
"""Statistics about a corporation involved in faction warfare This route expires daily at 11:05"""
|
|
1221
|
+
...
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
class GetFwLeaderboardsOperation(EsiOperation):
|
|
1225
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1226
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1227
|
+
"""Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1228
|
+
...
|
|
1229
|
+
|
|
1230
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1231
|
+
"""Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1232
|
+
...
|
|
1233
|
+
|
|
1234
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1235
|
+
"""Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1236
|
+
...
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
class GetFwLeaderboardsCharactersOperation(EsiOperation):
|
|
1240
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1241
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1242
|
+
"""Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1243
|
+
...
|
|
1244
|
+
|
|
1245
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1246
|
+
"""Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1247
|
+
...
|
|
1248
|
+
|
|
1249
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1250
|
+
"""Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1251
|
+
...
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
class GetFwLeaderboardsCorporationsOperation(EsiOperation):
|
|
1255
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1256
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1257
|
+
"""Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1258
|
+
...
|
|
1259
|
+
|
|
1260
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1261
|
+
"""Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1262
|
+
...
|
|
1263
|
+
|
|
1264
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1265
|
+
"""Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
1266
|
+
...
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
class GetFwStatsOperation(EsiOperation):
|
|
1270
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1271
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1272
|
+
"""Statistical overviews of factions involved in faction warfare This route expires daily at 11:05"""
|
|
1273
|
+
...
|
|
1274
|
+
|
|
1275
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1276
|
+
"""Statistical overviews of factions involved in faction warfare This route expires daily at 11:05"""
|
|
1277
|
+
...
|
|
1278
|
+
|
|
1279
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1280
|
+
"""Statistical overviews of factions involved in faction warfare This route expires daily at 11:05"""
|
|
1281
|
+
...
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
class GetFwSystemsOperation(EsiOperation):
|
|
1285
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1286
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1287
|
+
"""An overview of the current ownership of faction warfare solar systems"""
|
|
1288
|
+
...
|
|
1289
|
+
|
|
1290
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1291
|
+
"""An overview of the current ownership of faction warfare solar systems"""
|
|
1292
|
+
...
|
|
1293
|
+
|
|
1294
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1295
|
+
"""An overview of the current ownership of faction warfare solar systems"""
|
|
1296
|
+
...
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
class GetFwWarsOperation(EsiOperation):
|
|
1300
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1301
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1302
|
+
"""Data about which NPC factions are at war This route expires daily at 11:05"""
|
|
1303
|
+
...
|
|
1304
|
+
|
|
1305
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1306
|
+
"""Data about which NPC factions are at war This route expires daily at 11:05"""
|
|
1307
|
+
...
|
|
1308
|
+
|
|
1309
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1310
|
+
"""Data about which NPC factions are at war This route expires daily at 11:05"""
|
|
1311
|
+
...
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
class DeleteCharactersCharacterIdFittingsFittingIdOperation(EsiOperation):
|
|
1315
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1316
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1317
|
+
"""Delete a fitting from a character"""
|
|
1318
|
+
...
|
|
1319
|
+
|
|
1320
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1321
|
+
"""Delete a fitting from a character"""
|
|
1322
|
+
...
|
|
1323
|
+
|
|
1324
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1325
|
+
"""Delete a fitting from a character"""
|
|
1326
|
+
...
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
class GetCharactersCharacterIdFittingsOperation(EsiOperation):
|
|
1330
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1331
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1332
|
+
"""Return fittings of a character"""
|
|
1333
|
+
...
|
|
1334
|
+
|
|
1335
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1336
|
+
"""Return fittings of a character"""
|
|
1337
|
+
...
|
|
1338
|
+
|
|
1339
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1340
|
+
"""Return fittings of a character"""
|
|
1341
|
+
...
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
class PostCharactersCharacterIdFittingsOperation(EsiOperation):
|
|
1345
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1346
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1347
|
+
"""Save a new fitting for a character"""
|
|
1348
|
+
...
|
|
1349
|
+
|
|
1350
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1351
|
+
"""Save a new fitting for a character"""
|
|
1352
|
+
...
|
|
1353
|
+
|
|
1354
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1355
|
+
"""Save a new fitting for a character"""
|
|
1356
|
+
...
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
class DeleteFleetsFleetIdMembersMemberIdOperation(EsiOperation):
|
|
1360
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1361
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1362
|
+
"""Kick a fleet member"""
|
|
1363
|
+
...
|
|
1364
|
+
|
|
1365
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1366
|
+
"""Kick a fleet member"""
|
|
1367
|
+
...
|
|
1368
|
+
|
|
1369
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1370
|
+
"""Kick a fleet member"""
|
|
1371
|
+
...
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
class DeleteFleetsFleetIdSquadsSquadIdOperation(EsiOperation):
|
|
1375
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1376
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1377
|
+
"""Delete a fleet squad, only empty squads can be deleted"""
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1381
|
+
"""Delete a fleet squad, only empty squads can be deleted"""
|
|
1382
|
+
...
|
|
1383
|
+
|
|
1384
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1385
|
+
"""Delete a fleet squad, only empty squads can be deleted"""
|
|
1386
|
+
...
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
class DeleteFleetsFleetIdWingsWingIdOperation(EsiOperation):
|
|
1390
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1391
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1392
|
+
"""Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty"""
|
|
1393
|
+
...
|
|
1394
|
+
|
|
1395
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1396
|
+
"""Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty"""
|
|
1397
|
+
...
|
|
1398
|
+
|
|
1399
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1400
|
+
"""Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty"""
|
|
1401
|
+
...
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
class GetCharactersCharacterIdFleetOperation(EsiOperation):
|
|
1405
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1406
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1407
|
+
"""Return the fleet ID the character is in, if any."""
|
|
1408
|
+
...
|
|
1409
|
+
|
|
1410
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1411
|
+
"""Return the fleet ID the character is in, if any."""
|
|
1412
|
+
...
|
|
1413
|
+
|
|
1414
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1415
|
+
"""Return the fleet ID the character is in, if any."""
|
|
1416
|
+
...
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
class GetFleetsFleetIdOperation(EsiOperation):
|
|
1420
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1421
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1422
|
+
"""Return details about a fleet"""
|
|
1423
|
+
...
|
|
1424
|
+
|
|
1425
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1426
|
+
"""Return details about a fleet"""
|
|
1427
|
+
...
|
|
1428
|
+
|
|
1429
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1430
|
+
"""Return details about a fleet"""
|
|
1431
|
+
...
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
class GetFleetsFleetIdMembersOperation(EsiOperation):
|
|
1435
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1436
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1437
|
+
"""Return information about fleet members"""
|
|
1438
|
+
...
|
|
1439
|
+
|
|
1440
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1441
|
+
"""Return information about fleet members"""
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1445
|
+
"""Return information about fleet members"""
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
class GetFleetsFleetIdWingsOperation(EsiOperation):
|
|
1450
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1451
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1452
|
+
"""Return information about wings in a fleet"""
|
|
1453
|
+
...
|
|
1454
|
+
|
|
1455
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1456
|
+
"""Return information about wings in a fleet"""
|
|
1457
|
+
...
|
|
1458
|
+
|
|
1459
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1460
|
+
"""Return information about wings in a fleet"""
|
|
1461
|
+
...
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
class PostFleetsFleetIdMembersOperation(EsiOperation):
|
|
1465
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1466
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1467
|
+
"""Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI"""
|
|
1468
|
+
...
|
|
1469
|
+
|
|
1470
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1471
|
+
"""Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI"""
|
|
1472
|
+
...
|
|
1473
|
+
|
|
1474
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1475
|
+
"""Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI"""
|
|
1476
|
+
...
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
class PostFleetsFleetIdWingsOperation(EsiOperation):
|
|
1480
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1481
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1482
|
+
"""Create a new wing in a fleet"""
|
|
1483
|
+
...
|
|
1484
|
+
|
|
1485
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1486
|
+
"""Create a new wing in a fleet"""
|
|
1487
|
+
...
|
|
1488
|
+
|
|
1489
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1490
|
+
"""Create a new wing in a fleet"""
|
|
1491
|
+
...
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
class PostFleetsFleetIdWingsWingIdSquadsOperation(EsiOperation):
|
|
1495
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1496
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1497
|
+
"""Create a new squad in a fleet"""
|
|
1498
|
+
...
|
|
1499
|
+
|
|
1500
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1501
|
+
"""Create a new squad in a fleet"""
|
|
1502
|
+
...
|
|
1503
|
+
|
|
1504
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1505
|
+
"""Create a new squad in a fleet"""
|
|
1506
|
+
...
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
class PutFleetsFleetIdOperation(EsiOperation):
|
|
1510
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1511
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1512
|
+
"""Update settings about a fleet"""
|
|
1513
|
+
...
|
|
1514
|
+
|
|
1515
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1516
|
+
"""Update settings about a fleet"""
|
|
1517
|
+
...
|
|
1518
|
+
|
|
1519
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1520
|
+
"""Update settings about a fleet"""
|
|
1521
|
+
...
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
class PutFleetsFleetIdMembersMemberIdOperation(EsiOperation):
|
|
1525
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1526
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1527
|
+
"""Move a fleet member around"""
|
|
1528
|
+
...
|
|
1529
|
+
|
|
1530
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1531
|
+
"""Move a fleet member around"""
|
|
1532
|
+
...
|
|
1533
|
+
|
|
1534
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1535
|
+
"""Move a fleet member around"""
|
|
1536
|
+
...
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
class PutFleetsFleetIdSquadsSquadIdOperation(EsiOperation):
|
|
1540
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1541
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1542
|
+
"""Rename a fleet squad"""
|
|
1543
|
+
...
|
|
1544
|
+
|
|
1545
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1546
|
+
"""Rename a fleet squad"""
|
|
1547
|
+
...
|
|
1548
|
+
|
|
1549
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1550
|
+
"""Rename a fleet squad"""
|
|
1551
|
+
...
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
class PutFleetsFleetIdWingsWingIdOperation(EsiOperation):
|
|
1555
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1556
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1557
|
+
"""Rename a fleet wing"""
|
|
1558
|
+
...
|
|
1559
|
+
|
|
1560
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1561
|
+
"""Rename a fleet wing"""
|
|
1562
|
+
...
|
|
1563
|
+
|
|
1564
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1565
|
+
"""Rename a fleet wing"""
|
|
1566
|
+
...
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
class GetIncursionsOperation(EsiOperation):
|
|
1570
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1571
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1572
|
+
"""Return a list of current incursions"""
|
|
1573
|
+
...
|
|
1574
|
+
|
|
1575
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1576
|
+
"""Return a list of current incursions"""
|
|
1577
|
+
...
|
|
1578
|
+
|
|
1579
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1580
|
+
"""Return a list of current incursions"""
|
|
1581
|
+
...
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
class GetCharactersCharacterIdIndustryJobsOperation(EsiOperation):
|
|
1585
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1586
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1587
|
+
"""List industry jobs placed by a character"""
|
|
1588
|
+
...
|
|
1589
|
+
|
|
1590
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1591
|
+
"""List industry jobs placed by a character"""
|
|
1592
|
+
...
|
|
1593
|
+
|
|
1594
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1595
|
+
"""List industry jobs placed by a character"""
|
|
1596
|
+
...
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
class GetCharactersCharacterIdMiningOperation(EsiOperation):
|
|
1600
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1601
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1602
|
+
"""Paginated record of all mining done by a character for the past 30 days"""
|
|
1603
|
+
...
|
|
1604
|
+
|
|
1605
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1606
|
+
"""Paginated record of all mining done by a character for the past 30 days"""
|
|
1607
|
+
...
|
|
1608
|
+
|
|
1609
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1610
|
+
"""Paginated record of all mining done by a character for the past 30 days"""
|
|
1611
|
+
...
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
class GetCorporationCorporationIdMiningExtractionsOperation(EsiOperation):
|
|
1615
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1616
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1617
|
+
"""Extraction timers for all moon chunks being extracted by refineries belonging to a corporation."""
|
|
1618
|
+
...
|
|
1619
|
+
|
|
1620
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1621
|
+
"""Extraction timers for all moon chunks being extracted by refineries belonging to a corporation."""
|
|
1622
|
+
...
|
|
1623
|
+
|
|
1624
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1625
|
+
"""Extraction timers for all moon chunks being extracted by refineries belonging to a corporation."""
|
|
1626
|
+
...
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
class GetCorporationCorporationIdMiningObserversOperation(EsiOperation):
|
|
1630
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1631
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1632
|
+
"""Paginated list of all entities capable of observing and recording mining for a corporation"""
|
|
1633
|
+
...
|
|
1634
|
+
|
|
1635
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1636
|
+
"""Paginated list of all entities capable of observing and recording mining for a corporation"""
|
|
1637
|
+
...
|
|
1638
|
+
|
|
1639
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1640
|
+
"""Paginated list of all entities capable of observing and recording mining for a corporation"""
|
|
1641
|
+
...
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
class GetCorporationCorporationIdMiningObserversObserverIdOperation(EsiOperation):
|
|
1645
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1646
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1647
|
+
"""Paginated record of all mining seen by an observer"""
|
|
1648
|
+
...
|
|
1649
|
+
|
|
1650
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1651
|
+
"""Paginated record of all mining seen by an observer"""
|
|
1652
|
+
...
|
|
1653
|
+
|
|
1654
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1655
|
+
"""Paginated record of all mining seen by an observer"""
|
|
1656
|
+
...
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
class GetCorporationsCorporationIdIndustryJobsOperation(EsiOperation):
|
|
1660
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1661
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1662
|
+
"""List industry jobs run by a corporation"""
|
|
1663
|
+
...
|
|
1664
|
+
|
|
1665
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1666
|
+
"""List industry jobs run by a corporation"""
|
|
1667
|
+
...
|
|
1668
|
+
|
|
1669
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1670
|
+
"""List industry jobs run by a corporation"""
|
|
1671
|
+
...
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
class GetIndustryFacilitiesOperation(EsiOperation):
|
|
1675
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1676
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1677
|
+
"""Return a list of industry facilities"""
|
|
1678
|
+
...
|
|
1679
|
+
|
|
1680
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1681
|
+
"""Return a list of industry facilities"""
|
|
1682
|
+
...
|
|
1683
|
+
|
|
1684
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1685
|
+
"""Return a list of industry facilities"""
|
|
1686
|
+
...
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
class GetIndustrySystemsOperation(EsiOperation):
|
|
1690
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1691
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1692
|
+
"""Return cost indices for solar systems"""
|
|
1693
|
+
...
|
|
1694
|
+
|
|
1695
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1696
|
+
"""Return cost indices for solar systems"""
|
|
1697
|
+
...
|
|
1698
|
+
|
|
1699
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1700
|
+
"""Return cost indices for solar systems"""
|
|
1701
|
+
...
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
class GetInsurancePricesOperation(EsiOperation):
|
|
1705
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1706
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1707
|
+
"""Return available insurance levels for all ship types"""
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1711
|
+
"""Return available insurance levels for all ship types"""
|
|
1712
|
+
...
|
|
1713
|
+
|
|
1714
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1715
|
+
"""Return available insurance levels for all ship types"""
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
class GetCharactersCharacterIdKillmailsRecentOperation(EsiOperation):
|
|
1720
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1721
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1722
|
+
"""Return a list of a character's kills and losses going back 90 days"""
|
|
1723
|
+
...
|
|
1724
|
+
|
|
1725
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1726
|
+
"""Return a list of a character's kills and losses going back 90 days"""
|
|
1727
|
+
...
|
|
1728
|
+
|
|
1729
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1730
|
+
"""Return a list of a character's kills and losses going back 90 days"""
|
|
1731
|
+
...
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
class GetCorporationsCorporationIdKillmailsRecentOperation(EsiOperation):
|
|
1735
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1736
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1737
|
+
"""Get a list of a corporation's kills and losses going back 90 days"""
|
|
1738
|
+
...
|
|
1739
|
+
|
|
1740
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1741
|
+
"""Get a list of a corporation's kills and losses going back 90 days"""
|
|
1742
|
+
...
|
|
1743
|
+
|
|
1744
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1745
|
+
"""Get a list of a corporation's kills and losses going back 90 days"""
|
|
1746
|
+
...
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
class GetKillmailsKillmailIdKillmailHashOperation(EsiOperation):
|
|
1750
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1751
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1752
|
+
"""Return a single killmail from its ID and hash"""
|
|
1753
|
+
...
|
|
1754
|
+
|
|
1755
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1756
|
+
"""Return a single killmail from its ID and hash"""
|
|
1757
|
+
...
|
|
1758
|
+
|
|
1759
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1760
|
+
"""Return a single killmail from its ID and hash"""
|
|
1761
|
+
...
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
class GetCharactersCharacterIdLocationOperation(EsiOperation):
|
|
1765
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1766
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1767
|
+
"""Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable"""
|
|
1768
|
+
...
|
|
1769
|
+
|
|
1770
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1771
|
+
"""Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable"""
|
|
1772
|
+
...
|
|
1773
|
+
|
|
1774
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1775
|
+
"""Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable"""
|
|
1776
|
+
...
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
class GetCharactersCharacterIdOnlineOperation(EsiOperation):
|
|
1780
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1781
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1782
|
+
"""Checks if the character is currently online"""
|
|
1783
|
+
...
|
|
1784
|
+
|
|
1785
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1786
|
+
"""Checks if the character is currently online"""
|
|
1787
|
+
...
|
|
1788
|
+
|
|
1789
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1790
|
+
"""Checks if the character is currently online"""
|
|
1791
|
+
...
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
class GetCharactersCharacterIdShipOperation(EsiOperation):
|
|
1795
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1796
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1797
|
+
"""Get the current ship type, name and id"""
|
|
1798
|
+
...
|
|
1799
|
+
|
|
1800
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1801
|
+
"""Get the current ship type, name and id"""
|
|
1802
|
+
...
|
|
1803
|
+
|
|
1804
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1805
|
+
"""Get the current ship type, name and id"""
|
|
1806
|
+
...
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
class GetCharactersCharacterIdLoyaltyPointsOperation(EsiOperation):
|
|
1810
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1811
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1812
|
+
"""Return a list of loyalty points for all corporations the character has worked for"""
|
|
1813
|
+
...
|
|
1814
|
+
|
|
1815
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1816
|
+
"""Return a list of loyalty points for all corporations the character has worked for"""
|
|
1817
|
+
...
|
|
1818
|
+
|
|
1819
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1820
|
+
"""Return a list of loyalty points for all corporations the character has worked for"""
|
|
1821
|
+
...
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
class GetLoyaltyStoresCorporationIdOffersOperation(EsiOperation):
|
|
1825
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1826
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1827
|
+
"""Return a list of offers from a specific corporation's loyalty store This route expires daily at 11:05"""
|
|
1828
|
+
...
|
|
1829
|
+
|
|
1830
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1831
|
+
"""Return a list of offers from a specific corporation's loyalty store This route expires daily at 11:05"""
|
|
1832
|
+
...
|
|
1833
|
+
|
|
1834
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1835
|
+
"""Return a list of offers from a specific corporation's loyalty store This route expires daily at 11:05"""
|
|
1836
|
+
...
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
class DeleteCharactersCharacterIdMailLabelsLabelIdOperation(EsiOperation):
|
|
1840
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1841
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1842
|
+
"""Delete a mail label"""
|
|
1843
|
+
...
|
|
1844
|
+
|
|
1845
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1846
|
+
"""Delete a mail label"""
|
|
1847
|
+
...
|
|
1848
|
+
|
|
1849
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1850
|
+
"""Delete a mail label"""
|
|
1851
|
+
...
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
class DeleteCharactersCharacterIdMailMailIdOperation(EsiOperation):
|
|
1855
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1856
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1857
|
+
"""Delete a mail"""
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1861
|
+
"""Delete a mail"""
|
|
1862
|
+
...
|
|
1863
|
+
|
|
1864
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1865
|
+
"""Delete a mail"""
|
|
1866
|
+
...
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
class GetCharactersCharacterIdMailOperation(EsiOperation):
|
|
1870
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1871
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1872
|
+
"""Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards"""
|
|
1873
|
+
...
|
|
1874
|
+
|
|
1875
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1876
|
+
"""Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards"""
|
|
1877
|
+
...
|
|
1878
|
+
|
|
1879
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1880
|
+
"""Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards"""
|
|
1881
|
+
...
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
class GetCharactersCharacterIdMailLabelsOperation(EsiOperation):
|
|
1885
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1886
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1887
|
+
"""Return a list of the users mail labels, unread counts for each label and a total unread count."""
|
|
1888
|
+
...
|
|
1889
|
+
|
|
1890
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1891
|
+
"""Return a list of the users mail labels, unread counts for each label and a total unread count."""
|
|
1892
|
+
...
|
|
1893
|
+
|
|
1894
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1895
|
+
"""Return a list of the users mail labels, unread counts for each label and a total unread count."""
|
|
1896
|
+
...
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
class GetCharactersCharacterIdMailListsOperation(EsiOperation):
|
|
1900
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1901
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1902
|
+
"""Return all mailing lists that the character is subscribed to"""
|
|
1903
|
+
...
|
|
1904
|
+
|
|
1905
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1906
|
+
"""Return all mailing lists that the character is subscribed to"""
|
|
1907
|
+
...
|
|
1908
|
+
|
|
1909
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1910
|
+
"""Return all mailing lists that the character is subscribed to"""
|
|
1911
|
+
...
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
class GetCharactersCharacterIdMailMailIdOperation(EsiOperation):
|
|
1915
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1916
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
1917
|
+
"""Return the contents of an EVE mail"""
|
|
1918
|
+
...
|
|
1919
|
+
|
|
1920
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1921
|
+
"""Return the contents of an EVE mail"""
|
|
1922
|
+
...
|
|
1923
|
+
|
|
1924
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1925
|
+
"""Return the contents of an EVE mail"""
|
|
1926
|
+
...
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
class PostCharactersCharacterIdMailOperation(EsiOperation):
|
|
1930
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1931
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1932
|
+
"""Create and send a new mail"""
|
|
1933
|
+
...
|
|
1934
|
+
|
|
1935
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1936
|
+
"""Create and send a new mail"""
|
|
1937
|
+
...
|
|
1938
|
+
|
|
1939
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1940
|
+
"""Create and send a new mail"""
|
|
1941
|
+
...
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
class PostCharactersCharacterIdMailLabelsOperation(EsiOperation):
|
|
1945
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1946
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1947
|
+
"""Create a mail label"""
|
|
1948
|
+
...
|
|
1949
|
+
|
|
1950
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1951
|
+
"""Create a mail label"""
|
|
1952
|
+
...
|
|
1953
|
+
|
|
1954
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1955
|
+
"""Create a mail label"""
|
|
1956
|
+
...
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
class PutCharactersCharacterIdMailMailIdOperation(EsiOperation):
|
|
1960
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1961
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
1962
|
+
"""Update metadata about a mail"""
|
|
1963
|
+
...
|
|
1964
|
+
|
|
1965
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
1966
|
+
"""Update metadata about a mail"""
|
|
1967
|
+
...
|
|
1968
|
+
|
|
1969
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
1970
|
+
"""Update metadata about a mail"""
|
|
1971
|
+
...
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
class GetCharactersCharacterIdOrdersOperation(EsiOperation):
|
|
1975
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1976
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1977
|
+
"""List open market orders placed by a character"""
|
|
1978
|
+
...
|
|
1979
|
+
|
|
1980
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1981
|
+
"""List open market orders placed by a character"""
|
|
1982
|
+
...
|
|
1983
|
+
|
|
1984
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
1985
|
+
"""List open market orders placed by a character"""
|
|
1986
|
+
...
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
class GetCharactersCharacterIdOrdersHistoryOperation(EsiOperation):
|
|
1990
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
1991
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1992
|
+
"""List cancelled and expired market orders placed by a character up to 90 days in the past."""
|
|
1993
|
+
...
|
|
1994
|
+
|
|
1995
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
1996
|
+
"""List cancelled and expired market orders placed by a character up to 90 days in the past."""
|
|
1997
|
+
...
|
|
1998
|
+
|
|
1999
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2000
|
+
"""List cancelled and expired market orders placed by a character up to 90 days in the past."""
|
|
2001
|
+
...
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
class GetCorporationsCorporationIdOrdersOperation(EsiOperation):
|
|
2005
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2006
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2007
|
+
"""List open market orders placed on behalf of a corporation"""
|
|
2008
|
+
...
|
|
2009
|
+
|
|
2010
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2011
|
+
"""List open market orders placed on behalf of a corporation"""
|
|
2012
|
+
...
|
|
2013
|
+
|
|
2014
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2015
|
+
"""List open market orders placed on behalf of a corporation"""
|
|
2016
|
+
...
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
class GetCorporationsCorporationIdOrdersHistoryOperation(EsiOperation):
|
|
2020
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2021
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2022
|
+
"""List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past."""
|
|
2023
|
+
...
|
|
2024
|
+
|
|
2025
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2026
|
+
"""List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past."""
|
|
2027
|
+
...
|
|
2028
|
+
|
|
2029
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2030
|
+
"""List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past."""
|
|
2031
|
+
...
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
class GetMarketsGroupsOperation(EsiOperation):
|
|
2035
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2036
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2037
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
2038
|
+
...
|
|
2039
|
+
|
|
2040
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2041
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
2042
|
+
...
|
|
2043
|
+
|
|
2044
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2045
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
2046
|
+
...
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
class GetMarketsGroupsMarketGroupIdOperation(EsiOperation):
|
|
2050
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2051
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2052
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
2053
|
+
...
|
|
2054
|
+
|
|
2055
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2056
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
2057
|
+
...
|
|
2058
|
+
|
|
2059
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2060
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
2061
|
+
...
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
class GetMarketsPricesOperation(EsiOperation):
|
|
2065
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2066
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2067
|
+
"""Return a list of prices"""
|
|
2068
|
+
...
|
|
2069
|
+
|
|
2070
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2071
|
+
"""Return a list of prices"""
|
|
2072
|
+
...
|
|
2073
|
+
|
|
2074
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2075
|
+
"""Return a list of prices"""
|
|
2076
|
+
...
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
class GetMarketsRegionIdHistoryOperation(EsiOperation):
|
|
2080
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2081
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2082
|
+
"""Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05"""
|
|
2083
|
+
...
|
|
2084
|
+
|
|
2085
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2086
|
+
"""Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05"""
|
|
2087
|
+
...
|
|
2088
|
+
|
|
2089
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2090
|
+
"""Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05"""
|
|
2091
|
+
...
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
class GetMarketsRegionIdOrdersOperation(EsiOperation):
|
|
2095
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2096
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2097
|
+
"""Return a list of orders in a region"""
|
|
2098
|
+
...
|
|
2099
|
+
|
|
2100
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2101
|
+
"""Return a list of orders in a region"""
|
|
2102
|
+
...
|
|
2103
|
+
|
|
2104
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2105
|
+
"""Return a list of orders in a region"""
|
|
2106
|
+
...
|
|
2107
|
+
|
|
2108
|
+
|
|
2109
|
+
class GetMarketsRegionIdTypesOperation(EsiOperation):
|
|
2110
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2111
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2112
|
+
"""Return a list of type IDs that have active orders in the region, for efficient market indexing."""
|
|
2113
|
+
...
|
|
2114
|
+
|
|
2115
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2116
|
+
"""Return a list of type IDs that have active orders in the region, for efficient market indexing."""
|
|
2117
|
+
...
|
|
2118
|
+
|
|
2119
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2120
|
+
"""Return a list of type IDs that have active orders in the region, for efficient market indexing."""
|
|
2121
|
+
...
|
|
2122
|
+
|
|
2123
|
+
|
|
2124
|
+
class GetMarketsStructuresStructureIdOperation(EsiOperation):
|
|
2125
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2126
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2127
|
+
"""Return all orders in a structure"""
|
|
2128
|
+
...
|
|
2129
|
+
|
|
2130
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2131
|
+
"""Return all orders in a structure"""
|
|
2132
|
+
...
|
|
2133
|
+
|
|
2134
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2135
|
+
"""Return all orders in a structure"""
|
|
2136
|
+
...
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
class GetCharactersCharacterIdPlanetsOperation(EsiOperation):
|
|
2140
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2141
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2142
|
+
"""Returns a list of all planetary colonies owned by a character."""
|
|
2143
|
+
...
|
|
2144
|
+
|
|
2145
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2146
|
+
"""Returns a list of all planetary colonies owned by a character."""
|
|
2147
|
+
...
|
|
2148
|
+
|
|
2149
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2150
|
+
"""Returns a list of all planetary colonies owned by a character."""
|
|
2151
|
+
...
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
class GetCharactersCharacterIdPlanetsPlanetIdOperation(EsiOperation):
|
|
2155
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2156
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2157
|
+
"""Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met."""
|
|
2158
|
+
...
|
|
2159
|
+
|
|
2160
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2161
|
+
"""Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met."""
|
|
2162
|
+
...
|
|
2163
|
+
|
|
2164
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2165
|
+
"""Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met."""
|
|
2166
|
+
...
|
|
2167
|
+
|
|
2168
|
+
|
|
2169
|
+
class GetCorporationsCorporationIdCustomsOfficesOperation(EsiOperation):
|
|
2170
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2171
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2172
|
+
"""List customs offices owned by a corporation"""
|
|
2173
|
+
...
|
|
2174
|
+
|
|
2175
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2176
|
+
"""List customs offices owned by a corporation"""
|
|
2177
|
+
...
|
|
2178
|
+
|
|
2179
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2180
|
+
"""List customs offices owned by a corporation"""
|
|
2181
|
+
...
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
class GetUniverseSchematicsSchematicIdOperation(EsiOperation):
|
|
2185
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2186
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2187
|
+
"""Get information on a planetary factory schematic"""
|
|
2188
|
+
...
|
|
2189
|
+
|
|
2190
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2191
|
+
"""Get information on a planetary factory schematic"""
|
|
2192
|
+
...
|
|
2193
|
+
|
|
2194
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2195
|
+
"""Get information on a planetary factory schematic"""
|
|
2196
|
+
...
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
class GetRouteOriginDestinationOperation(EsiOperation):
|
|
2200
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2201
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2202
|
+
"""Get the systems between origin and destination"""
|
|
2203
|
+
...
|
|
2204
|
+
|
|
2205
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2206
|
+
"""Get the systems between origin and destination"""
|
|
2207
|
+
...
|
|
2208
|
+
|
|
2209
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2210
|
+
"""Get the systems between origin and destination"""
|
|
2211
|
+
...
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
class GetCharactersCharacterIdSearchOperation(EsiOperation):
|
|
2215
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2216
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2217
|
+
"""Search for entities that match a given sub-string."""
|
|
2218
|
+
...
|
|
2219
|
+
|
|
2220
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2221
|
+
"""Search for entities that match a given sub-string."""
|
|
2222
|
+
...
|
|
2223
|
+
|
|
2224
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2225
|
+
"""Search for entities that match a given sub-string."""
|
|
2226
|
+
...
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
class GetCharactersCharacterIdAttributesOperation(EsiOperation):
|
|
2230
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2231
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2232
|
+
"""Return attributes of a character"""
|
|
2233
|
+
...
|
|
2234
|
+
|
|
2235
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2236
|
+
"""Return attributes of a character"""
|
|
2237
|
+
...
|
|
2238
|
+
|
|
2239
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2240
|
+
"""Return attributes of a character"""
|
|
2241
|
+
...
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
class GetCharactersCharacterIdSkillqueueOperation(EsiOperation):
|
|
2245
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2246
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2247
|
+
"""List the configured skill queue for the given character"""
|
|
2248
|
+
...
|
|
2249
|
+
|
|
2250
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2251
|
+
"""List the configured skill queue for the given character"""
|
|
2252
|
+
...
|
|
2253
|
+
|
|
2254
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2255
|
+
"""List the configured skill queue for the given character"""
|
|
2256
|
+
...
|
|
2257
|
+
|
|
2258
|
+
|
|
2259
|
+
class GetCharactersCharacterIdSkillsOperation(EsiOperation):
|
|
2260
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2261
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2262
|
+
"""List all trained skills for the given character"""
|
|
2263
|
+
...
|
|
2264
|
+
|
|
2265
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2266
|
+
"""List all trained skills for the given character"""
|
|
2267
|
+
...
|
|
2268
|
+
|
|
2269
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2270
|
+
"""List all trained skills for the given character"""
|
|
2271
|
+
...
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
class GetSovereigntyCampaignsOperation(EsiOperation):
|
|
2275
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2276
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2277
|
+
"""Shows sovereignty data for campaigns."""
|
|
2278
|
+
...
|
|
2279
|
+
|
|
2280
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2281
|
+
"""Shows sovereignty data for campaigns."""
|
|
2282
|
+
...
|
|
2283
|
+
|
|
2284
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2285
|
+
"""Shows sovereignty data for campaigns."""
|
|
2286
|
+
...
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
class GetSovereigntyMapOperation(EsiOperation):
|
|
2290
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2291
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2292
|
+
"""Shows sovereignty information for solar systems"""
|
|
2293
|
+
...
|
|
2294
|
+
|
|
2295
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2296
|
+
"""Shows sovereignty information for solar systems"""
|
|
2297
|
+
...
|
|
2298
|
+
|
|
2299
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2300
|
+
"""Shows sovereignty information for solar systems"""
|
|
2301
|
+
...
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
class GetSovereigntyStructuresOperation(EsiOperation):
|
|
2305
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2306
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2307
|
+
"""Shows sovereignty data for structures."""
|
|
2308
|
+
...
|
|
2309
|
+
|
|
2310
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2311
|
+
"""Shows sovereignty data for structures."""
|
|
2312
|
+
...
|
|
2313
|
+
|
|
2314
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2315
|
+
"""Shows sovereignty data for structures."""
|
|
2316
|
+
...
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
class GetStatusOperation(EsiOperation):
|
|
2320
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2321
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2322
|
+
"""EVE Server status"""
|
|
2323
|
+
...
|
|
2324
|
+
|
|
2325
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2326
|
+
"""EVE Server status"""
|
|
2327
|
+
...
|
|
2328
|
+
|
|
2329
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2330
|
+
"""EVE Server status"""
|
|
2331
|
+
...
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
class GetUniverseAncestriesOperation(EsiOperation):
|
|
2335
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2336
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2337
|
+
"""Get all character ancestries This route expires daily at 11:05"""
|
|
2338
|
+
...
|
|
2339
|
+
|
|
2340
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2341
|
+
"""Get all character ancestries This route expires daily at 11:05"""
|
|
2342
|
+
...
|
|
2343
|
+
|
|
2344
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2345
|
+
"""Get all character ancestries This route expires daily at 11:05"""
|
|
2346
|
+
...
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
class GetUniverseAsteroidBeltsAsteroidBeltIdOperation(EsiOperation):
|
|
2350
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2351
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2352
|
+
"""Get information on an asteroid belt This route expires daily at 11:05"""
|
|
2353
|
+
...
|
|
2354
|
+
|
|
2355
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2356
|
+
"""Get information on an asteroid belt This route expires daily at 11:05"""
|
|
2357
|
+
...
|
|
2358
|
+
|
|
2359
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2360
|
+
"""Get information on an asteroid belt This route expires daily at 11:05"""
|
|
2361
|
+
...
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
class GetUniverseBloodlinesOperation(EsiOperation):
|
|
2365
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2366
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2367
|
+
"""Get a list of bloodlines This route expires daily at 11:05"""
|
|
2368
|
+
...
|
|
2369
|
+
|
|
2370
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2371
|
+
"""Get a list of bloodlines This route expires daily at 11:05"""
|
|
2372
|
+
...
|
|
2373
|
+
|
|
2374
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2375
|
+
"""Get a list of bloodlines This route expires daily at 11:05"""
|
|
2376
|
+
...
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
class GetUniverseCategoriesOperation(EsiOperation):
|
|
2380
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2381
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2382
|
+
"""Get a list of item categories This route expires daily at 11:05"""
|
|
2383
|
+
...
|
|
2384
|
+
|
|
2385
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2386
|
+
"""Get a list of item categories This route expires daily at 11:05"""
|
|
2387
|
+
...
|
|
2388
|
+
|
|
2389
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2390
|
+
"""Get a list of item categories This route expires daily at 11:05"""
|
|
2391
|
+
...
|
|
2392
|
+
|
|
2393
|
+
|
|
2394
|
+
class GetUniverseCategoriesCategoryIdOperation(EsiOperation):
|
|
2395
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2396
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2397
|
+
"""Get information of an item category This route expires daily at 11:05"""
|
|
2398
|
+
...
|
|
2399
|
+
|
|
2400
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2401
|
+
"""Get information of an item category This route expires daily at 11:05"""
|
|
2402
|
+
...
|
|
2403
|
+
|
|
2404
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2405
|
+
"""Get information of an item category This route expires daily at 11:05"""
|
|
2406
|
+
...
|
|
2407
|
+
|
|
2408
|
+
|
|
2409
|
+
class GetUniverseConstellationsOperation(EsiOperation):
|
|
2410
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2411
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2412
|
+
"""Get a list of constellations This route expires daily at 11:05"""
|
|
2413
|
+
...
|
|
2414
|
+
|
|
2415
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2416
|
+
"""Get a list of constellations This route expires daily at 11:05"""
|
|
2417
|
+
...
|
|
2418
|
+
|
|
2419
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2420
|
+
"""Get a list of constellations This route expires daily at 11:05"""
|
|
2421
|
+
...
|
|
2422
|
+
|
|
2423
|
+
|
|
2424
|
+
class GetUniverseConstellationsConstellationIdOperation(EsiOperation):
|
|
2425
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2426
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2427
|
+
"""Get information on a constellation This route expires daily at 11:05"""
|
|
2428
|
+
...
|
|
2429
|
+
|
|
2430
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2431
|
+
"""Get information on a constellation This route expires daily at 11:05"""
|
|
2432
|
+
...
|
|
2433
|
+
|
|
2434
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2435
|
+
"""Get information on a constellation This route expires daily at 11:05"""
|
|
2436
|
+
...
|
|
2437
|
+
|
|
2438
|
+
|
|
2439
|
+
class GetUniverseFactionsOperation(EsiOperation):
|
|
2440
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2441
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2442
|
+
"""Get a list of factions This route expires daily at 11:05"""
|
|
2443
|
+
...
|
|
2444
|
+
|
|
2445
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2446
|
+
"""Get a list of factions This route expires daily at 11:05"""
|
|
2447
|
+
...
|
|
2448
|
+
|
|
2449
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2450
|
+
"""Get a list of factions This route expires daily at 11:05"""
|
|
2451
|
+
...
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
class GetUniverseGraphicsOperation(EsiOperation):
|
|
2455
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2456
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2457
|
+
"""Get a list of graphics This route expires daily at 11:05"""
|
|
2458
|
+
...
|
|
2459
|
+
|
|
2460
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2461
|
+
"""Get a list of graphics This route expires daily at 11:05"""
|
|
2462
|
+
...
|
|
2463
|
+
|
|
2464
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2465
|
+
"""Get a list of graphics This route expires daily at 11:05"""
|
|
2466
|
+
...
|
|
2467
|
+
|
|
2468
|
+
|
|
2469
|
+
class GetUniverseGraphicsGraphicIdOperation(EsiOperation):
|
|
2470
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2471
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2472
|
+
"""Get information on a graphic This route expires daily at 11:05"""
|
|
2473
|
+
...
|
|
2474
|
+
|
|
2475
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2476
|
+
"""Get information on a graphic This route expires daily at 11:05"""
|
|
2477
|
+
...
|
|
2478
|
+
|
|
2479
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2480
|
+
"""Get information on a graphic This route expires daily at 11:05"""
|
|
2481
|
+
...
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
class GetUniverseGroupsOperation(EsiOperation):
|
|
2485
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2486
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2487
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
2488
|
+
...
|
|
2489
|
+
|
|
2490
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2491
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
2492
|
+
...
|
|
2493
|
+
|
|
2494
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2495
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
2496
|
+
...
|
|
2497
|
+
|
|
2498
|
+
|
|
2499
|
+
class GetUniverseGroupsGroupIdOperation(EsiOperation):
|
|
2500
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2501
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2502
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
2503
|
+
...
|
|
2504
|
+
|
|
2505
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2506
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
2507
|
+
...
|
|
2508
|
+
|
|
2509
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2510
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
2511
|
+
...
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
class GetUniverseMoonsMoonIdOperation(EsiOperation):
|
|
2515
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2516
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2517
|
+
"""Get information on a moon This route expires daily at 11:05"""
|
|
2518
|
+
...
|
|
2519
|
+
|
|
2520
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2521
|
+
"""Get information on a moon This route expires daily at 11:05"""
|
|
2522
|
+
...
|
|
2523
|
+
|
|
2524
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2525
|
+
"""Get information on a moon This route expires daily at 11:05"""
|
|
2526
|
+
...
|
|
2527
|
+
|
|
2528
|
+
|
|
2529
|
+
class GetUniversePlanetsPlanetIdOperation(EsiOperation):
|
|
2530
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2531
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2532
|
+
"""Get information on a planet This route expires daily at 11:05"""
|
|
2533
|
+
...
|
|
2534
|
+
|
|
2535
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2536
|
+
"""Get information on a planet This route expires daily at 11:05"""
|
|
2537
|
+
...
|
|
2538
|
+
|
|
2539
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2540
|
+
"""Get information on a planet This route expires daily at 11:05"""
|
|
2541
|
+
...
|
|
2542
|
+
|
|
2543
|
+
|
|
2544
|
+
class GetUniverseRacesOperation(EsiOperation):
|
|
2545
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2546
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2547
|
+
"""Get a list of character races This route expires daily at 11:05"""
|
|
2548
|
+
...
|
|
2549
|
+
|
|
2550
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2551
|
+
"""Get a list of character races This route expires daily at 11:05"""
|
|
2552
|
+
...
|
|
2553
|
+
|
|
2554
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2555
|
+
"""Get a list of character races This route expires daily at 11:05"""
|
|
2556
|
+
...
|
|
2557
|
+
|
|
2558
|
+
|
|
2559
|
+
class GetUniverseRegionsOperation(EsiOperation):
|
|
2560
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2561
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2562
|
+
"""Get a list of regions This route expires daily at 11:05"""
|
|
2563
|
+
...
|
|
2564
|
+
|
|
2565
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2566
|
+
"""Get a list of regions This route expires daily at 11:05"""
|
|
2567
|
+
...
|
|
2568
|
+
|
|
2569
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2570
|
+
"""Get a list of regions This route expires daily at 11:05"""
|
|
2571
|
+
...
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
class GetUniverseRegionsRegionIdOperation(EsiOperation):
|
|
2575
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2576
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2577
|
+
"""Get information on a region This route expires daily at 11:05"""
|
|
2578
|
+
...
|
|
2579
|
+
|
|
2580
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2581
|
+
"""Get information on a region This route expires daily at 11:05"""
|
|
2582
|
+
...
|
|
2583
|
+
|
|
2584
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2585
|
+
"""Get information on a region This route expires daily at 11:05"""
|
|
2586
|
+
...
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
class GetUniverseStargatesStargateIdOperation(EsiOperation):
|
|
2590
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2591
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2592
|
+
"""Get information on a stargate This route expires daily at 11:05"""
|
|
2593
|
+
...
|
|
2594
|
+
|
|
2595
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2596
|
+
"""Get information on a stargate This route expires daily at 11:05"""
|
|
2597
|
+
...
|
|
2598
|
+
|
|
2599
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2600
|
+
"""Get information on a stargate This route expires daily at 11:05"""
|
|
2601
|
+
...
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
class GetUniverseStarsStarIdOperation(EsiOperation):
|
|
2605
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2606
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2607
|
+
"""Get information on a star This route expires daily at 11:05"""
|
|
2608
|
+
...
|
|
2609
|
+
|
|
2610
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2611
|
+
"""Get information on a star This route expires daily at 11:05"""
|
|
2612
|
+
...
|
|
2613
|
+
|
|
2614
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2615
|
+
"""Get information on a star This route expires daily at 11:05"""
|
|
2616
|
+
...
|
|
2617
|
+
|
|
2618
|
+
|
|
2619
|
+
class GetUniverseStationsStationIdOperation(EsiOperation):
|
|
2620
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2621
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2622
|
+
"""Get information on a station This route expires daily at 11:05"""
|
|
2623
|
+
...
|
|
2624
|
+
|
|
2625
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2626
|
+
"""Get information on a station This route expires daily at 11:05"""
|
|
2627
|
+
...
|
|
2628
|
+
|
|
2629
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2630
|
+
"""Get information on a station This route expires daily at 11:05"""
|
|
2631
|
+
...
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
class GetUniverseStructuresOperation(EsiOperation):
|
|
2635
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2636
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2637
|
+
"""List all public structures"""
|
|
2638
|
+
...
|
|
2639
|
+
|
|
2640
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2641
|
+
"""List all public structures"""
|
|
2642
|
+
...
|
|
2643
|
+
|
|
2644
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2645
|
+
"""List all public structures"""
|
|
2646
|
+
...
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+
class GetUniverseStructuresStructureIdOperation(EsiOperation):
|
|
2650
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2651
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2652
|
+
"""Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs."""
|
|
2653
|
+
...
|
|
2654
|
+
|
|
2655
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2656
|
+
"""Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs."""
|
|
2657
|
+
...
|
|
2658
|
+
|
|
2659
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2660
|
+
"""Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs."""
|
|
2661
|
+
...
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
class GetUniverseSystemJumpsOperation(EsiOperation):
|
|
2665
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2666
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2667
|
+
"""Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed"""
|
|
2668
|
+
...
|
|
2669
|
+
|
|
2670
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2671
|
+
"""Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed"""
|
|
2672
|
+
...
|
|
2673
|
+
|
|
2674
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2675
|
+
"""Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed"""
|
|
2676
|
+
...
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
class GetUniverseSystemKillsOperation(EsiOperation):
|
|
2680
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2681
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2682
|
+
"""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. Only systems with kills will be listed"""
|
|
2683
|
+
...
|
|
2684
|
+
|
|
2685
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2686
|
+
"""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. Only systems with kills will be listed"""
|
|
2687
|
+
...
|
|
2688
|
+
|
|
2689
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2690
|
+
"""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. Only systems with kills will be listed"""
|
|
2691
|
+
...
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
class GetUniverseSystemsOperation(EsiOperation):
|
|
2695
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2696
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2697
|
+
"""Get a list of solar systems This route expires daily at 11:05"""
|
|
2698
|
+
...
|
|
2699
|
+
|
|
2700
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2701
|
+
"""Get a list of solar systems This route expires daily at 11:05"""
|
|
2702
|
+
...
|
|
2703
|
+
|
|
2704
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2705
|
+
"""Get a list of solar systems This route expires daily at 11:05"""
|
|
2706
|
+
...
|
|
2707
|
+
|
|
2708
|
+
|
|
2709
|
+
class GetUniverseSystemsSystemIdOperation(EsiOperation):
|
|
2710
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2711
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2712
|
+
"""Get information on a solar system. This route expires daily at 11:05"""
|
|
2713
|
+
...
|
|
2714
|
+
|
|
2715
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2716
|
+
"""Get information on a solar system. This route expires daily at 11:05"""
|
|
2717
|
+
...
|
|
2718
|
+
|
|
2719
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2720
|
+
"""Get information on a solar system. This route expires daily at 11:05"""
|
|
2721
|
+
...
|
|
2722
|
+
|
|
2723
|
+
|
|
2724
|
+
class GetUniverseTypesOperation(EsiOperation):
|
|
2725
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2726
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2727
|
+
"""Get a list of type ids This route expires daily at 11:05"""
|
|
2728
|
+
...
|
|
2729
|
+
|
|
2730
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2731
|
+
"""Get a list of type ids This route expires daily at 11:05"""
|
|
2732
|
+
...
|
|
2733
|
+
|
|
2734
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2735
|
+
"""Get a list of type ids This route expires daily at 11:05"""
|
|
2736
|
+
...
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
class GetUniverseTypesTypeIdOperation(EsiOperation):
|
|
2740
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2741
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2742
|
+
"""Get information on a type This route expires daily at 11:05"""
|
|
2743
|
+
...
|
|
2744
|
+
|
|
2745
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2746
|
+
"""Get information on a type This route expires daily at 11:05"""
|
|
2747
|
+
...
|
|
2748
|
+
|
|
2749
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2750
|
+
"""Get information on a type This route expires daily at 11:05"""
|
|
2751
|
+
...
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
class PostUniverseIdsOperation(EsiOperation):
|
|
2755
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2756
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2757
|
+
"""Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours"""
|
|
2758
|
+
...
|
|
2759
|
+
|
|
2760
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2761
|
+
"""Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours"""
|
|
2762
|
+
...
|
|
2763
|
+
|
|
2764
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2765
|
+
"""Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours"""
|
|
2766
|
+
...
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
class PostUniverseNamesOperation(EsiOperation):
|
|
2770
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2771
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2772
|
+
"""Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions"""
|
|
2773
|
+
...
|
|
2774
|
+
|
|
2775
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2776
|
+
"""Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions"""
|
|
2777
|
+
...
|
|
2778
|
+
|
|
2779
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2780
|
+
"""Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions"""
|
|
2781
|
+
...
|
|
2782
|
+
|
|
2783
|
+
|
|
2784
|
+
class PostUiAutopilotWaypointOperation(EsiOperation):
|
|
2785
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2786
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
2787
|
+
"""Set a solar system as autopilot waypoint"""
|
|
2788
|
+
...
|
|
2789
|
+
|
|
2790
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
2791
|
+
"""Set a solar system as autopilot waypoint"""
|
|
2792
|
+
...
|
|
2793
|
+
|
|
2794
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
2795
|
+
"""Set a solar system as autopilot waypoint"""
|
|
2796
|
+
...
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
class PostUiOpenwindowContractOperation(EsiOperation):
|
|
2800
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2801
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
2802
|
+
"""Open the contract window inside the client"""
|
|
2803
|
+
...
|
|
2804
|
+
|
|
2805
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
2806
|
+
"""Open the contract window inside the client"""
|
|
2807
|
+
...
|
|
2808
|
+
|
|
2809
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
2810
|
+
"""Open the contract window inside the client"""
|
|
2811
|
+
...
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
class PostUiOpenwindowInformationOperation(EsiOperation):
|
|
2815
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2816
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
2817
|
+
"""Open the information window for a character, corporation or alliance inside the client"""
|
|
2818
|
+
...
|
|
2819
|
+
|
|
2820
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
2821
|
+
"""Open the information window for a character, corporation or alliance inside the client"""
|
|
2822
|
+
...
|
|
2823
|
+
|
|
2824
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
2825
|
+
"""Open the information window for a character, corporation or alliance inside the client"""
|
|
2826
|
+
...
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
class PostUiOpenwindowMarketdetailsOperation(EsiOperation):
|
|
2830
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2831
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
2832
|
+
"""Open the market details window for a specific typeID inside the client"""
|
|
2833
|
+
...
|
|
2834
|
+
|
|
2835
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
2836
|
+
"""Open the market details window for a specific typeID inside the client"""
|
|
2837
|
+
...
|
|
2838
|
+
|
|
2839
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
2840
|
+
"""Open the market details window for a specific typeID inside the client"""
|
|
2841
|
+
...
|
|
2842
|
+
|
|
2843
|
+
|
|
2844
|
+
class PostUiOpenwindowNewmailOperation(EsiOperation):
|
|
2845
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2846
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> Any:
|
|
2847
|
+
"""Open the New Mail window, according to settings from the request if applicable"""
|
|
2848
|
+
...
|
|
2849
|
+
|
|
2850
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[Any]:
|
|
2851
|
+
"""Open the New Mail window, according to settings from the request if applicable"""
|
|
2852
|
+
...
|
|
2853
|
+
|
|
2854
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[Any]:
|
|
2855
|
+
"""Open the New Mail window, according to settings from the request if applicable"""
|
|
2856
|
+
...
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
class GetCharactersCharacterIdWalletOperation(EsiOperation):
|
|
2860
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2861
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> float:
|
|
2862
|
+
"""Returns a character's wallet balance"""
|
|
2863
|
+
...
|
|
2864
|
+
|
|
2865
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[float]:
|
|
2866
|
+
"""Returns a character's wallet balance"""
|
|
2867
|
+
...
|
|
2868
|
+
|
|
2869
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[float]:
|
|
2870
|
+
"""Returns a character's wallet balance"""
|
|
2871
|
+
...
|
|
2872
|
+
|
|
2873
|
+
|
|
2874
|
+
class GetCharactersCharacterIdWalletJournalOperation(EsiOperation):
|
|
2875
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2876
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2877
|
+
"""Retrieve the given character's wallet journal going 30 days back"""
|
|
2878
|
+
...
|
|
2879
|
+
|
|
2880
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2881
|
+
"""Retrieve the given character's wallet journal going 30 days back"""
|
|
2882
|
+
...
|
|
2883
|
+
|
|
2884
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2885
|
+
"""Retrieve the given character's wallet journal going 30 days back"""
|
|
2886
|
+
...
|
|
2887
|
+
|
|
2888
|
+
|
|
2889
|
+
class GetCharactersCharacterIdWalletTransactionsOperation(EsiOperation):
|
|
2890
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2891
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2892
|
+
"""Get wallet transactions of a character"""
|
|
2893
|
+
...
|
|
2894
|
+
|
|
2895
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2896
|
+
"""Get wallet transactions of a character"""
|
|
2897
|
+
...
|
|
2898
|
+
|
|
2899
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2900
|
+
"""Get wallet transactions of a character"""
|
|
2901
|
+
...
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
class GetCorporationsCorporationIdWalletsOperation(EsiOperation):
|
|
2905
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2906
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2907
|
+
"""Get a corporation's wallets"""
|
|
2908
|
+
...
|
|
2909
|
+
|
|
2910
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2911
|
+
"""Get a corporation's wallets"""
|
|
2912
|
+
...
|
|
2913
|
+
|
|
2914
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2915
|
+
"""Get a corporation's wallets"""
|
|
2916
|
+
...
|
|
2917
|
+
|
|
2918
|
+
|
|
2919
|
+
class GetCorporationsCorporationIdWalletsDivisionJournalOperation(EsiOperation):
|
|
2920
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2921
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2922
|
+
"""Retrieve the given corporation's wallet journal for the given division going 30 days back"""
|
|
2923
|
+
...
|
|
2924
|
+
|
|
2925
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2926
|
+
"""Retrieve the given corporation's wallet journal for the given division going 30 days back"""
|
|
2927
|
+
...
|
|
2928
|
+
|
|
2929
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2930
|
+
"""Retrieve the given corporation's wallet journal for the given division going 30 days back"""
|
|
2931
|
+
...
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
class GetCorporationsCorporationIdWalletsDivisionTransactionsOperation(EsiOperation):
|
|
2935
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2936
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2937
|
+
"""Get wallet transactions of a corporation"""
|
|
2938
|
+
...
|
|
2939
|
+
|
|
2940
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2941
|
+
"""Get wallet transactions of a corporation"""
|
|
2942
|
+
...
|
|
2943
|
+
|
|
2944
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2945
|
+
"""Get wallet transactions of a corporation"""
|
|
2946
|
+
...
|
|
2947
|
+
|
|
2948
|
+
|
|
2949
|
+
class GetWarsOperation(EsiOperation):
|
|
2950
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2951
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2952
|
+
"""Return a list of wars"""
|
|
2953
|
+
...
|
|
2954
|
+
|
|
2955
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[int]:
|
|
2956
|
+
"""Return a list of wars"""
|
|
2957
|
+
...
|
|
2958
|
+
|
|
2959
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[int]:
|
|
2960
|
+
"""Return a list of wars"""
|
|
2961
|
+
...
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
class GetWarsWarIdOperation(EsiOperation):
|
|
2965
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2966
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> dict[str, Any]:
|
|
2967
|
+
"""Return details about a war"""
|
|
2968
|
+
...
|
|
2969
|
+
|
|
2970
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2971
|
+
"""Return details about a war"""
|
|
2972
|
+
...
|
|
2973
|
+
|
|
2974
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2975
|
+
"""Return details about a war"""
|
|
2976
|
+
...
|
|
2977
|
+
|
|
2978
|
+
|
|
2979
|
+
class GetWarsWarIdKillmailsOperation(EsiOperation):
|
|
2980
|
+
"""EsiOperation, use result(), results() or results_localized()"""
|
|
2981
|
+
def result(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2982
|
+
"""Return a list of kills related to a war"""
|
|
2983
|
+
...
|
|
2984
|
+
|
|
2985
|
+
def results(self, etag: str | None = None, return_response: bool = False, use_cache: bool = True, **extra) -> list[dict[str, Any]]:
|
|
2986
|
+
"""Return a list of kills related to a war"""
|
|
2987
|
+
...
|
|
2988
|
+
|
|
2989
|
+
def results_localized(self, languages: str | list[str] = 'en', **kwargs) -> list[dict[str, Any]]:
|
|
2990
|
+
"""Return a list of kills related to a war"""
|
|
2991
|
+
...
|
|
2992
|
+
|
|
2993
|
+
|
|
2994
|
+
class ESIClientStub:
|
|
2995
|
+
class _Alliance:
|
|
2996
|
+
def GetAlliances(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetAlliancesOperation:
|
|
2997
|
+
"""List all active player alliances"""
|
|
2998
|
+
...
|
|
2999
|
+
|
|
3000
|
+
def GetAlliancesAllianceId(self, alliance_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetAlliancesAllianceIdOperation:
|
|
3001
|
+
"""Public information about an alliance"""
|
|
3002
|
+
...
|
|
3003
|
+
|
|
3004
|
+
def GetAlliancesAllianceIdCorporations(self, alliance_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetAlliancesAllianceIdCorporationsOperation:
|
|
3005
|
+
"""List all current member corporations of an alliance"""
|
|
3006
|
+
...
|
|
3007
|
+
|
|
3008
|
+
def GetAlliancesAllianceIdIcons(self, alliance_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetAlliancesAllianceIdIconsOperation:
|
|
3009
|
+
"""Get the icon urls for a alliance This route expires daily at 11:05"""
|
|
3010
|
+
...
|
|
3011
|
+
|
|
3012
|
+
|
|
3013
|
+
Alliance: _Alliance = _Alliance()
|
|
3014
|
+
|
|
3015
|
+
class _Assets:
|
|
3016
|
+
def GetCharactersCharacterIdAssets(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdAssetsOperation:
|
|
3017
|
+
"""Return a list of the characters assets"""
|
|
3018
|
+
...
|
|
3019
|
+
|
|
3020
|
+
def GetCorporationsCorporationIdAssets(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdAssetsOperation:
|
|
3021
|
+
"""Return a list of the corporation assets"""
|
|
3022
|
+
...
|
|
3023
|
+
|
|
3024
|
+
def PostCharactersCharacterIdAssetsLocations(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdAssetsLocationsOperation:
|
|
3025
|
+
"""Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
3026
|
+
...
|
|
3027
|
+
|
|
3028
|
+
def PostCharactersCharacterIdAssetsNames(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdAssetsNamesOperation:
|
|
3029
|
+
"""Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships."""
|
|
3030
|
+
...
|
|
3031
|
+
|
|
3032
|
+
def PostCorporationsCorporationIdAssetsLocations(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCorporationsCorporationIdAssetsLocationsOperation:
|
|
3033
|
+
"""Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)"""
|
|
3034
|
+
...
|
|
3035
|
+
|
|
3036
|
+
def PostCorporationsCorporationIdAssetsNames(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCorporationsCorporationIdAssetsNamesOperation:
|
|
3037
|
+
"""Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships"""
|
|
3038
|
+
...
|
|
3039
|
+
|
|
3040
|
+
|
|
3041
|
+
Assets: _Assets = _Assets()
|
|
3042
|
+
|
|
3043
|
+
class _Calendar:
|
|
3044
|
+
def GetCharactersCharacterIdCalendar(self, character_id: int, token: Token, from_event: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdCalendarOperation:
|
|
3045
|
+
"""Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event"""
|
|
3046
|
+
...
|
|
3047
|
+
|
|
3048
|
+
def GetCharactersCharacterIdCalendarEventId(self, character_id: int, event_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdCalendarEventIdOperation:
|
|
3049
|
+
"""Get all the information for a specific event"""
|
|
3050
|
+
...
|
|
3051
|
+
|
|
3052
|
+
def GetCharactersCharacterIdCalendarEventIdAttendees(self, character_id: int, event_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdCalendarEventIdAttendeesOperation:
|
|
3053
|
+
"""Get all invited attendees for a given event"""
|
|
3054
|
+
...
|
|
3055
|
+
|
|
3056
|
+
def PutCharactersCharacterIdCalendarEventId(self, character_id: int, event_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutCharactersCharacterIdCalendarEventIdOperation:
|
|
3057
|
+
"""Set your response status to an event"""
|
|
3058
|
+
...
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
Calendar: _Calendar = _Calendar()
|
|
3062
|
+
|
|
3063
|
+
class _Character:
|
|
3064
|
+
def GetCharactersCharacterId(self, character_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdOperation:
|
|
3065
|
+
"""Public information about a character"""
|
|
3066
|
+
...
|
|
3067
|
+
|
|
3068
|
+
def GetCharactersCharacterIdAgentsResearch(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdAgentsResearchOperation:
|
|
3069
|
+
"""Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)"""
|
|
3070
|
+
...
|
|
3071
|
+
|
|
3072
|
+
def GetCharactersCharacterIdBlueprints(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdBlueprintsOperation:
|
|
3073
|
+
"""Return a list of blueprints the character owns"""
|
|
3074
|
+
...
|
|
3075
|
+
|
|
3076
|
+
def GetCharactersCharacterIdCorporationhistory(self, character_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdCorporationhistoryOperation:
|
|
3077
|
+
"""Get a list of all the corporations a character has been a member of"""
|
|
3078
|
+
...
|
|
3079
|
+
|
|
3080
|
+
def GetCharactersCharacterIdFatigue(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdFatigueOperation:
|
|
3081
|
+
"""Return a character's jump activation and fatigue information"""
|
|
3082
|
+
...
|
|
3083
|
+
|
|
3084
|
+
def GetCharactersCharacterIdMedals(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdMedalsOperation:
|
|
3085
|
+
"""Return a list of medals the character has"""
|
|
3086
|
+
...
|
|
3087
|
+
|
|
3088
|
+
def GetCharactersCharacterIdNotifications(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdNotificationsOperation:
|
|
3089
|
+
"""Return character notifications"""
|
|
3090
|
+
...
|
|
3091
|
+
|
|
3092
|
+
def GetCharactersCharacterIdNotificationsContacts(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdNotificationsContactsOperation:
|
|
3093
|
+
"""Return notifications about having been added to someone's contact list"""
|
|
3094
|
+
...
|
|
3095
|
+
|
|
3096
|
+
def GetCharactersCharacterIdPortrait(self, character_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdPortraitOperation:
|
|
3097
|
+
"""Get portrait urls for a character This route expires daily at 11:05"""
|
|
3098
|
+
...
|
|
3099
|
+
|
|
3100
|
+
def GetCharactersCharacterIdRoles(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdRolesOperation:
|
|
3101
|
+
"""Returns a character's corporation roles"""
|
|
3102
|
+
...
|
|
3103
|
+
|
|
3104
|
+
def GetCharactersCharacterIdStandings(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdStandingsOperation:
|
|
3105
|
+
"""Return character standings from agents, NPC corporations, and factions"""
|
|
3106
|
+
...
|
|
3107
|
+
|
|
3108
|
+
def GetCharactersCharacterIdTitles(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdTitlesOperation:
|
|
3109
|
+
"""Returns a character's titles"""
|
|
3110
|
+
...
|
|
3111
|
+
|
|
3112
|
+
def PostCharactersAffiliation(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersAffiliationOperation:
|
|
3113
|
+
"""Bulk lookup of character IDs to corporation, alliance and faction"""
|
|
3114
|
+
...
|
|
3115
|
+
|
|
3116
|
+
def PostCharactersCharacterIdCspa(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdCspaOperation:
|
|
3117
|
+
"""Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost"""
|
|
3118
|
+
...
|
|
3119
|
+
|
|
3120
|
+
|
|
3121
|
+
Character: _Character = _Character()
|
|
3122
|
+
|
|
3123
|
+
class _Clones:
|
|
3124
|
+
def GetCharactersCharacterIdClones(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdClonesOperation:
|
|
3125
|
+
"""A list of the character's clones"""
|
|
3126
|
+
...
|
|
3127
|
+
|
|
3128
|
+
def GetCharactersCharacterIdImplants(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdImplantsOperation:
|
|
3129
|
+
"""Return implants on the active clone of a character"""
|
|
3130
|
+
...
|
|
3131
|
+
|
|
3132
|
+
|
|
3133
|
+
Clones: _Clones = _Clones()
|
|
3134
|
+
|
|
3135
|
+
class _Contacts:
|
|
3136
|
+
def DeleteCharactersCharacterIdContacts(self, character_id: int, contact_ids: list[Any], token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteCharactersCharacterIdContactsOperation:
|
|
3137
|
+
"""Bulk delete contacts"""
|
|
3138
|
+
...
|
|
3139
|
+
|
|
3140
|
+
def GetAlliancesAllianceIdContacts(self, alliance_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetAlliancesAllianceIdContactsOperation:
|
|
3141
|
+
"""Return contacts of an alliance"""
|
|
3142
|
+
...
|
|
3143
|
+
|
|
3144
|
+
def GetAlliancesAllianceIdContactsLabels(self, alliance_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetAlliancesAllianceIdContactsLabelsOperation:
|
|
3145
|
+
"""Return custom labels for an alliance's contacts"""
|
|
3146
|
+
...
|
|
3147
|
+
|
|
3148
|
+
def GetCharactersCharacterIdContacts(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdContactsOperation:
|
|
3149
|
+
"""Return contacts of a character"""
|
|
3150
|
+
...
|
|
3151
|
+
|
|
3152
|
+
def GetCharactersCharacterIdContactsLabels(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdContactsLabelsOperation:
|
|
3153
|
+
"""Return custom labels for a character's contacts"""
|
|
3154
|
+
...
|
|
3155
|
+
|
|
3156
|
+
def GetCorporationsCorporationIdContacts(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdContactsOperation:
|
|
3157
|
+
"""Return contacts of a corporation"""
|
|
3158
|
+
...
|
|
3159
|
+
|
|
3160
|
+
def GetCorporationsCorporationIdContactsLabels(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdContactsLabelsOperation:
|
|
3161
|
+
"""Return custom labels for a corporation's contacts"""
|
|
3162
|
+
...
|
|
3163
|
+
|
|
3164
|
+
def PostCharactersCharacterIdContacts(self, character_id: int, standing: float, token: Token, label_ids: Optional[list[Any]] = ..., watched: Optional[bool] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdContactsOperation:
|
|
3165
|
+
"""Bulk add contacts with same settings"""
|
|
3166
|
+
...
|
|
3167
|
+
|
|
3168
|
+
def PutCharactersCharacterIdContacts(self, character_id: int, standing: float, token: Token, label_ids: Optional[list[Any]] = ..., watched: Optional[bool] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutCharactersCharacterIdContactsOperation:
|
|
3169
|
+
"""Bulk edit contacts with same settings"""
|
|
3170
|
+
...
|
|
3171
|
+
|
|
3172
|
+
|
|
3173
|
+
Contacts: _Contacts = _Contacts()
|
|
3174
|
+
|
|
3175
|
+
class _Contracts:
|
|
3176
|
+
def GetCharactersCharacterIdContracts(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdContractsOperation:
|
|
3177
|
+
"""Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
3178
|
+
...
|
|
3179
|
+
|
|
3180
|
+
def GetCharactersCharacterIdContractsContractIdBids(self, character_id: int, contract_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdContractsContractIdBidsOperation:
|
|
3181
|
+
"""Lists bids on a particular auction contract"""
|
|
3182
|
+
...
|
|
3183
|
+
|
|
3184
|
+
def GetCharactersCharacterIdContractsContractIdItems(self, character_id: int, contract_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdContractsContractIdItemsOperation:
|
|
3185
|
+
"""Lists items of a particular contract"""
|
|
3186
|
+
...
|
|
3187
|
+
|
|
3188
|
+
def GetContractsPublicBidsContractId(self, contract_id: int, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetContractsPublicBidsContractIdOperation:
|
|
3189
|
+
"""Lists bids on a public auction contract"""
|
|
3190
|
+
...
|
|
3191
|
+
|
|
3192
|
+
def GetContractsPublicItemsContractId(self, contract_id: int, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetContractsPublicItemsContractIdOperation:
|
|
3193
|
+
"""Lists items of a public contract"""
|
|
3194
|
+
...
|
|
3195
|
+
|
|
3196
|
+
def GetContractsPublicRegionId(self, region_id: int, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetContractsPublicRegionIdOperation:
|
|
3197
|
+
"""Returns a paginated list of all public contracts in the given region"""
|
|
3198
|
+
...
|
|
3199
|
+
|
|
3200
|
+
def GetCorporationsCorporationIdContracts(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdContractsOperation:
|
|
3201
|
+
"""Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress"."""
|
|
3202
|
+
...
|
|
3203
|
+
|
|
3204
|
+
def GetCorporationsCorporationIdContractsContractIdBids(self, contract_id: int, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdContractsContractIdBidsOperation:
|
|
3205
|
+
"""Lists bids on a particular auction contract"""
|
|
3206
|
+
...
|
|
3207
|
+
|
|
3208
|
+
def GetCorporationsCorporationIdContractsContractIdItems(self, contract_id: int, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdContractsContractIdItemsOperation:
|
|
3209
|
+
"""Lists items of a particular contract"""
|
|
3210
|
+
...
|
|
3211
|
+
|
|
3212
|
+
|
|
3213
|
+
Contracts: _Contracts = _Contracts()
|
|
3214
|
+
|
|
3215
|
+
class _Corporation:
|
|
3216
|
+
def GetCorporationsCorporationId(self, corporation_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdOperation:
|
|
3217
|
+
"""Public information about a corporation"""
|
|
3218
|
+
...
|
|
3219
|
+
|
|
3220
|
+
def GetCorporationsCorporationIdAlliancehistory(self, corporation_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdAlliancehistoryOperation:
|
|
3221
|
+
"""Get a list of all the alliances a corporation has been a member of"""
|
|
3222
|
+
...
|
|
3223
|
+
|
|
3224
|
+
def GetCorporationsCorporationIdBlueprints(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdBlueprintsOperation:
|
|
3225
|
+
"""Returns a list of blueprints the corporation owns"""
|
|
3226
|
+
...
|
|
3227
|
+
|
|
3228
|
+
def GetCorporationsCorporationIdContainersLogs(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdContainersLogsOperation:
|
|
3229
|
+
"""Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation"""
|
|
3230
|
+
...
|
|
3231
|
+
|
|
3232
|
+
def GetCorporationsCorporationIdDivisions(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdDivisionsOperation:
|
|
3233
|
+
"""Return corporation hangar and wallet division names, only show if a division is not using the default name"""
|
|
3234
|
+
...
|
|
3235
|
+
|
|
3236
|
+
def GetCorporationsCorporationIdFacilities(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdFacilitiesOperation:
|
|
3237
|
+
"""Return a corporation's facilities"""
|
|
3238
|
+
...
|
|
3239
|
+
|
|
3240
|
+
def GetCorporationsCorporationIdIcons(self, corporation_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdIconsOperation:
|
|
3241
|
+
"""Get the icon urls for a corporation"""
|
|
3242
|
+
...
|
|
3243
|
+
|
|
3244
|
+
def GetCorporationsCorporationIdMedals(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdMedalsOperation:
|
|
3245
|
+
"""Returns a corporation's medals"""
|
|
3246
|
+
...
|
|
3247
|
+
|
|
3248
|
+
def GetCorporationsCorporationIdMedalsIssued(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdMedalsIssuedOperation:
|
|
3249
|
+
"""Returns medals issued by a corporation"""
|
|
3250
|
+
...
|
|
3251
|
+
|
|
3252
|
+
def GetCorporationsCorporationIdMembers(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdMembersOperation:
|
|
3253
|
+
"""Return the current member list of a corporation, the token's character need to be a member of the corporation."""
|
|
3254
|
+
...
|
|
3255
|
+
|
|
3256
|
+
def GetCorporationsCorporationIdMembersLimit(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdMembersLimitOperation:
|
|
3257
|
+
"""Return a corporation's member limit, not including CEO himself"""
|
|
3258
|
+
...
|
|
3259
|
+
|
|
3260
|
+
def GetCorporationsCorporationIdMembersTitles(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdMembersTitlesOperation:
|
|
3261
|
+
"""Returns a corporation's members' titles"""
|
|
3262
|
+
...
|
|
3263
|
+
|
|
3264
|
+
def GetCorporationsCorporationIdMembertracking(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdMembertrackingOperation:
|
|
3265
|
+
"""Returns additional information about a corporation's members which helps tracking their activities"""
|
|
3266
|
+
...
|
|
3267
|
+
|
|
3268
|
+
def GetCorporationsCorporationIdRoles(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdRolesOperation:
|
|
3269
|
+
"""Return the roles of all members if the character has the personnel manager role or any grantable role."""
|
|
3270
|
+
...
|
|
3271
|
+
|
|
3272
|
+
def GetCorporationsCorporationIdRolesHistory(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdRolesHistoryOperation:
|
|
3273
|
+
"""Return how roles have changed for a coporation's members, up to a month"""
|
|
3274
|
+
...
|
|
3275
|
+
|
|
3276
|
+
def GetCorporationsCorporationIdShareholders(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdShareholdersOperation:
|
|
3277
|
+
"""Return the current shareholders of a corporation."""
|
|
3278
|
+
...
|
|
3279
|
+
|
|
3280
|
+
def GetCorporationsCorporationIdStandings(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdStandingsOperation:
|
|
3281
|
+
"""Return corporation standings from agents, NPC corporations, and factions"""
|
|
3282
|
+
...
|
|
3283
|
+
|
|
3284
|
+
def GetCorporationsCorporationIdStarbases(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdStarbasesOperation:
|
|
3285
|
+
"""Returns list of corporation starbases (POSes)"""
|
|
3286
|
+
...
|
|
3287
|
+
|
|
3288
|
+
def GetCorporationsCorporationIdStarbasesStarbaseId(self, corporation_id: int, starbase_id: int, system_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdStarbasesStarbaseIdOperation:
|
|
3289
|
+
"""Returns various settings and fuels of a starbase (POS)"""
|
|
3290
|
+
...
|
|
3291
|
+
|
|
3292
|
+
def GetCorporationsCorporationIdStructures(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdStructuresOperation:
|
|
3293
|
+
"""Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th"""
|
|
3294
|
+
...
|
|
3295
|
+
|
|
3296
|
+
def GetCorporationsCorporationIdTitles(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdTitlesOperation:
|
|
3297
|
+
"""Returns a corporation's titles"""
|
|
3298
|
+
...
|
|
3299
|
+
|
|
3300
|
+
def GetCorporationsNpccorps(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsNpccorpsOperation:
|
|
3301
|
+
"""Get a list of npc corporations This route expires daily at 11:05"""
|
|
3302
|
+
...
|
|
3303
|
+
|
|
3304
|
+
|
|
3305
|
+
Corporation: _Corporation = _Corporation()
|
|
3306
|
+
|
|
3307
|
+
class _Corporation_Projects:
|
|
3308
|
+
def GetCorporationsProjectsContribution(self, corporation_id: int, project_id: str, character_id: int, token: Token, If_Modified_Since: Optional[str] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsProjectsContributionOperation:
|
|
3309
|
+
"""Show your contribution to a corporation project."""
|
|
3310
|
+
...
|
|
3311
|
+
|
|
3312
|
+
def GetCorporationsProjectsContributors(self, corporation_id: int, project_id: str, token: Token, after: Optional[str] = ..., before: Optional[str] = ..., limit: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsProjectsContributorsOperation:
|
|
3313
|
+
"""Listing of all contributors to a corporation project."""
|
|
3314
|
+
...
|
|
3315
|
+
|
|
3316
|
+
def GetCorporationsProjectsDetail(self, corporation_id: int, project_id: str, token: Token, If_Modified_Since: Optional[str] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsProjectsDetailOperation:
|
|
3317
|
+
"""Get the details of a corporation project."""
|
|
3318
|
+
...
|
|
3319
|
+
|
|
3320
|
+
def GetCorporationsProjectsListing(self, corporation_id: int, token: Token, after: Optional[str] = ..., before: Optional[str] = ..., limit: Optional[int] = ..., state: Optional[str] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsProjectsListingOperation:
|
|
3321
|
+
"""Listing of all (active) corporation projects."""
|
|
3322
|
+
...
|
|
3323
|
+
|
|
3324
|
+
|
|
3325
|
+
Corporation_Projects: _Corporation_Projects = _Corporation_Projects()
|
|
3326
|
+
|
|
3327
|
+
class _Dogma:
|
|
3328
|
+
def GetDogmaAttributes(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetDogmaAttributesOperation:
|
|
3329
|
+
"""Get a list of dogma attribute ids This route expires daily at 11:05"""
|
|
3330
|
+
...
|
|
3331
|
+
|
|
3332
|
+
def GetDogmaAttributesAttributeId(self, attribute_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetDogmaAttributesAttributeIdOperation:
|
|
3333
|
+
"""Get information on a dogma attribute This route expires daily at 11:05"""
|
|
3334
|
+
...
|
|
3335
|
+
|
|
3336
|
+
def GetDogmaDynamicItemsTypeIdItemId(self, item_id: int, type_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetDogmaDynamicItemsTypeIdItemIdOperation:
|
|
3337
|
+
"""Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05"""
|
|
3338
|
+
...
|
|
3339
|
+
|
|
3340
|
+
def GetDogmaEffects(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetDogmaEffectsOperation:
|
|
3341
|
+
"""Get a list of dogma effect ids This route expires daily at 11:05"""
|
|
3342
|
+
...
|
|
3343
|
+
|
|
3344
|
+
def GetDogmaEffectsEffectId(self, effect_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetDogmaEffectsEffectIdOperation:
|
|
3345
|
+
"""Get information on a dogma effect This route expires daily at 11:05"""
|
|
3346
|
+
...
|
|
3347
|
+
|
|
3348
|
+
|
|
3349
|
+
Dogma: _Dogma = _Dogma()
|
|
3350
|
+
|
|
3351
|
+
class _Faction_Warfare:
|
|
3352
|
+
def GetCharactersCharacterIdFwStats(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdFwStatsOperation:
|
|
3353
|
+
"""Statistical overview of a character involved in faction warfare This route expires daily at 11:05"""
|
|
3354
|
+
...
|
|
3355
|
+
|
|
3356
|
+
def GetCorporationsCorporationIdFwStats(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdFwStatsOperation:
|
|
3357
|
+
"""Statistics about a corporation involved in faction warfare This route expires daily at 11:05"""
|
|
3358
|
+
...
|
|
3359
|
+
|
|
3360
|
+
def GetFwLeaderboards(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFwLeaderboardsOperation:
|
|
3361
|
+
"""Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
3362
|
+
...
|
|
3363
|
+
|
|
3364
|
+
def GetFwLeaderboardsCharacters(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFwLeaderboardsCharactersOperation:
|
|
3365
|
+
"""Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
3366
|
+
...
|
|
3367
|
+
|
|
3368
|
+
def GetFwLeaderboardsCorporations(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFwLeaderboardsCorporationsOperation:
|
|
3369
|
+
"""Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05"""
|
|
3370
|
+
...
|
|
3371
|
+
|
|
3372
|
+
def GetFwStats(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFwStatsOperation:
|
|
3373
|
+
"""Statistical overviews of factions involved in faction warfare This route expires daily at 11:05"""
|
|
3374
|
+
...
|
|
3375
|
+
|
|
3376
|
+
def GetFwSystems(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFwSystemsOperation:
|
|
3377
|
+
"""An overview of the current ownership of faction warfare solar systems"""
|
|
3378
|
+
...
|
|
3379
|
+
|
|
3380
|
+
def GetFwWars(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFwWarsOperation:
|
|
3381
|
+
"""Data about which NPC factions are at war This route expires daily at 11:05"""
|
|
3382
|
+
...
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
Faction_Warfare: _Faction_Warfare = _Faction_Warfare()
|
|
3386
|
+
|
|
3387
|
+
class _Fittings:
|
|
3388
|
+
def DeleteCharactersCharacterIdFittingsFittingId(self, character_id: int, fitting_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteCharactersCharacterIdFittingsFittingIdOperation:
|
|
3389
|
+
"""Delete a fitting from a character"""
|
|
3390
|
+
...
|
|
3391
|
+
|
|
3392
|
+
def GetCharactersCharacterIdFittings(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdFittingsOperation:
|
|
3393
|
+
"""Return fittings of a character"""
|
|
3394
|
+
...
|
|
3395
|
+
|
|
3396
|
+
def PostCharactersCharacterIdFittings(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdFittingsOperation:
|
|
3397
|
+
"""Save a new fitting for a character"""
|
|
3398
|
+
...
|
|
3399
|
+
|
|
3400
|
+
|
|
3401
|
+
Fittings: _Fittings = _Fittings()
|
|
3402
|
+
|
|
3403
|
+
class _Fleets:
|
|
3404
|
+
def DeleteFleetsFleetIdMembersMemberId(self, fleet_id: int, member_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteFleetsFleetIdMembersMemberIdOperation:
|
|
3405
|
+
"""Kick a fleet member"""
|
|
3406
|
+
...
|
|
3407
|
+
|
|
3408
|
+
def DeleteFleetsFleetIdSquadsSquadId(self, fleet_id: int, squad_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteFleetsFleetIdSquadsSquadIdOperation:
|
|
3409
|
+
"""Delete a fleet squad, only empty squads can be deleted"""
|
|
3410
|
+
...
|
|
3411
|
+
|
|
3412
|
+
def DeleteFleetsFleetIdWingsWingId(self, fleet_id: int, wing_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteFleetsFleetIdWingsWingIdOperation:
|
|
3413
|
+
"""Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty"""
|
|
3414
|
+
...
|
|
3415
|
+
|
|
3416
|
+
def GetCharactersCharacterIdFleet(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdFleetOperation:
|
|
3417
|
+
"""Return the fleet ID the character is in, if any."""
|
|
3418
|
+
...
|
|
3419
|
+
|
|
3420
|
+
def GetFleetsFleetId(self, fleet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFleetsFleetIdOperation:
|
|
3421
|
+
"""Return details about a fleet"""
|
|
3422
|
+
...
|
|
3423
|
+
|
|
3424
|
+
def GetFleetsFleetIdMembers(self, fleet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFleetsFleetIdMembersOperation:
|
|
3425
|
+
"""Return information about fleet members"""
|
|
3426
|
+
...
|
|
3427
|
+
|
|
3428
|
+
def GetFleetsFleetIdWings(self, fleet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetFleetsFleetIdWingsOperation:
|
|
3429
|
+
"""Return information about wings in a fleet"""
|
|
3430
|
+
...
|
|
3431
|
+
|
|
3432
|
+
def PostFleetsFleetIdMembers(self, fleet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostFleetsFleetIdMembersOperation:
|
|
3433
|
+
"""Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI"""
|
|
3434
|
+
...
|
|
3435
|
+
|
|
3436
|
+
def PostFleetsFleetIdWings(self, fleet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostFleetsFleetIdWingsOperation:
|
|
3437
|
+
"""Create a new wing in a fleet"""
|
|
3438
|
+
...
|
|
3439
|
+
|
|
3440
|
+
def PostFleetsFleetIdWingsWingIdSquads(self, fleet_id: int, wing_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostFleetsFleetIdWingsWingIdSquadsOperation:
|
|
3441
|
+
"""Create a new squad in a fleet"""
|
|
3442
|
+
...
|
|
3443
|
+
|
|
3444
|
+
def PutFleetsFleetId(self, fleet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutFleetsFleetIdOperation:
|
|
3445
|
+
"""Update settings about a fleet"""
|
|
3446
|
+
...
|
|
3447
|
+
|
|
3448
|
+
def PutFleetsFleetIdMembersMemberId(self, fleet_id: int, member_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutFleetsFleetIdMembersMemberIdOperation:
|
|
3449
|
+
"""Move a fleet member around"""
|
|
3450
|
+
...
|
|
3451
|
+
|
|
3452
|
+
def PutFleetsFleetIdSquadsSquadId(self, fleet_id: int, squad_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutFleetsFleetIdSquadsSquadIdOperation:
|
|
3453
|
+
"""Rename a fleet squad"""
|
|
3454
|
+
...
|
|
3455
|
+
|
|
3456
|
+
def PutFleetsFleetIdWingsWingId(self, fleet_id: int, wing_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutFleetsFleetIdWingsWingIdOperation:
|
|
3457
|
+
"""Rename a fleet wing"""
|
|
3458
|
+
...
|
|
3459
|
+
|
|
3460
|
+
|
|
3461
|
+
Fleets: _Fleets = _Fleets()
|
|
3462
|
+
|
|
3463
|
+
class _Incursions:
|
|
3464
|
+
def GetIncursions(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetIncursionsOperation:
|
|
3465
|
+
"""Return a list of current incursions"""
|
|
3466
|
+
...
|
|
3467
|
+
|
|
3468
|
+
|
|
3469
|
+
Incursions: _Incursions = _Incursions()
|
|
3470
|
+
|
|
3471
|
+
class _Industry:
|
|
3472
|
+
def GetCharactersCharacterIdIndustryJobs(self, character_id: int, token: Token, include_completed: Optional[bool] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdIndustryJobsOperation:
|
|
3473
|
+
"""List industry jobs placed by a character"""
|
|
3474
|
+
...
|
|
3475
|
+
|
|
3476
|
+
def GetCharactersCharacterIdMining(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdMiningOperation:
|
|
3477
|
+
"""Paginated record of all mining done by a character for the past 30 days"""
|
|
3478
|
+
...
|
|
3479
|
+
|
|
3480
|
+
def GetCorporationCorporationIdMiningExtractions(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationCorporationIdMiningExtractionsOperation:
|
|
3481
|
+
"""Extraction timers for all moon chunks being extracted by refineries belonging to a corporation."""
|
|
3482
|
+
...
|
|
3483
|
+
|
|
3484
|
+
def GetCorporationCorporationIdMiningObservers(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationCorporationIdMiningObserversOperation:
|
|
3485
|
+
"""Paginated list of all entities capable of observing and recording mining for a corporation"""
|
|
3486
|
+
...
|
|
3487
|
+
|
|
3488
|
+
def GetCorporationCorporationIdMiningObserversObserverId(self, corporation_id: int, observer_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationCorporationIdMiningObserversObserverIdOperation:
|
|
3489
|
+
"""Paginated record of all mining seen by an observer"""
|
|
3490
|
+
...
|
|
3491
|
+
|
|
3492
|
+
def GetCorporationsCorporationIdIndustryJobs(self, corporation_id: int, token: Token, include_completed: Optional[bool] = ..., page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdIndustryJobsOperation:
|
|
3493
|
+
"""List industry jobs run by a corporation"""
|
|
3494
|
+
...
|
|
3495
|
+
|
|
3496
|
+
def GetIndustryFacilities(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetIndustryFacilitiesOperation:
|
|
3497
|
+
"""Return a list of industry facilities"""
|
|
3498
|
+
...
|
|
3499
|
+
|
|
3500
|
+
def GetIndustrySystems(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetIndustrySystemsOperation:
|
|
3501
|
+
"""Return cost indices for solar systems"""
|
|
3502
|
+
...
|
|
3503
|
+
|
|
3504
|
+
|
|
3505
|
+
Industry: _Industry = _Industry()
|
|
3506
|
+
|
|
3507
|
+
class _Insurance:
|
|
3508
|
+
def GetInsurancePrices(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetInsurancePricesOperation:
|
|
3509
|
+
"""Return available insurance levels for all ship types"""
|
|
3510
|
+
...
|
|
3511
|
+
|
|
3512
|
+
|
|
3513
|
+
Insurance: _Insurance = _Insurance()
|
|
3514
|
+
|
|
3515
|
+
class _Killmails:
|
|
3516
|
+
def GetCharactersCharacterIdKillmailsRecent(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdKillmailsRecentOperation:
|
|
3517
|
+
"""Return a list of a character's kills and losses going back 90 days"""
|
|
3518
|
+
...
|
|
3519
|
+
|
|
3520
|
+
def GetCorporationsCorporationIdKillmailsRecent(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdKillmailsRecentOperation:
|
|
3521
|
+
"""Get a list of a corporation's kills and losses going back 90 days"""
|
|
3522
|
+
...
|
|
3523
|
+
|
|
3524
|
+
def GetKillmailsKillmailIdKillmailHash(self, killmail_hash: str, killmail_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetKillmailsKillmailIdKillmailHashOperation:
|
|
3525
|
+
"""Return a single killmail from its ID and hash"""
|
|
3526
|
+
...
|
|
3527
|
+
|
|
3528
|
+
|
|
3529
|
+
Killmails: _Killmails = _Killmails()
|
|
3530
|
+
|
|
3531
|
+
class _Location:
|
|
3532
|
+
def GetCharactersCharacterIdLocation(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdLocationOperation:
|
|
3533
|
+
"""Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable"""
|
|
3534
|
+
...
|
|
3535
|
+
|
|
3536
|
+
def GetCharactersCharacterIdOnline(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdOnlineOperation:
|
|
3537
|
+
"""Checks if the character is currently online"""
|
|
3538
|
+
...
|
|
3539
|
+
|
|
3540
|
+
def GetCharactersCharacterIdShip(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdShipOperation:
|
|
3541
|
+
"""Get the current ship type, name and id"""
|
|
3542
|
+
...
|
|
3543
|
+
|
|
3544
|
+
|
|
3545
|
+
Location: _Location = _Location()
|
|
3546
|
+
|
|
3547
|
+
class _Loyalty:
|
|
3548
|
+
def GetCharactersCharacterIdLoyaltyPoints(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdLoyaltyPointsOperation:
|
|
3549
|
+
"""Return a list of loyalty points for all corporations the character has worked for"""
|
|
3550
|
+
...
|
|
3551
|
+
|
|
3552
|
+
def GetLoyaltyStoresCorporationIdOffers(self, corporation_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetLoyaltyStoresCorporationIdOffersOperation:
|
|
3553
|
+
"""Return a list of offers from a specific corporation's loyalty store This route expires daily at 11:05"""
|
|
3554
|
+
...
|
|
3555
|
+
|
|
3556
|
+
|
|
3557
|
+
Loyalty: _Loyalty = _Loyalty()
|
|
3558
|
+
|
|
3559
|
+
class _Mail:
|
|
3560
|
+
def DeleteCharactersCharacterIdMailLabelsLabelId(self, character_id: int, label_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteCharactersCharacterIdMailLabelsLabelIdOperation:
|
|
3561
|
+
"""Delete a mail label"""
|
|
3562
|
+
...
|
|
3563
|
+
|
|
3564
|
+
def DeleteCharactersCharacterIdMailMailId(self, character_id: int, mail_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> DeleteCharactersCharacterIdMailMailIdOperation:
|
|
3565
|
+
"""Delete a mail"""
|
|
3566
|
+
...
|
|
3567
|
+
|
|
3568
|
+
def GetCharactersCharacterIdMail(self, character_id: int, token: Token, labels: Optional[list[Any]] = ..., last_mail_id: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdMailOperation:
|
|
3569
|
+
"""Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards"""
|
|
3570
|
+
...
|
|
3571
|
+
|
|
3572
|
+
def GetCharactersCharacterIdMailLabels(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdMailLabelsOperation:
|
|
3573
|
+
"""Return a list of the users mail labels, unread counts for each label and a total unread count."""
|
|
3574
|
+
...
|
|
3575
|
+
|
|
3576
|
+
def GetCharactersCharacterIdMailLists(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdMailListsOperation:
|
|
3577
|
+
"""Return all mailing lists that the character is subscribed to"""
|
|
3578
|
+
...
|
|
3579
|
+
|
|
3580
|
+
def GetCharactersCharacterIdMailMailId(self, character_id: int, mail_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdMailMailIdOperation:
|
|
3581
|
+
"""Return the contents of an EVE mail"""
|
|
3582
|
+
...
|
|
3583
|
+
|
|
3584
|
+
def PostCharactersCharacterIdMail(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdMailOperation:
|
|
3585
|
+
"""Create and send a new mail"""
|
|
3586
|
+
...
|
|
3587
|
+
|
|
3588
|
+
def PostCharactersCharacterIdMailLabels(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostCharactersCharacterIdMailLabelsOperation:
|
|
3589
|
+
"""Create a mail label"""
|
|
3590
|
+
...
|
|
3591
|
+
|
|
3592
|
+
def PutCharactersCharacterIdMailMailId(self, character_id: int, mail_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PutCharactersCharacterIdMailMailIdOperation:
|
|
3593
|
+
"""Update metadata about a mail"""
|
|
3594
|
+
...
|
|
3595
|
+
|
|
3596
|
+
|
|
3597
|
+
Mail: _Mail = _Mail()
|
|
3598
|
+
|
|
3599
|
+
class _Market:
|
|
3600
|
+
def GetCharactersCharacterIdOrders(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdOrdersOperation:
|
|
3601
|
+
"""List open market orders placed by a character"""
|
|
3602
|
+
...
|
|
3603
|
+
|
|
3604
|
+
def GetCharactersCharacterIdOrdersHistory(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdOrdersHistoryOperation:
|
|
3605
|
+
"""List cancelled and expired market orders placed by a character up to 90 days in the past."""
|
|
3606
|
+
...
|
|
3607
|
+
|
|
3608
|
+
def GetCorporationsCorporationIdOrders(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdOrdersOperation:
|
|
3609
|
+
"""List open market orders placed on behalf of a corporation"""
|
|
3610
|
+
...
|
|
3611
|
+
|
|
3612
|
+
def GetCorporationsCorporationIdOrdersHistory(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdOrdersHistoryOperation:
|
|
3613
|
+
"""List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past."""
|
|
3614
|
+
...
|
|
3615
|
+
|
|
3616
|
+
def GetMarketsGroups(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsGroupsOperation:
|
|
3617
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
3618
|
+
...
|
|
3619
|
+
|
|
3620
|
+
def GetMarketsGroupsMarketGroupId(self, market_group_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsGroupsMarketGroupIdOperation:
|
|
3621
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
3622
|
+
...
|
|
3623
|
+
|
|
3624
|
+
def GetMarketsPrices(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsPricesOperation:
|
|
3625
|
+
"""Return a list of prices"""
|
|
3626
|
+
...
|
|
3627
|
+
|
|
3628
|
+
def GetMarketsRegionIdHistory(self, region_id: int, type_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsRegionIdHistoryOperation:
|
|
3629
|
+
"""Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05"""
|
|
3630
|
+
...
|
|
3631
|
+
|
|
3632
|
+
def GetMarketsRegionIdOrders(self, order_type: str, region_id: int, page: Optional[int] = ..., type_id: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsRegionIdOrdersOperation:
|
|
3633
|
+
"""Return a list of orders in a region"""
|
|
3634
|
+
...
|
|
3635
|
+
|
|
3636
|
+
def GetMarketsRegionIdTypes(self, region_id: int, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsRegionIdTypesOperation:
|
|
3637
|
+
"""Return a list of type IDs that have active orders in the region, for efficient market indexing."""
|
|
3638
|
+
...
|
|
3639
|
+
|
|
3640
|
+
def GetMarketsStructuresStructureId(self, structure_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetMarketsStructuresStructureIdOperation:
|
|
3641
|
+
"""Return all orders in a structure"""
|
|
3642
|
+
...
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
Market: _Market = _Market()
|
|
3646
|
+
|
|
3647
|
+
class _Planetary_Interaction:
|
|
3648
|
+
def GetCharactersCharacterIdPlanets(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdPlanetsOperation:
|
|
3649
|
+
"""Returns a list of all planetary colonies owned by a character."""
|
|
3650
|
+
...
|
|
3651
|
+
|
|
3652
|
+
def GetCharactersCharacterIdPlanetsPlanetId(self, character_id: int, planet_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdPlanetsPlanetIdOperation:
|
|
3653
|
+
"""Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met."""
|
|
3654
|
+
...
|
|
3655
|
+
|
|
3656
|
+
def GetCorporationsCorporationIdCustomsOffices(self, corporation_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdCustomsOfficesOperation:
|
|
3657
|
+
"""List customs offices owned by a corporation"""
|
|
3658
|
+
...
|
|
3659
|
+
|
|
3660
|
+
def GetUniverseSchematicsSchematicId(self, schematic_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseSchematicsSchematicIdOperation:
|
|
3661
|
+
"""Get information on a planetary factory schematic"""
|
|
3662
|
+
...
|
|
3663
|
+
|
|
3664
|
+
|
|
3665
|
+
Planetary_Interaction: _Planetary_Interaction = _Planetary_Interaction()
|
|
3666
|
+
|
|
3667
|
+
class _Routes:
|
|
3668
|
+
def GetRouteOriginDestination(self, destination: int, origin: int, avoid: Optional[list[Any]] = ..., connections: Optional[list[Any]] = ..., flag: Optional[str] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetRouteOriginDestinationOperation:
|
|
3669
|
+
"""Get the systems between origin and destination"""
|
|
3670
|
+
...
|
|
3671
|
+
|
|
3672
|
+
|
|
3673
|
+
Routes: _Routes = _Routes()
|
|
3674
|
+
|
|
3675
|
+
class _Search:
|
|
3676
|
+
def GetCharactersCharacterIdSearch(self, categories: list[Any], character_id: int, search: str, token: Token, strict: Optional[bool] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdSearchOperation:
|
|
3677
|
+
"""Search for entities that match a given sub-string."""
|
|
3678
|
+
...
|
|
3679
|
+
|
|
3680
|
+
|
|
3681
|
+
Search: _Search = _Search()
|
|
3682
|
+
|
|
3683
|
+
class _Skills:
|
|
3684
|
+
def GetCharactersCharacterIdAttributes(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdAttributesOperation:
|
|
3685
|
+
"""Return attributes of a character"""
|
|
3686
|
+
...
|
|
3687
|
+
|
|
3688
|
+
def GetCharactersCharacterIdSkillqueue(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdSkillqueueOperation:
|
|
3689
|
+
"""List the configured skill queue for the given character"""
|
|
3690
|
+
...
|
|
3691
|
+
|
|
3692
|
+
def GetCharactersCharacterIdSkills(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdSkillsOperation:
|
|
3693
|
+
"""List all trained skills for the given character"""
|
|
3694
|
+
...
|
|
3695
|
+
|
|
3696
|
+
|
|
3697
|
+
Skills: _Skills = _Skills()
|
|
3698
|
+
|
|
3699
|
+
class _Sovereignty:
|
|
3700
|
+
def GetSovereigntyCampaigns(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetSovereigntyCampaignsOperation:
|
|
3701
|
+
"""Shows sovereignty data for campaigns."""
|
|
3702
|
+
...
|
|
3703
|
+
|
|
3704
|
+
def GetSovereigntyMap(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetSovereigntyMapOperation:
|
|
3705
|
+
"""Shows sovereignty information for solar systems"""
|
|
3706
|
+
...
|
|
3707
|
+
|
|
3708
|
+
def GetSovereigntyStructures(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetSovereigntyStructuresOperation:
|
|
3709
|
+
"""Shows sovereignty data for structures."""
|
|
3710
|
+
...
|
|
3711
|
+
|
|
3712
|
+
|
|
3713
|
+
Sovereignty: _Sovereignty = _Sovereignty()
|
|
3714
|
+
|
|
3715
|
+
class _Status:
|
|
3716
|
+
def GetStatus(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetStatusOperation:
|
|
3717
|
+
"""EVE Server status"""
|
|
3718
|
+
...
|
|
3719
|
+
|
|
3720
|
+
|
|
3721
|
+
Status: _Status = _Status()
|
|
3722
|
+
|
|
3723
|
+
class _Universe:
|
|
3724
|
+
def GetUniverseAncestries(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseAncestriesOperation:
|
|
3725
|
+
"""Get all character ancestries This route expires daily at 11:05"""
|
|
3726
|
+
...
|
|
3727
|
+
|
|
3728
|
+
def GetUniverseAsteroidBeltsAsteroidBeltId(self, asteroid_belt_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseAsteroidBeltsAsteroidBeltIdOperation:
|
|
3729
|
+
"""Get information on an asteroid belt This route expires daily at 11:05"""
|
|
3730
|
+
...
|
|
3731
|
+
|
|
3732
|
+
def GetUniverseBloodlines(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseBloodlinesOperation:
|
|
3733
|
+
"""Get a list of bloodlines This route expires daily at 11:05"""
|
|
3734
|
+
...
|
|
3735
|
+
|
|
3736
|
+
def GetUniverseCategories(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseCategoriesOperation:
|
|
3737
|
+
"""Get a list of item categories This route expires daily at 11:05"""
|
|
3738
|
+
...
|
|
3739
|
+
|
|
3740
|
+
def GetUniverseCategoriesCategoryId(self, category_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseCategoriesCategoryIdOperation:
|
|
3741
|
+
"""Get information of an item category This route expires daily at 11:05"""
|
|
3742
|
+
...
|
|
3743
|
+
|
|
3744
|
+
def GetUniverseConstellations(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseConstellationsOperation:
|
|
3745
|
+
"""Get a list of constellations This route expires daily at 11:05"""
|
|
3746
|
+
...
|
|
3747
|
+
|
|
3748
|
+
def GetUniverseConstellationsConstellationId(self, constellation_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseConstellationsConstellationIdOperation:
|
|
3749
|
+
"""Get information on a constellation This route expires daily at 11:05"""
|
|
3750
|
+
...
|
|
3751
|
+
|
|
3752
|
+
def GetUniverseFactions(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseFactionsOperation:
|
|
3753
|
+
"""Get a list of factions This route expires daily at 11:05"""
|
|
3754
|
+
...
|
|
3755
|
+
|
|
3756
|
+
def GetUniverseGraphics(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseGraphicsOperation:
|
|
3757
|
+
"""Get a list of graphics This route expires daily at 11:05"""
|
|
3758
|
+
...
|
|
3759
|
+
|
|
3760
|
+
def GetUniverseGraphicsGraphicId(self, graphic_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseGraphicsGraphicIdOperation:
|
|
3761
|
+
"""Get information on a graphic This route expires daily at 11:05"""
|
|
3762
|
+
...
|
|
3763
|
+
|
|
3764
|
+
def GetUniverseGroups(self, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseGroupsOperation:
|
|
3765
|
+
"""Get a list of item groups This route expires daily at 11:05"""
|
|
3766
|
+
...
|
|
3767
|
+
|
|
3768
|
+
def GetUniverseGroupsGroupId(self, group_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseGroupsGroupIdOperation:
|
|
3769
|
+
"""Get information on an item group This route expires daily at 11:05"""
|
|
3770
|
+
...
|
|
3771
|
+
|
|
3772
|
+
def GetUniverseMoonsMoonId(self, moon_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseMoonsMoonIdOperation:
|
|
3773
|
+
"""Get information on a moon This route expires daily at 11:05"""
|
|
3774
|
+
...
|
|
3775
|
+
|
|
3776
|
+
def GetUniversePlanetsPlanetId(self, planet_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniversePlanetsPlanetIdOperation:
|
|
3777
|
+
"""Get information on a planet This route expires daily at 11:05"""
|
|
3778
|
+
...
|
|
3779
|
+
|
|
3780
|
+
def GetUniverseRaces(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseRacesOperation:
|
|
3781
|
+
"""Get a list of character races This route expires daily at 11:05"""
|
|
3782
|
+
...
|
|
3783
|
+
|
|
3784
|
+
def GetUniverseRegions(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseRegionsOperation:
|
|
3785
|
+
"""Get a list of regions This route expires daily at 11:05"""
|
|
3786
|
+
...
|
|
3787
|
+
|
|
3788
|
+
def GetUniverseRegionsRegionId(self, region_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseRegionsRegionIdOperation:
|
|
3789
|
+
"""Get information on a region This route expires daily at 11:05"""
|
|
3790
|
+
...
|
|
3791
|
+
|
|
3792
|
+
def GetUniverseStargatesStargateId(self, stargate_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseStargatesStargateIdOperation:
|
|
3793
|
+
"""Get information on a stargate This route expires daily at 11:05"""
|
|
3794
|
+
...
|
|
3795
|
+
|
|
3796
|
+
def GetUniverseStarsStarId(self, star_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseStarsStarIdOperation:
|
|
3797
|
+
"""Get information on a star This route expires daily at 11:05"""
|
|
3798
|
+
...
|
|
3799
|
+
|
|
3800
|
+
def GetUniverseStationsStationId(self, station_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseStationsStationIdOperation:
|
|
3801
|
+
"""Get information on a station This route expires daily at 11:05"""
|
|
3802
|
+
...
|
|
3803
|
+
|
|
3804
|
+
def GetUniverseStructures(self, filter: Optional[str] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseStructuresOperation:
|
|
3805
|
+
"""List all public structures"""
|
|
3806
|
+
...
|
|
3807
|
+
|
|
3808
|
+
def GetUniverseStructuresStructureId(self, structure_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseStructuresStructureIdOperation:
|
|
3809
|
+
"""Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs."""
|
|
3810
|
+
...
|
|
3811
|
+
|
|
3812
|
+
def GetUniverseSystemJumps(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseSystemJumpsOperation:
|
|
3813
|
+
"""Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed"""
|
|
3814
|
+
...
|
|
3815
|
+
|
|
3816
|
+
def GetUniverseSystemKills(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseSystemKillsOperation:
|
|
3817
|
+
"""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. Only systems with kills will be listed"""
|
|
3818
|
+
...
|
|
3819
|
+
|
|
3820
|
+
def GetUniverseSystems(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseSystemsOperation:
|
|
3821
|
+
"""Get a list of solar systems This route expires daily at 11:05"""
|
|
3822
|
+
...
|
|
3823
|
+
|
|
3824
|
+
def GetUniverseSystemsSystemId(self, system_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseSystemsSystemIdOperation:
|
|
3825
|
+
"""Get information on a solar system. This route expires daily at 11:05"""
|
|
3826
|
+
...
|
|
3827
|
+
|
|
3828
|
+
def GetUniverseTypes(self, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseTypesOperation:
|
|
3829
|
+
"""Get a list of type ids This route expires daily at 11:05"""
|
|
3830
|
+
...
|
|
3831
|
+
|
|
3832
|
+
def GetUniverseTypesTypeId(self, type_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetUniverseTypesTypeIdOperation:
|
|
3833
|
+
"""Get information on a type This route expires daily at 11:05"""
|
|
3834
|
+
...
|
|
3835
|
+
|
|
3836
|
+
def PostUniverseIds(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUniverseIdsOperation:
|
|
3837
|
+
"""Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours"""
|
|
3838
|
+
...
|
|
3839
|
+
|
|
3840
|
+
def PostUniverseNames(self, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUniverseNamesOperation:
|
|
3841
|
+
"""Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions"""
|
|
3842
|
+
...
|
|
3843
|
+
|
|
3844
|
+
|
|
3845
|
+
Universe: _Universe = _Universe()
|
|
3846
|
+
|
|
3847
|
+
class _User_Interface:
|
|
3848
|
+
def PostUiAutopilotWaypoint(self, add_to_beginning: bool, clear_other_waypoints: bool, destination_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUiAutopilotWaypointOperation:
|
|
3849
|
+
"""Set a solar system as autopilot waypoint"""
|
|
3850
|
+
...
|
|
3851
|
+
|
|
3852
|
+
def PostUiOpenwindowContract(self, contract_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUiOpenwindowContractOperation:
|
|
3853
|
+
"""Open the contract window inside the client"""
|
|
3854
|
+
...
|
|
3855
|
+
|
|
3856
|
+
def PostUiOpenwindowInformation(self, target_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUiOpenwindowInformationOperation:
|
|
3857
|
+
"""Open the information window for a character, corporation or alliance inside the client"""
|
|
3858
|
+
...
|
|
3859
|
+
|
|
3860
|
+
def PostUiOpenwindowMarketdetails(self, type_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUiOpenwindowMarketdetailsOperation:
|
|
3861
|
+
"""Open the market details window for a specific typeID inside the client"""
|
|
3862
|
+
...
|
|
3863
|
+
|
|
3864
|
+
def PostUiOpenwindowNewmail(self, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> PostUiOpenwindowNewmailOperation:
|
|
3865
|
+
"""Open the New Mail window, according to settings from the request if applicable"""
|
|
3866
|
+
...
|
|
3867
|
+
|
|
3868
|
+
|
|
3869
|
+
User_Interface: _User_Interface = _User_Interface()
|
|
3870
|
+
|
|
3871
|
+
class _Wallet:
|
|
3872
|
+
def GetCharactersCharacterIdWallet(self, character_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdWalletOperation:
|
|
3873
|
+
"""Returns a character's wallet balance"""
|
|
3874
|
+
...
|
|
3875
|
+
|
|
3876
|
+
def GetCharactersCharacterIdWalletJournal(self, character_id: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdWalletJournalOperation:
|
|
3877
|
+
"""Retrieve the given character's wallet journal going 30 days back"""
|
|
3878
|
+
...
|
|
3879
|
+
|
|
3880
|
+
def GetCharactersCharacterIdWalletTransactions(self, character_id: int, token: Token, from_id: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCharactersCharacterIdWalletTransactionsOperation:
|
|
3881
|
+
"""Get wallet transactions of a character"""
|
|
3882
|
+
...
|
|
3883
|
+
|
|
3884
|
+
def GetCorporationsCorporationIdWallets(self, corporation_id: int, token: Token, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdWalletsOperation:
|
|
3885
|
+
"""Get a corporation's wallets"""
|
|
3886
|
+
...
|
|
3887
|
+
|
|
3888
|
+
def GetCorporationsCorporationIdWalletsDivisionJournal(self, corporation_id: int, division: int, token: Token, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdWalletsDivisionJournalOperation:
|
|
3889
|
+
"""Retrieve the given corporation's wallet journal for the given division going 30 days back"""
|
|
3890
|
+
...
|
|
3891
|
+
|
|
3892
|
+
def GetCorporationsCorporationIdWalletsDivisionTransactions(self, corporation_id: int, division: int, token: Token, from_id: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetCorporationsCorporationIdWalletsDivisionTransactionsOperation:
|
|
3893
|
+
"""Get wallet transactions of a corporation"""
|
|
3894
|
+
...
|
|
3895
|
+
|
|
3896
|
+
|
|
3897
|
+
Wallet: _Wallet = _Wallet()
|
|
3898
|
+
|
|
3899
|
+
class _Wars:
|
|
3900
|
+
def GetWars(self, max_war_id: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetWarsOperation:
|
|
3901
|
+
"""Return a list of wars"""
|
|
3902
|
+
...
|
|
3903
|
+
|
|
3904
|
+
def GetWarsWarId(self, war_id: int, Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetWarsWarIdOperation:
|
|
3905
|
+
"""Return details about a war"""
|
|
3906
|
+
...
|
|
3907
|
+
|
|
3908
|
+
def GetWarsWarIdKillmails(self, war_id: int, page: Optional[int] = ..., Accept_Language: Optional[str] = ..., If_None_Match: Optional[str] = ..., X_Compatibility_Date: Optional[str] = ..., X_Tenant: Optional[str] = ..., **kwargs: Any) -> GetWarsWarIdKillmailsOperation:
|
|
3909
|
+
"""Return a list of kills related to a war"""
|
|
3910
|
+
...
|
|
3911
|
+
|
|
3912
|
+
|
|
3913
|
+
Wars: _Wars = _Wars()
|