-
Notifications
You must be signed in to change notification settings - Fork 4
Interfaces
Collection interface
Interface for the Model constructor
Interface for the Model instance
Interface for the refs definition.
Basic key/value interface
Cache interface for fetch and fetchAll methods
Interface for the filters property in the IRequestOptions
Interface for the request headers object
Interface for the request options object. Can contain, headers, sort, filter, include and fields
Fetch options used by the storeFetch and transformRequest methods.
interface IStoreFetchOpts {
url: string;
options?: IRequestOptions;
data?: object;
method: string;
store: Store;
}Raw response returned by the baseFetch and received by the Response. Includes the JSON API specific data, error and jsonapi properties and library specific headers, requestHeaders and status properties.
Interface for the Headers object
A valid JSON API identifier
A valid jsonapi property interface
A valid JSON API link
A valid JSON API error object
A valid JSNO API relationship object
A valid JSON API record object
A valid JSON API response
A valid JSON API request body