document swagger spec operations

This commit is contained in:
Ariel Rin 2021-10-27 18:18:23 +10:00
parent d829facbd4
commit f52791cd1f

View File

@ -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__)