Interface GetOperationParameters

Parameters for the GET method.

interface GetOperationParameters {
    config?: GetOperationConfig;
    operationName: string;
}

Properties

Used to override the default configuration.

operationName: string

The server-assigned name for the operation.