Implements

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional options: {
          putMethod?: (<T, R, D>(url, data?, config?) => Promise<R>);
      }
      • Optional putMethod?: (<T, R, D>(url, data?, config?) => Promise<R>)
          • <T, R, D>(url, data?, config?): Promise<R>
          • Type Parameters

            • T = any

            • R = AxiosResponse<T, any>

            • D = any

            Parameters

            • url: string
            • Optional data: D
            • Optional config: AxiosRequestConfig<D>

            Returns Promise<R>

    Returns GCPFileUploader

Properties

putMethod: (<T, R, D>(url, data?, config?) => Promise<R>)

Type declaration

    • <T, R, D>(url, data?, config?): Promise<R>
    • Type Parameters

      • T = any

      • R = AxiosResponse<T, any>

      • D = any

      Parameters

      • url: string
      • Optional data: D
      • Optional config: AxiosRequestConfig<D>

      Returns Promise<R>

Methods

Generated using TypeDoc