From f52791cd1f76b825a71d809ea42cb8202b41128d Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 27 Oct 2021 18:18:23 +1000 Subject: [PATCH] document swagger spec operations --- allianceauth/srp/providers.py | 7 +++++++ 1 file changed, 7 insertions(+) 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__)