Interface Call$Batch

An API call in a batch request.

Hierarchy

Properties

Properties

data?: Record<string, any>

Request body.

method: "GET" | "HEAD" | "POST" | "DELETE" | "PUT" | "CONNECT" | "OPTIONS" | "TRACE" | "PATCH"

HTTP request method.

url: string

Url for calling Google Drive API.

Generated using TypeDoc