Circle V2 API Docs
    Preparing search index...

    Type Alias ApiFetchRequest

    Request shape for api:fetch — HTTP proxied through the main process.

    type ApiFetchRequest = {
        body?: string;
        headers?: Record<string, string>;
        method?: string;
        url: string;
    }
    Index

    Properties

    body?: string
    headers?: Record<string, string>
    method?: string
    url: string