DirContent

Date

2/1/2024 - 3:22:32 AM

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

  • Returns all files and folders inside a folder. Use "recents" as the UUID parameter to get the recently uploaded files.

    Parameters

    • param0: {
          dirsOnly?: boolean;
          uuid: string;
      }
      • Optional dirsOnly?: boolean
      • uuid: string

    Returns Promise<DirContentResponse>

    Date

    2/1/2024 - 4:42:23 PM

    Async

Generated using TypeDoc