Method: Bixby::WebSocket::APIChannel#execute

Defined in:
lib/bixby-common/websocket/api_channel.rb

#execute(json_request) ⇒ JsonResponse

Execute the given request (synchronously)

Parameters:

Returns:



30
31
32
# File 'lib/bixby-common/websocket/api_channel.rb', line 30

def execute(json_request)
  fetch_response( execute_async(json_request) )
end