Loading services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt +1 −1 Original line number Diff line number Diff line connexion[flask] == 3.1.0; python_version>="3.6" connexion[flask, swagger-ui, uvicorn] == 3.1.0; python_version>="3.6" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools == 68.2.2 Loading services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/app.py +6 −4 Original line number Diff line number Diff line Loading @@ -113,11 +113,13 @@ def verbose_formatter(): with open("/usr/src/app/api_provider_management/pubkey.pem", "rb") as pub_file: pub_data = pub_file.read() app = connexion.App(__name__, specification_dir='./openapi/') app = connexion.App(__name__, specification_dir='openapi/') app.app.json_encoder = api_provider_management.encoder.JSONEncoder # app.add_api('openapi.yaml', # arguments={'title': 'CAPIF_API_Provider_Management_API'}, # pythonic_params=True) app.add_api('openapi.yaml', arguments={'title': 'CAPIF_API_Provider_Management_API'}, pythonic_params=True) # app.add_api('openapi.yaml') config = Config() configure_logging(app.app) Loading services/TS29222_CAPIF_API_Provider_Management_API/requirements.txt +1 −1 Original line number Diff line number Diff line connexion[flask] == 3.1.0; python_version>="3.6" connexion[flask, swagger-ui, uvicorn] == 3.1.0; python_version>="3.6" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools == 68.2.2 Loading Loading
services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt +1 −1 Original line number Diff line number Diff line connexion[flask] == 3.1.0; python_version>="3.6" connexion[flask, swagger-ui, uvicorn] == 3.1.0; python_version>="3.6" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools == 68.2.2 Loading
services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/app.py +6 −4 Original line number Diff line number Diff line Loading @@ -113,11 +113,13 @@ def verbose_formatter(): with open("/usr/src/app/api_provider_management/pubkey.pem", "rb") as pub_file: pub_data = pub_file.read() app = connexion.App(__name__, specification_dir='./openapi/') app = connexion.App(__name__, specification_dir='openapi/') app.app.json_encoder = api_provider_management.encoder.JSONEncoder # app.add_api('openapi.yaml', # arguments={'title': 'CAPIF_API_Provider_Management_API'}, # pythonic_params=True) app.add_api('openapi.yaml', arguments={'title': 'CAPIF_API_Provider_Management_API'}, pythonic_params=True) # app.add_api('openapi.yaml') config = Config() configure_logging(app.app) Loading
services/TS29222_CAPIF_API_Provider_Management_API/requirements.txt +1 −1 Original line number Diff line number Diff line connexion[flask] == 3.1.0; python_version>="3.6" connexion[flask, swagger-ui, uvicorn] == 3.1.0; python_version>="3.6" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools == 68.2.2 Loading