Rest API - HATEOAS and Linking
Given the HTTP Link header:
What URL should the client use to get the previous page?
Link: <https://api.example.com/items?page=3>; rel="next", <https://api.example.com/items?page=1>; rel="prev"What URL should the client use to get the previous page?
