Class GetPrograms

The the programs that belong to the brand.

Hierarchy (view full)

Constructors

Properties

brandId?: number

Methods

  • getBody is used by the BambuClient to properly construct the request object body.

    Returns undefined

    Returns the expected body of the request utilizing the defined request attributes.

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>