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 Container class |
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) | fetch function for calling microservices. |