|
@@ -68,6 +68,8 @@ class EVESwaggerInterface: |
|
|
|
|
|
|
|
|
Return the JSON result, if any. Raise EVEAPIError for any errors. |
|
|
Return the JSON result, if any. Raise EVEAPIError for any errors. |
|
|
""" |
|
|
""" |
|
|
|
|
|
... # cache requests |
|
|
|
|
|
|
|
|
params = {"datasource": self._data_source} |
|
|
params = {"datasource": self._data_source} |
|
|
headers = { |
|
|
headers = { |
|
|
"Accept": "application/json", |
|
|
"Accept": "application/json", |
|
|