Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageClient

Hierarchy

  • ImageClient

Index

Constructors

constructor

Methods

deleteStyle

get

  • Get an image from the image channel.

    Parameters

    Returns Promise<{ content: any; res: NormalSuccessResponse }>

getExif

  • Get a image exif info by image object name from the image channel.

    Parameters

    Returns Promise<{ data: object; res: NormalSuccessResponse }>

getInfo

  • Get a image info and exif info by image object name from the image channel.

    Parameters

    Returns Promise<{ data: object; res: NormalSuccessResponse }>

getStream

getStyle

listStyle

  • Get all styles from the image channel.

    Parameters

    Returns Promise<StyleData[]>

putStyle

signatureUrl

  • signatureUrl(name: string, options?: { expires?: string; timeout?: string }): string
  • Create a signature url for directly download.

    Parameters

    • name: string
    • Optional options: { expires?: string; timeout?: string }
      • Optional expires?: string
      • Optional timeout?: string

    Returns string

Generated using TypeDoc