small adjustments

This commit is contained in:
Daniel Pötzinger
2017-04-06 23:38:00 +02:00
parent b013315218
commit f48f142ebc
2 changed files with 5 additions and 2 deletions

View File

@@ -18,4 +18,7 @@ Let's assume we have a bank account and an action to deposit money on that accou
Besides from HATEOAS there is an alternative implementation called Hypertext Application Language, in short HAL, which has much more features than the basic HATEOAS.
With HAL you are allowed to also define parametrized links, embedded resources and a documentation relation between resources which are called curies. You can find the specification [here](http://stateless.co/hal_specification.html).
With HAL you are allowed to also define parametrized links, embedded resources and documentation relations (which are called curies). You can find the specification here.
[http://stateless.co/hal_specification.html](http://stateless.co/hal_specification.html)
If you want to link different api endpoints or ressource locations in your API responses you should use this standard.