OneSDK
    Preparing search index...

    Interface PluginRequest

    interface PluginRequest {
        body?: any;
        method: "GET" | "POST" | "PUT" | "DELETE";
        params: { [key: string]: string };
        url: string;
    }
    Index

    Properties

    Properties

    body?: any
    method: "GET" | "POST" | "PUT" | "DELETE"
    params: { [key: string]: string }
    url: string