Rest API - HATEOAS and Linking
If a REST API response includes:
What do these links represent?
Link: <https://api.example.com/items?page=5>; rel="last", <https://api.example.com/items?page=1>; rel="first"What do these links represent?
