This property is true when either methods array does not exist
in the self link or the array exists and contains POST string.
It is false otherwise.
This property is true when either methods array does not exist
in the self link or the array exists and contains DELETE
string. It is false otherwise.
This property is true when either methods array does not exist
in the self link or the array exists and contains GET string.
It is false otherwise.
The URI of self link.
Create a new resource in the collection identified by self link.
It makes a POST call to the URI in self link and returns an
observable for the call. The observable normally emits an accessor
for the newly created resource or undefined if Location header
was not returned by the call.
the payload for the POST method call
an observable of the resource's accessor
Read the resource collection identified by self link.
the collection element type
an observable of the collection instance
Generated using TypeDoc
This class provides a way to execute operations on HAL resources without reading them first. Accessors are obtained either by following resource links or by getting the root entry point for the API.