Constructors
constructor
- new PlainSDKClient(options): PlainSDKClient
-
Parameters
-
options: {
apiKey: string;
}
Properties
Private #ctx
Methods
getCustomerById
- getCustomerById(args): SDKResult<null | Customer>
-
Parameters
-
args: Exact<{
customerId: string;
}>
rawRequest
- rawRequest(args): SDKResult<unknown>
-
Parameters
-
args: {
query: string;
variables: Record<string, unknown>;
}
-
query: string
-
variables: Record<string, unknown>
Create an issue for a customer. If you want you can override the default issue priority in your settings by specifying a priority manually here.