Container class
Skygear APIs container.
Signature:
export declare class Container<T extends BaseAPIClient> 
Remarks
This is the base class to Skygear APIs. Consumers should use platform-specific containers instead.
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(options) | Constructs a new instance of the Containerclass | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| apiClient | T | ||
| classicAuth | AuthContainer<T> | ||
| name | string | Unique ID for this container. | |
| storage | ContainerStorage | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| _configure(options) | ||
| fetch(input, init) | fetchfunction for calling microservices. |