MonoCloud Management SDK
    Preparing search index...
    interface MonoCloudRequest {
        body?: object;
        method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
        queryParams?: Record<string, string>;
        url: string;
    }
    Index

    Properties

    body?: object
    method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE"
    queryParams?: Record<string, string>
    url: string