resourceType
: The resource type (such as "books" or "authors")resources
: Where the resource's primary attributes are locatedmeta
: Additional information about individual resources. You can store informationlists
: A place to store and manage ordered arrays of resources.requests
: Information about the requests that are modifying this resource type (requestsresources
section of the slice, each key of the object is the resource's ID. This looks like the following:requests
. This is an object where each key is maps to a request object, described below.IDLE
: the request hasn't begun yetPENDING
: the request has started, but has not yet finishedFAILED
: the request was unsuccessfulSUCCEEDED
: the request was successfulrequests
key.requests
, each key is a "request key," which is a string used to identify that request. A request with the key "readFavoriteBooks"
would be stored like the following: