Loading services/TS29222_CAPIF_Access_Control_Policy_API/README.md +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory: ``` pip3 install -r requirements.txt python3 -m openapi_server python3 -m capif_acl ``` and open your browser to here: Loading @@ -42,8 +42,8 @@ To run the server on a Docker container, please execute the following from the r ```bash # building the image docker build -t openapi_server . docker build -t capif_acl . # starting up a container docker run -p 8080:8080 openapi_server docker run -p 8080:8080 capif_acl ``` No newline at end of file services/TS29222_CAPIF_Access_Control_Policy_API/capif_acl/controllers/default_controller.py +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ def cert_validation(): return __cert_validation return _cert_validation @cert_validation() def access_control_policy_list_service_api_id_get(service_api_id, aef_id, api_invoker_id=None, supported_features=None): # noqa: E501 """access_control_policy_list_service_api_id_get Loading Loading
services/TS29222_CAPIF_Access_Control_Policy_API/README.md +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory: ``` pip3 install -r requirements.txt python3 -m openapi_server python3 -m capif_acl ``` and open your browser to here: Loading @@ -42,8 +42,8 @@ To run the server on a Docker container, please execute the following from the r ```bash # building the image docker build -t openapi_server . docker build -t capif_acl . # starting up a container docker run -p 8080:8080 openapi_server docker run -p 8080:8080 capif_acl ``` No newline at end of file
services/TS29222_CAPIF_Access_Control_Policy_API/capif_acl/controllers/default_controller.py +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ def cert_validation(): return __cert_validation return _cert_validation @cert_validation() def access_control_policy_list_service_api_id_get(service_api_id, aef_id, api_invoker_id=None, supported_features=None): # noqa: E501 """access_control_policy_list_service_api_id_get Loading