API HATEOAS , .
HATEOAS, , URI . URL , .
. , , . URL- , . HATEOAS URL- , , . URL- : " ", .
HATEOAS - , , - , . , URL-, .
, --get-over-the-wire - (REST REpresentational State Transfer). , , , . .
, :
{
"id": "/api/v1/orders/123",
"rel": {
"cancel": {
"url": "/api/v1/orders/cancel?order_id=123",
"method": "POST",
},
"list_orders": {
"url": "/api/v1/orders",
"method": "GET",
},
},
}
, HATEOAS, "rel" "cancel" "list_orders" .
, , , cancel, .