Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IFetchClient

    interface IFetchClient {
        tenant?: string;
        fetch(url: string, init?: IFetchOptions): Promise<IFetchResponse>;
        getCometdHandshake(config?: any): any;
        getFetchOptions(options?: IFetchOptions): IFetchOptions;
        getUrl(url: string, options?: IFetchOptions): string;
    }

    Implemented by

    Index

    Properties

    tenant?: string

    Methods