HTTPS Edge Route Websocket TCP Converter Module#
Do not construct this object directly, instead access the
edge_route_websocket_tcp_converter_module
property of an ngrok.Client
object.
- class ngrok.services.EdgeRouteWebsocketTCPConverterModuleClient(client)[source]#
- delete(edge_id, id)[source]#
- Parameters:
edge_id (
str
) – unique identifier of this edgeid (
str
) – unique identifier of this edge route
https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-delete
- get(edge_id, id)[source]#
- Parameters:
edge_id (
str
) – unique identifier of this edgeid (
str
) – unique identifier of this edge route
https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-get
- Return type:
- replace(edge_id, id, module=None)[source]#
- Parameters:
edge_id (
str
) –id (
str
) –module (
EndpointWebsocketTCPConverter
) –
https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-replace
- Return type: