Skip to content

Instantly share code, notes, and snippets.

@jamesplease
Created February 15, 2018 17:06
Show Gist options
  • Save jamesplease/4ac9b99f4146d522e18c3a1db3a95af4 to your computer and use it in GitHub Desktop.
Save jamesplease/4ac9b99f4146d522e18c3a1db3a95af4 to your computer and use it in GitHub Desktop.
{
type: 'REQUEST_PENDING',
crudAction: 'read',
resourceTypes: {
books: {
resources: [{}, {}, {}],
meta: [{}, {}, {}],
lists: {
favorites: [ ... ]
}
},
authors: {
resources: [{}, {}, {}],
meta: [{}, {}, {}],
lists: {
new: [ ... ]
},
mergeMeta: false
}
}
mergeResources: false,
requestAttributes: {
statusCode: 404
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment