HATEOAS Relation Enumeration
HATEOAS link types.
Values
Name | Notes |
---|---|
self |
The link to the resource itself. |
edit |
Edit the resource. |
set |
Set the resource value. |
previous |
Retrieve the previous page. |
next |
Retrieve the next page. |
refresh |
Retrieve the resource. A refresh link is supplied when the resource value change frequently. |
create |
Create a new resource of this type. |
remove |
Remove this resource. |