Loading services/TS29222_CAPIF_Discover_Service_API/service_apis/controllers/default_controller.py +6 −7 Original line number Diff line number Diff line Loading @@ -56,7 +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]] """ if request.is_json: 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 Loading Loading
services/TS29222_CAPIF_Discover_Service_API/service_apis/controllers/default_controller.py +6 −7 Original line number Diff line number Diff line Loading @@ -56,7 +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]] """ if request.is_json: 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 Loading