Creates a new resource in the container.
Creates a new resource in the container.
Container in which to create a resource.
Representation of the new resource
Optional conditions under which to proceed.
The identifier of the newly created resource.
Deletes a resource.
Deletes a resource.
Identifier of resource to delete.
Optional conditions under which to proceed.
Identifiers of resources that were possibly modified.
Retrieves a representation of a resource.
Retrieves a representation of a resource.
Identifier of the resource to read.
Preferences indicating desired representations.
Optional conditions under which to proceed.
A representation corresponding to the identifier.
Sets or updates the representation of a resource, creating a new resource and intermediary containers as needed.
Sets or updates the representation of a resource, creating a new resource and intermediary containers as needed.
Identifier of resource to update.
Description of which parts to update.
Optional conditions under which to proceed.
Identifiers of resources that were possibly modified.
Check if a resource exists.
Check if a resource exists.
Identifier of resource to check.
A promise resolving if the resource already exists
Sets or replaces the representation of a resource, creating a new resource and intermediary containers as needed.
Sets or replaces the representation of a resource, creating a new resource and intermediary containers as needed.
Identifier of resource to update.
New representation of the resource.
Optional conditions under which to proceed.
Identifiers of resources that were possibly modified.
A ResourceStore of which all operations are atomic.