Skip to main content
Module

x/plugnmeet/ApiTransport.ts>ApiTransport

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
class ApiTransport
import { ApiTransport } from "https://deno.land/x/plugnmeet@v1.3.1/ApiTransport.ts";

Constructors

new
ApiTransport(
apiEndPointURL: string,
apiKey: string,
apiSecret: string,
)

Properties

protected
apiEndPointURL: string
protected
apiKey: string
protected
apiSecret: string
sendRequest: (path: string, body: any) => unknown