diff --git a/allianceauth/srp/providers.py b/allianceauth/srp/providers.py index fb86e4f0..f7bf26e3 100644 --- a/allianceauth/srp/providers.py +++ b/allianceauth/srp/providers.py @@ -5,6 +5,13 @@ from allianceauth import __version__ SWAGGER_SPEC = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'swagger.json') +""" +Swagger spec operations: +get_killmails_killmail_id_killmail_hash +get_universe_types_type_id +""" + + esi = EsiClientProvider( spec_file=SWAGGER_SPEC, app_info_text=("allianceauth v" + __version__)