Function fetchFromBox

  • Fetch the previously cached object (file) from the box.

    Returns

    The object resolved to the specified type.

    Parameters

    • path: string

      The path to the object (file) in the box.

    • resolveTo: "json" | "text" | "blob"

    Returns Promise<any>

Generated using TypeDoc