Identifier
Class Summary
Static Public Class Summary | ||
public |
|
|
public |
A base class for API resources. |
|
public |
A base class for resource stores. |
|
public |
The Blog resource |
|
public |
The blogs store |
|
public |
A base class for resource stores that are countable (have /count.json endpoints). |
|
public |
The Countries store |
|
public |
The Country resource |
|
public |
The Customer resource |
|
public |
The customers store |
|
public |
The Order resource |
|
public |
The Orders store |
|
public |
The Page resource |
|
public |
The pages store |
|
public |
The policies store |
|
public |
The Policy resource |
|
public |
The Product resource |
|
public |
The products store |
|
public |
The Redirect resource |
|
public |
The redirects store |
|
public |
The Session resource |
|
public |
The session store |
|
public |
The Shop resource |
|
public |
The shop store |
|
public |
A base error class for API errors |
|
public |
The Theme resource |
|
public |
The themes store |
|
public |
A helper class for working with the REST API. |
Function Summary
Static Public Function Summary | ||
public |
APIProxy(actions: *, store: *): * |
Typedef Summary
Static Public Typedef Summary | ||
public |
A generic action object that is dispatched by {APIDispatcher} |
|
public |
An action object that is dispatched when counts should be added to a store |
|
public |
An action object the is dispatched when an object is destroyed |
|
public |
FailedRequestCallback(error: Error): Function A method signature for rejected request promises |
|
public |
An action object that is dispatched when items should be added to a store |
|
public |
A Promise that resolves with a SuccessfulRequestCallback and rejects with a FailedRequestCallback |
|
public |
ResourceQuery: number | string | object An object representing a resource query. |
|
public |
SuccessfulRequestCallback(json: object): Function A method signature for resolved request promises |