mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
document swagger spec operations
This commit is contained in:
parent
d829facbd4
commit
f52791cd1f
@ -5,6 +5,13 @@ from allianceauth import __version__
|
|||||||
|
|
||||||
SWAGGER_SPEC = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'swagger.json')
|
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(
|
esi = EsiClientProvider(
|
||||||
spec_file=SWAGGER_SPEC,
|
spec_file=SWAGGER_SPEC,
|
||||||
app_info_text=("allianceauth v" + __version__)
|
app_info_text=("allianceauth v" + __version__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user