Loading services/TS29222_CAPIF_Discover_Service_API/service_apis/controllers/default_controller.py +0 −7 Original line number Diff line number Diff line Loading @@ -56,13 +56,6 @@ def all_service_apis_get(api_invoker_id, api_name=None, api_version=None, comm_t :rtype: Union[DiscoveredAPIs, Tuple[DiscoveredAPIs, int], Tuple[DiscoveredAPIs, int, Dict[str, str]] """ comm_type = CommunicationType.from_dict(request.get_json()()) # noqa: E501 protocol = Protocol.from_dict(request.get_json()()) # noqa: E501 data_format = DataFormat.from_dict(request.get_json()()) # noqa: E501 preferred_aef_loc = AefLocation.from_dict(request.get_json()()) # noqa: E501 ue_ip_addr = IpAddrInfo.from_dict(request.get_json()()) # noqa: E501 service_kpis = ServiceKpis.from_dict(request.get_json()()) # noqa: E501 current_app.logger.info("Discovering service apis") query_params = {"api_name": api_name, "api_version": api_version, "comm_type": comm_type, Loading Loading
services/TS29222_CAPIF_Discover_Service_API/service_apis/controllers/default_controller.py +0 −7 Original line number Diff line number Diff line Loading @@ -56,13 +56,6 @@ def all_service_apis_get(api_invoker_id, api_name=None, api_version=None, comm_t :rtype: Union[DiscoveredAPIs, Tuple[DiscoveredAPIs, int], Tuple[DiscoveredAPIs, int, Dict[str, str]] """ comm_type = CommunicationType.from_dict(request.get_json()()) # noqa: E501 protocol = Protocol.from_dict(request.get_json()()) # noqa: E501 data_format = DataFormat.from_dict(request.get_json()()) # noqa: E501 preferred_aef_loc = AefLocation.from_dict(request.get_json()()) # noqa: E501 ue_ip_addr = IpAddrInfo.from_dict(request.get_json()()) # noqa: E501 service_kpis = ServiceKpis.from_dict(request.get_json()()) # noqa: E501 current_app.logger.info("Discovering service apis") query_params = {"api_name": api_name, "api_version": api_version, "comm_type": comm_type, Loading