Options
All
  • Public
  • Public/Protected
  • All
Menu

Class APIFile

Represents a file sent directly to the API

Hierarchy

  • APIFile

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly name

name: string

Readonly path

path: string

Methods

read

  • read(): Promise<ReadableStream>
  • Reads the content of this file as a readable stream

    Returns Promise<ReadableStream>

Generated using TypeDoc