Container class
Signature:
export declare class Container<T extends BaseAPIClient>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the Container class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| apiClient | T | ||
| auth | AuthContainer<T> | ||
| name | string | ||
| storage | ContainerStorage |
Methods
| Method | Modifiers | Description |
|---|---|---|
| configure(options) | ||
| fetch(input, init) |