HATEOAS

HATEOAS

[1] HATEOAS - Wikipedia, the free encyclopedia ( ( 版)) <http://en.wikipedia.org/wiki/HATEOAS>

[2] REST API Reference - PayPal Developer ( ( 版)) <https://developer.paypal.com/docs/api/>

[3] REST API Reference - PayPal Developer ( 版) <https://developer.paypal.com/docs/api/>

Each API call response includes an array of HATEOAS (Hypermedia as the Engine of Application State) links. The beauty of HATEOAS is that it allows you to interact and construct an API flow solely through the hyperlinks we provide you. You no longer need to hardcode logic into your client in order to use our API. We provide HATEOAS links for each call and for transactions within a call, if available.